SramlapR

Type Alias SramlapR 

pub type SramlapR = FieldReader<Sramlap>;
Expand description

Field SRAMLAP reader - SRAM_L Arbitration Priority

Aliased Type§

pub struct SramlapR { /* private fields */ }

Implementations§

§

impl SramlapR

pub const fn variant(&self) -> Sramlap

Get enumerated values variant

pub fn is_00(&self) -> bool

Round robin

pub fn is_01(&self) -> bool

Special round robin (favors SRAM backdoor accesses over the processor)

pub fn is_10(&self) -> bool

Fixed priority. Processor has highest, backdoor has lowest

pub fn is_11(&self) -> bool

Fixed priority. Backdoor has highest, processor has lowest