pub enum CRR_A {
_0 = 0,
_1 = 1,
}
Expand description
Control Register Read
Value on reset: 1
Variants§
_0 = 0
0: Reads to the Control Register are ignored.
_1 = 1
1: Reads to the Control Register complete as normal.
Trait Implementations§
impl Copy for CRR_A
impl StructuralPartialEq for CRR_A
Auto Trait Implementations§
impl Freeze for CRR_A
impl RefUnwindSafe for CRR_A
impl Send for CRR_A
impl Sync for CRR_A
impl Unpin for CRR_A
impl UnwindSafe for CRR_A
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)