efm32gg11b820::wtimer3::dtfc

Struct DTPRS0FSEL_W

Source
pub struct DTPRS0FSEL_W<'a> { /* private fields */ }
Expand description

Write proxy for field DTPRS0FSEL

Implementations§

Source§

impl<'a> DTPRS0FSEL_W<'a>

Source

pub fn variant(self, variant: DTPRS0FSEL_A) -> &'a mut W

Writes variant to the field

Source

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

PRS Channel 0 selected as fault source 0

Source

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

PRS Channel 1 selected as fault source 1

Source

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

PRS Channel 2 selected as fault source 2

Source

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

PRS Channel 3 selected as fault source 3

Source

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

PRS Channel 4 selected as fault source 4

Source

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

PRS Channel 5 selected as fault source 5

Source

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

PRS Channel 6 selected as fault source 6

Source

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

PRS Channel 7 selected as fault source 7

Source

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

PRS Channel 8 selected as fault source 8

Source

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

PRS Channel 9 selected as fault source 9

Source

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

PRS Channel 10 selected as fault source 10

Source

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

PRS Channel 11 selected as fault source 11

Source

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

PRS Channel 12 selected as fault source 12

Source

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

PRS Channel 13 selected as fault source 13

Source

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

PRS Channel 14 selected as fault source 14

Source

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

PRS Channel 15 selected as fault source 15

Source

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

PRS Channel 16 selected as fault source 16

Source

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

PRS Channel 17 selected as fault source 17

Source

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

PRS Channel 18 selected as fault source 18

Source

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

PRS Channel 19 selected as fault source 19

Source

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

PRS Channel 20 selected as fault source 20

Source

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

PRS Channel 21 selected as fault source 21

Source

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

PRS Channel 22 selected as fault source 22

Source

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

PRS Channel 23 selected as fault source 23

Source

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

Writes raw bits to the field

Auto Trait Implementations§

§

impl<'a> Freeze for DTPRS0FSEL_W<'a>

§

impl<'a> !RefUnwindSafe for DTPRS0FSEL_W<'a>

§

impl<'a> Send for DTPRS0FSEL_W<'a>

§

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

§

impl<'a> Unpin for DTPRS0FSEL_W<'a>

§

impl<'a> !UnwindSafe for DTPRS0FSEL_W<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.