[][src]Struct efm32gg11b820::wtimer0::dtfc::_DTPRS0FSELW

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

Proxy

Methods

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

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

Writes variant to the field

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

PRS Channel 0 selected as fault source 0

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

PRS Channel 1 selected as fault source 1

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

PRS Channel 2 selected as fault source 2

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

PRS Channel 3 selected as fault source 3

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

PRS Channel 4 selected as fault source 4

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

PRS Channel 5 selected as fault source 5

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

PRS Channel 6 selected as fault source 6

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

PRS Channel 7 selected as fault source 7

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

PRS Channel 8 selected as fault source 8

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

PRS Channel 9 selected as fault source 9

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

PRS Channel 10 selected as fault source 10

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

PRS Channel 11 selected as fault source 11

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

PRS Channel 12 selected as fault source 12

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

PRS Channel 13 selected as fault source 13

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

PRS Channel 14 selected as fault source 14

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

PRS Channel 15 selected as fault source 15

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

PRS Channel 16 selected as fault source 16

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

PRS Channel 17 selected as fault source 17

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

PRS Channel 18 selected as fault source 18

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

PRS Channel 19 selected as fault source 19

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

PRS Channel 20 selected as fault source 20

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

PRS Channel 21 selected as fault source 21

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

PRS Channel 22 selected as fault source 22

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

PRS Channel 23 selected as fault source 23

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DTPRS0FSELW<'a>

impl<'a> Sync for _DTPRS0FSELW<'a>

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self