#[repr(u8)]pub enum Ardfen {
ARDFEN_0 = 0,
ARDFEN_1 = 1,
}Variants§
ARDFEN_0 = 0
IP RX FIFO should be read by IP Bus. AHB Bus read access to IP RX FIFO memory space will get bus error response.
ARDFEN_1 = 1
IP RX FIFO should be read by AHB Bus. IP Bus read access to IP RX FIFO memory space will always return data zero but no bus error response.
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