Enum stm32_metapac::gpdma::vals::Breq
#[repr(u8)]pub enum Breq {
BURST = 0,
BLOCK = 1,
}
Variants§
BURST = 0
the selected hardware request is driven by a peripheral with a hardware request/acknowledge protocol at a burst level.
BLOCK = 1
the selected hardware request is driven by a peripheral with a hardware request/acknowledge protocol at a block level (see ).
Implementations§
Trait Implementations§
§impl Ord for Breq
impl Ord for Breq
§impl PartialOrd for Breq
impl PartialOrd for Breq
impl Copy for Breq
impl Eq for Breq
impl StructuralPartialEq for Breq
Auto Trait Implementations§
impl Freeze for Breq
impl RefUnwindSafe for Breq
impl Send for Breq
impl Sync for Breq
impl Unpin for Breq
impl UnwindSafe for Breq
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
)