#[repr(u8)]pub enum Rrae {
NORMAL = 0,
RESTRICT = 1,
}Variants§
NORMAL = 0
Register access is fully enabled. The OTFAD programming model registers can be accessed “normally”.
RESTRICT = 1
Register access is restricted and only the CR, SR and optional MDPC registers can be accessed; others are treated as RAZ/WI.
Implementations§
Trait Implementations§
Source§impl Ord for Rrae
impl Ord for Rrae
Source§impl PartialOrd for Rrae
impl PartialOrd for Rrae
impl Copy for Rrae
impl Eq for Rrae
impl StructuralPartialEq for Rrae
Auto Trait Implementations§
impl Freeze for Rrae
impl RefUnwindSafe for Rrae
impl Send for Rrae
impl Sync for Rrae
impl Unpin for Rrae
impl UnwindSafe for Rrae
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more