#[repr(u8)]pub enum HpDma {
HP_DMA_0 = 0,
HP_DMA_1 = 1,
}Variants§
HP_DMA_0 = 0
The hprot1 input signal value is routed to the csu_hprot1 output for the corresponding master.
HP_DMA_1 = 1
The HP register bit is routed to the csu_hprot1 output for the corresponding master.
Implementations§
Trait Implementations§
Source§impl Ord for HpDma
impl Ord for HpDma
Source§impl PartialOrd for HpDma
impl PartialOrd for HpDma
impl Copy for HpDma
impl Eq for HpDma
impl StructuralPartialEq for HpDma
Auto Trait Implementations§
impl Freeze for HpDma
impl RefUnwindSafe for HpDma
impl Send for HpDma
impl Sync for HpDma
impl Unpin for HpDma
impl UnwindSafe for HpDma
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