[][src]Struct efm32pg12_pac::prs::routeloc0::CH3LOC_W

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

Write proxy for field CH3LOC

Methods

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

pub fn variant(self, variant: CH3LOC_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 unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for CH3LOC_W<'a>

impl<'a> Send for CH3LOC_W<'a>

impl<'a> !Sync for CH3LOC_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