UnalignedR

Type Alias UnalignedR 

pub type UnalignedR = BitReader<Unaligned>;
Expand description

Field UNALIGNED reader - Unaligned access UsageFault

Aliased Type§

pub struct UnalignedR { /* private fields */ }

Implementations§

§

impl UnalignedR

pub const fn variant(&self) -> Unaligned

Get enumerated values variant

pub fn is_0(&self) -> bool

no unaligned access fault, or unaligned access trapping not enabled

pub fn is_1(&self) -> bool

the processor has made an unaligned memory access