#[repr(u8)]pub enum P0FltEn {
FLT_DISABLE = 0,
FLT_ENABLE = 1,
}Variants§
FLT_DISABLE = 0
Filter Disabled. All CS Disable outputs are asserted so that host access to the flash devices is disabled. CS# inputs to the filter are disabled so that the filter state machine is locked in its current state. All other register controls can be accessed, but have no impact on the functionality of the filter while the filter is disabled.
FLT_ENABLE = 1
Filter Enabled. CS# inputs to the filter are enabled and the filter state machine controls the CS disable outputs. CS# inputs to the filter are enabled so that the filter state machine is active. All other register controls are functional. The filter is enabled by default at CPLD power on.
Implementations§
Trait Implementations§
Source§impl Ord for P0FltEn
impl Ord for P0FltEn
Source§impl PartialOrd for P0FltEn
impl PartialOrd for P0FltEn
impl Copy for P0FltEn
impl Eq for P0FltEn
impl StructuralPartialEq for P0FltEn
Auto Trait Implementations§
impl Freeze for P0FltEn
impl RefUnwindSafe for P0FltEn
impl Send for P0FltEn
impl Sync for P0FltEn
impl Unpin for P0FltEn
impl UnwindSafe for P0FltEn
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