SramuapR

Type Alias SramuapR 

pub type SramuapR = FieldReader<Sramuap>;
Expand description

Field SRAMUAP reader - SRAM_U Arbitration Priority

Aliased Type§

pub struct SramuapR { /* private fields */ }

Implementations§

§

impl SramuapR

pub const fn variant(&self) -> Sramuap

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