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