Enum Brstdma
#[repr(u8)]pub enum Brstdma {
Independent = 0,
Completion = 1,
Rollover = 2,
_RESERVED_3 = 3,
}Variants§
Independent = 0
Update done independently from the DMA burst transfer completion
Completion = 1
Update done when the DMA burst transfer is completed
Rollover = 2
Update done on master timer roll-over following a DMA burst transfer completion
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Brstdma
impl Eq for Brstdma
§impl Ord for Brstdma
impl Ord for Brstdma
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Brstdma
impl PartialOrd for Brstdma
impl StructuralPartialEq for Brstdma
Auto Trait Implementations§
impl Freeze for Brstdma
impl RefUnwindSafe for Brstdma
impl Send for Brstdma
impl Sync for Brstdma
impl Unpin for Brstdma
impl UnsafeUnpin for Brstdma
impl UnwindSafe for Brstdma
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