UnalignTrpW

Type Alias UnalignTrpW 

pub type UnalignTrpW<'a, REG> = BitWriter<'a, REG, UnalignTrp>;
Expand description

Field UNALIGN_TRP writer - Enables unaligned access traps

Aliased Type§

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

Implementations§

§

impl<'a, REG> UnalignTrpW<'a, REG>
where REG: Writable + RegisterSpec,

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

do not trap unaligned halfword and word accesses

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

trap unaligned halfword and word accesses