SramlapW

Type Alias SramlapW 

pub type SramlapW<'a, REG> = FieldWriter<'a, REG, 2, Sramlap, Safe>;
Expand description

Field SRAMLAP writer - SRAM_L Arbitration Priority

Aliased Type§

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

Implementations§

§

impl<'a, REG> SramlapW<'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