[][src]Struct imxrt1062_tempmon::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub tempsense0: TEMPSENSE0,
    pub tempsense0_set: TEMPSENSE0_SET,
    pub tempsense0_clr: TEMPSENSE0_CLR,
    pub tempsense0_tog: TEMPSENSE0_TOG,
    pub tempsense1: TEMPSENSE1,
    pub tempsense1_set: TEMPSENSE1_SET,
    pub tempsense1_clr: TEMPSENSE1_CLR,
    pub tempsense1_tog: TEMPSENSE1_TOG,
    pub tempsense2: TEMPSENSE2,
    pub tempsense2_set: TEMPSENSE2_SET,
    pub tempsense2_clr: TEMPSENSE2_CLR,
    pub tempsense2_tog: TEMPSENSE2_TOG,
    // some fields omitted
}

Register block

Fields

tempsense0: TEMPSENSE0

0x180 - Tempsensor Control Register 0

tempsense0_set: TEMPSENSE0_SET

0x184 - Tempsensor Control Register 0

tempsense0_clr: TEMPSENSE0_CLR

0x188 - Tempsensor Control Register 0

tempsense0_tog: TEMPSENSE0_TOG

0x18c - Tempsensor Control Register 0

tempsense1: TEMPSENSE1

0x190 - Tempsensor Control Register 1

tempsense1_set: TEMPSENSE1_SET

0x194 - Tempsensor Control Register 1

tempsense1_clr: TEMPSENSE1_CLR

0x198 - Tempsensor Control Register 1

tempsense1_tog: TEMPSENSE1_TOG

0x19c - Tempsensor Control Register 1

tempsense2: TEMPSENSE2

0x290 - Tempsensor Control Register 2

tempsense2_set: TEMPSENSE2_SET

0x294 - Tempsensor Control Register 2

tempsense2_clr: TEMPSENSE2_CLR

0x298 - Tempsensor Control Register 2

tempsense2_tog: TEMPSENSE2_TOG

0x29c - Tempsensor Control Register 2

Auto Trait Implementations

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.