#[repr(u8)]pub enum Ro {
RO_0 = 0,
RO_1 = 1,
}Variants§
RO_0 = 0
The context registers can be accessed normally (as defined by SR[RRAM]).
RO_1 = 1
The context registers are read-only and accesses may be further restricted based on SR[RRAM].
Implementations§
Trait Implementations§
Source§impl Ord for Ro
impl Ord for Ro
Source§impl PartialOrd for Ro
impl PartialOrd for Ro
impl Copy for Ro
impl Eq for Ro
impl StructuralPartialEq for Ro
Auto Trait Implementations§
impl Freeze for Ro
impl RefUnwindSafe for Ro
impl Send for Ro
impl Sync for Ro
impl Unpin for Ro
impl UnwindSafe for Ro
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