pub enum MINC_A {
Fixed = 0,
Incremented = 1,
}
Expand description
Peripheral increment mode
Value on reset: 0
Variants§
Fixed = 0
0: Address pointer is fixed
Incremented = 1
1: Address pointer is incremented after each data transfer
Trait Implementations§
impl Copy for PINC_A
impl StructuralPartialEq for PINC_A
Auto Trait Implementations§
impl Freeze for PINC_A
impl RefUnwindSafe for PINC_A
impl Send for PINC_A
impl Sync for PINC_A
impl Unpin for PINC_A
impl UnwindSafe for PINC_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