#[repr(u8)]pub enum Atdfen {
ATDFEN_0 = 0,
ATDFEN_1 = 1,
}Variants§
ATDFEN_0 = 0
IP TX FIFO should be written by IP Bus. AHB Bus write access to IP TX FIFO memory space will get bus error response.
ATDFEN_1 = 1
IP TX FIFO should be written by AHB Bus. IP Bus write access to IP TX FIFO memory space will be ignored but no bus error response.
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