Enum stm32_metapac::lpdma::vals::Dreq
#[repr(u8)]pub enum Dreq {
SOURCEPERIPHERAL = 0,
DESTINATIONPERIPHERAL = 1,
}
Variants§
SOURCEPERIPHERAL = 0
selected hardware request driven by a source peripheral (request signal taken into account by the LPDMA transfer scheduler over the source/read port)
DESTINATIONPERIPHERAL = 1
selected hardware request driven by a destination peripheral (request signal taken into account by the LPDMA transfer scheduler over the destination/write port)
Implementations§
Trait Implementations§
§impl Ord for Dreq
impl Ord for Dreq
§impl PartialOrd for Dreq
impl PartialOrd for Dreq
impl Copy for Dreq
impl Eq for Dreq
impl StructuralPartialEq for Dreq
Auto Trait Implementations§
impl Freeze for Dreq
impl RefUnwindSafe for Dreq
impl Send for Dreq
impl Sync for Dreq
impl Unpin for Dreq
impl UnwindSafe for Dreq
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
)