Struct ChTr2Dreq
#[repr(transparent)]pub struct ChTr2Dreq(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl ChTr2Dreq
impl ChTr2Dreq
pub const SOURCEPERIPHERAL: Self
pub const SOURCEPERIPHERAL: Self
selected hardware request driven by a source peripheral (request signal taken into account by the GPDMA transfer scheduler over the source/read port)
pub const DESTINATIONPERIPHERAL: Self
pub const DESTINATIONPERIPHERAL: Self
selected hardware request driven by a destination peripheral (request signal taken into account by the GPDMA transfer scheduler over the destination/write port)
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