[][src]Struct imxrt1062_xtalosc24m::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub misc0: MISC0,
    pub misc0_set: MISC0_SET,
    pub misc0_clr: MISC0_CLR,
    pub misc0_tog: MISC0_TOG,
    pub lowpwr_ctrl: LOWPWR_CTRL,
    pub lowpwr_ctrl_set: LOWPWR_CTRL_SET,
    pub lowpwr_ctrl_clr: LOWPWR_CTRL_CLR,
    pub lowpwr_ctrl_tog: LOWPWR_CTRL_TOG,
    pub osc_config0: OSC_CONFIG0,
    pub osc_config0_set: OSC_CONFIG0_SET,
    pub osc_config0_clr: OSC_CONFIG0_CLR,
    pub osc_config0_tog: OSC_CONFIG0_TOG,
    pub osc_config1: OSC_CONFIG1,
    pub osc_config1_set: OSC_CONFIG1_SET,
    pub osc_config1_clr: OSC_CONFIG1_CLR,
    pub osc_config1_tog: OSC_CONFIG1_TOG,
    pub osc_config2: OSC_CONFIG2,
    pub osc_config2_set: OSC_CONFIG2_SET,
    pub osc_config2_clr: OSC_CONFIG2_CLR,
    pub osc_config2_tog: OSC_CONFIG2_TOG,
    // some fields omitted
}

Register block

Fields

misc0: MISC0

0x150 - Miscellaneous Register 0

misc0_set: MISC0_SET

0x154 - Miscellaneous Register 0

misc0_clr: MISC0_CLR

0x158 - Miscellaneous Register 0

misc0_tog: MISC0_TOG

0x15c - Miscellaneous Register 0

lowpwr_ctrl: LOWPWR_CTRL

0x270 - XTAL OSC (LP) Control Register

lowpwr_ctrl_set: LOWPWR_CTRL_SET

0x274 - XTAL OSC (LP) Control Register

lowpwr_ctrl_clr: LOWPWR_CTRL_CLR

0x278 - XTAL OSC (LP) Control Register

lowpwr_ctrl_tog: LOWPWR_CTRL_TOG

0x27c - XTAL OSC (LP) Control Register

osc_config0: OSC_CONFIG0

0x2a0 - XTAL OSC Configuration 0 Register

osc_config0_set: OSC_CONFIG0_SET

0x2a4 - XTAL OSC Configuration 0 Register

osc_config0_clr: OSC_CONFIG0_CLR

0x2a8 - XTAL OSC Configuration 0 Register

osc_config0_tog: OSC_CONFIG0_TOG

0x2ac - XTAL OSC Configuration 0 Register

osc_config1: OSC_CONFIG1

0x2b0 - XTAL OSC Configuration 1 Register

osc_config1_set: OSC_CONFIG1_SET

0x2b4 - XTAL OSC Configuration 1 Register

osc_config1_clr: OSC_CONFIG1_CLR

0x2b8 - XTAL OSC Configuration 1 Register

osc_config1_tog: OSC_CONFIG1_TOG

0x2bc - XTAL OSC Configuration 1 Register

osc_config2: OSC_CONFIG2

0x2c0 - XTAL OSC Configuration 2 Register

osc_config2_set: OSC_CONFIG2_SET

0x2c4 - XTAL OSC Configuration 2 Register

osc_config2_clr: OSC_CONFIG2_CLR

0x2c8 - XTAL OSC Configuration 2 Register

osc_config2_tog: OSC_CONFIG2_TOG

0x2cc - XTAL OSC Configuration 2 Register

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.