Struct zinc_hal_lpc11xx::ioregs::SYSCON_presetctrl_Get [] [src]

pub struct SYSCON_presetctrl_Get {
    // some fields omitted
}

PRESETCTRL: Peripheral reset control

Methods

impl SYSCON_presetctrl_Get

fn new(reg: &SYSCON_presetctrl) -> SYSCON_presetctrl_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn ssp0_rst_n(&self) -> SYSCON_presetctrl_ssp0_rst_n

Get value of SSP0_RST_N field: SPI0 reset control

fn i2c_rst_n(&self) -> SYSCON_presetctrl_i2c_rst_n

Get value of I2C_RST_N field: I2C reset control

fn ssp1_rst_n(&self) -> SYSCON_presetctrl_ssp1_rst_n

Get value of SSP1_RST_N field: SPI1 reset control

fn can_rst_n(&self) -> SYSCON_presetctrl_can_rst_n

Get value of CAN_RST_N field: C_CAN reset control. See Section 3.1 for part specific details.

Trait Implementations

impl Copy for SYSCON_presetctrl_Get

Derived Implementations

impl Clone for SYSCON_presetctrl_Get

fn clone(&self) -> SYSCON_presetctrl_Get

fn clone_from(&mut self, source: &Self)