pub enum DATA32B_A {
DATA_TRANS_8BIT,
DATA_TRANS_32BIT,
}
Expand description
Data 32 Bit
Value on reset: 0
Variants
DATA_TRANS_8BIT
0: Data transaction from/to DATA register are 8-bit
DATA_TRANS_32BIT
1: Data transaction from/to DATA register are 32-bit
Trait Implementations
impl Copy for DATA32B_A
impl StructuralPartialEq for DATA32B_A
Auto Trait Implementations
impl RefUnwindSafe for DATA32B_A
impl Send for DATA32B_A
impl Sync for DATA32B_A
impl Unpin for DATA32B_A
impl UnwindSafe for DATA32B_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more