Enum stm32_metapac::hrtim::vals::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 Ord for Brstdma
impl Ord for Brstdma
§impl PartialOrd for Brstdma
impl PartialOrd for Brstdma
impl Copy for Brstdma
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)