Struct zinc_hal_lpc11xx::ioregs::SYSCON_wdtclkdiv_Get
[−]
[src]
pub struct SYSCON_wdtclkdiv_Get { // some fields omitted }
WDTCLKDIV
: WDT clock divider
Methods
impl SYSCON_wdtclkdiv_Get
fn new(reg: &SYSCON_wdtclkdiv) -> SYSCON_wdtclkdiv_Get
Create a getter reflecting the current value of the given register.
fn raw(&self) -> u32
Get the raw value of the register.
fn div(&self) -> u32
Get value of DIV
field: WDT clock divider values 0: Disable WDCLK. 1: Divide by 1. to 255: Divide by 255.