#[repr(u8)]pub enum SRCINC {
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
impl Eq for SRCINC
impl IsEnum for SRCINC
impl StructuralPartialEq for SRCINC
Auto Trait Implementations§
impl Freeze for SRCINC
impl RefUnwindSafe for SRCINC
impl Send for SRCINC
impl Sync for SRCINC
impl Unpin for SRCINC
impl UnwindSafe for SRCINC
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