SramuapW

Type Alias SramuapW 

pub type SramuapW<'a, REG> = FieldWriter<'a, REG, 2, Sramuap, Safe>;
Expand description

Field SRAMUAP writer - SRAM_U Arbitration Priority

Aliased Type§

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

Implementations§

§

impl<'a, REG> SramuapW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

Round robin

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

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

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

Fixed priority. Processor has highest, backdoor has lowest

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

Fixed priority. Backdoor has highest, processor has lowest