Cmd32enW

Type Alias Cmd32enW 

pub type Cmd32enW<'a, REG> = BitWriter<'a, REG, Cmd32en>;
Expand description

Field CMD32EN writer - Enables or disables WDOG support for 32-bit (otherwise 16-bit or 8-bit) refresh/unlock command write words

Aliased Type§

pub struct Cmd32enW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Cmd32enW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Disables support for 32-bit refresh/unlock command write words. Only 16-bit or 8-bit is supported.

pub fn _1(self) -> &'a mut W<REG>

Enables support for 32-bit refresh/unlock command write words. 16-bit or 8-bit is NOT supported.