Enum ChTr2Breq
#[repr(u8)]pub enum ChTr2Breq {
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 ChTr2Breq
impl Ord for ChTr2Breq
§impl PartialOrd for ChTr2Breq
impl PartialOrd for ChTr2Breq
impl Copy for ChTr2Breq
impl Eq for ChTr2Breq
impl StructuralPartialEq for ChTr2Breq
Auto Trait Implementations§
impl Freeze for ChTr2Breq
impl RefUnwindSafe for ChTr2Breq
impl Send for ChTr2Breq
impl Sync for ChTr2Breq
impl Unpin for ChTr2Breq
impl UnwindSafe for ChTr2Breq
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