#[repr(u8)]pub enum PBURST {
Single = 0,
Incr4 = 1,
Incr8 = 2,
Incr16 = 3,
}
Expand description
Peripheral burst transfer configuration
Value on reset: 0
Variants§
Single = 0
0: Single transfer
Incr4 = 1
1: Incremental burst of 4 beats
Incr8 = 2
2: Incremental burst of 8 beats
Incr16 = 3
3: Incremental burst of 16 beats
Trait Implementations§
impl Copy for PBURST
impl Eq for PBURST
impl IsEnum for PBURST
impl StructuralPartialEq for PBURST
Auto Trait Implementations§
impl Freeze for PBURST
impl RefUnwindSafe for PBURST
impl Send for PBURST
impl Sync for PBURST
impl Unpin for PBURST
impl UnwindSafe for PBURST
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