Struct zinc_hal_lpc11xx::ioregs::SYSCON_bodctrl_Get [] [src]

pub struct SYSCON_bodctrl_Get {
    // some fields omitted
}

BODCTRL: BOD control

Methods

impl SYSCON_bodctrl_Get

fn new(reg: &SYSCON_bodctrl) -> SYSCON_bodctrl_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn bodrstlev(&self) -> SYSCON_bodctrl_bodrstlev

Get value of BODRSTLEV field: BOD reset level

fn bodintval(&self) -> SYSCON_bodctrl_bodintval

Get value of BODINTVAL field: BOD interrupt level

fn bodrstena(&self) -> SYSCON_bodctrl_bodrstena

Get value of BODRSTENA field: BOD reset enable

Trait Implementations

impl Copy for SYSCON_bodctrl_Get

Derived Implementations

impl Clone for SYSCON_bodctrl_Get

fn clone(&self) -> SYSCON_bodctrl_Get

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