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