R8W

Type Alias R8W 

pub type R8W<'a, REG> = FieldWriter<'a, REG, 2, R8, Safe>;
Expand description

Field R8 writer - Region 8 mode

Aliased Type§

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

Implementations§

§

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