[][src]Struct imxrt1062_snvs::hpcr::HPCALB_VAL_W

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

Write proxy for field HPCALB_VAL

Methods

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

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

Writes variant to the field

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

+0 counts per each 32768 ticks of the counter

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

+1 counts per each 32768 ticks of the counter

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

+2 counts per each 32768 ticks of the counter

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

+15 counts per each 32768 ticks of the counter

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

-16 counts per each 32768 ticks of the counter

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

-15 counts per each 32768 ticks of the counter

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

-2 counts per each 32768 ticks of the counter

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

-1 counts per each 32768 ticks of the counter

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for HPCALB_VAL_W<'a>

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

impl<'a> Unpin for HPCALB_VAL_W<'a>

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.