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 */ }