Skip to main content

EnableR

Type Alias EnableR 

Source
pub type EnableR = BitReader<Enable>;
Expand description

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

Aliased Type§

pub struct EnableR { /* private fields */ }

Implementations§

Source§

impl EnableR

Source

pub const fn variant(&self) -> Enable

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

The SAU is disabled.

Source

pub fn is_enabled(&self) -> bool

The SAU is enabled.