#[repr(u8)]pub enum Atdfen {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
AHB write access disabled. IP bus writes to IP transmit FIFO. AHB bus write access to IP transmit FIFO memory space produces bus error.
VAL1 = 1
AHB write access enabled. AHB bus writes to IP transmit FIFO. IP Bus write access to IP transmit FIFO memory space is ignored and causes no bus error.
Implementations§
Trait Implementations§
Source§impl Ord for Atdfen
impl Ord for Atdfen
Source§impl PartialOrd for Atdfen
impl PartialOrd for Atdfen
impl Copy for Atdfen
impl Eq for Atdfen
impl StructuralPartialEq for Atdfen
Auto Trait Implementations§
impl Freeze for Atdfen
impl RefUnwindSafe for Atdfen
impl Send for Atdfen
impl Sync for Atdfen
impl Unpin for Atdfen
impl UnwindSafe for Atdfen
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