#[repr(u8)]pub enum SRCINC_A {
ONE = 0,
TWO = 1,
FOUR = 2,
NONE = 3,
}
Expand description
Source Address Increment Size
Value on reset: 0
Variants§
ONE = 0
0: Increment source address by one unit data size after each read
TWO = 1
1: Increment source address by two unit data sizes after each read
FOUR = 2
2: Increment source address by four unit data sizes after each read
NONE = 3
3: Do not increment the source address. In this mode reads are made from a fixed source address, for example reading FIFO.
Trait Implementations§
impl Copy for SRCINC_A
impl StructuralPartialEq for SRCINC_A
Auto Trait Implementations§
impl Freeze for SRCINC_A
impl RefUnwindSafe for SRCINC_A
impl Send for SRCINC_A
impl Sync for SRCINC_A
impl Unpin for SRCINC_A
impl UnwindSafe for SRCINC_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