R0W

Type Alias R0W 

pub type R0W<'a, REG> = FieldWriter<'a, REG, 2, R0, Safe>;
Expand description

Field R0 writer - Region 0 mode

Aliased Type§

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

Implementations§

§

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

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

Non-cacheable

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

Non-cacheable

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

Write-through

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

Write-back