[][src]Struct efm32pg12_pac::pcnt0::routeloc0::S0INLOC_W

pub struct S0INLOC_W<'a> { /* fields omitted */ }

Write proxy for field S0INLOC

Methods

impl<'a> S0INLOC_W<'a>[src]

pub fn variant(self, variant: S0INLOC_A) -> &'a mut W[src]

Writes variant to the field

pub fn loc0(self) -> &'a mut W[src]

Location 0

pub fn loc1(self) -> &'a mut W[src]

Location 1

pub fn loc2(self) -> &'a mut W[src]

Location 2

pub fn loc3(self) -> &'a mut W[src]

Location 3

pub fn loc4(self) -> &'a mut W[src]

Location 4

pub fn loc5(self) -> &'a mut W[src]

Location 5

pub fn loc6(self) -> &'a mut W[src]

Location 6

pub fn loc7(self) -> &'a mut W[src]

Location 7

pub fn loc8(self) -> &'a mut W[src]

Location 8

pub fn loc9(self) -> &'a mut W[src]

Location 9

pub fn loc10(self) -> &'a mut W[src]

Location 10

pub fn loc11(self) -> &'a mut W[src]

Location 11

pub fn loc12(self) -> &'a mut W[src]

Location 12

pub fn loc13(self) -> &'a mut W[src]

Location 13

pub fn loc14(self) -> &'a mut W[src]

Location 14

pub fn loc15(self) -> &'a mut W[src]

Location 15

pub fn loc16(self) -> &'a mut W[src]

Location 16

pub fn loc17(self) -> &'a mut W[src]

Location 17

pub fn loc18(self) -> &'a mut W[src]

Location 18

pub fn loc19(self) -> &'a mut W[src]

Location 19

pub fn loc20(self) -> &'a mut W[src]

Location 20

pub fn loc21(self) -> &'a mut W[src]

Location 21

pub fn loc22(self) -> &'a mut W[src]

Location 22

pub fn loc23(self) -> &'a mut W[src]

Location 23

pub fn loc24(self) -> &'a mut W[src]

Location 24

pub fn loc25(self) -> &'a mut W[src]

Location 25

pub fn loc26(self) -> &'a mut W[src]

Location 26

pub fn loc27(self) -> &'a mut W[src]

Location 27

pub fn loc28(self) -> &'a mut W[src]

Location 28

pub fn loc29(self) -> &'a mut W[src]

Location 29

pub fn loc30(self) -> &'a mut W[src]

Location 30

pub fn loc31(self) -> &'a mut W[src]

Location 31

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for S0INLOC_W<'a>

impl<'a> Send for S0INLOC_W<'a>

impl<'a> !Sync for S0INLOC_W<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self