Cmd32enR

Type Alias Cmd32enR 

pub type Cmd32enR = BitReader<Cmd32en>;
Expand description

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

Aliased Type§

pub struct Cmd32enR { /* private fields */ }

Implementations§

§

impl Cmd32enR

pub const fn variant(&self) -> Cmd32en

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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