Skip to main content

EnableW

Type Alias EnableW 

Source
pub type EnableW<'a, REG> = BitWriter<'a, REG, Enable>;
Expand description

Field ENABLE writer - Enable. Enables the SAU. This bit is RAZ/WI when the Security Extension is implemented without an SAU region.

Aliased Type§

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

Implementations§

Source§

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

Source

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

The SAU is disabled.

Source

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

The SAU is enabled.