#[repr(u8)]pub enum P1FltEn {
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 register controls are functional.
FLT_ENABLE = 1
Filter Enabled. CS# inputs to the filter are enabled and the filter state machine controls the CS disable outputs. This bit takes priority over the P1_BYP_EN bit in the Test Register. Setting this bit enables filtering and enables communication to flash devices regardless of the state of P1_BYP_EN. All other register controls are functional while filtering is enabled. The filter is enabled by default at CPLD power on.
Implementations§
Trait Implementations§
Source§impl Ord for P1FltEn
impl Ord for P1FltEn
Source§impl PartialOrd for P1FltEn
impl PartialOrd for P1FltEn
impl Copy for P1FltEn
impl Eq for P1FltEn
impl StructuralPartialEq for P1FltEn
Auto Trait Implementations§
impl Freeze for P1FltEn
impl RefUnwindSafe for P1FltEn
impl Send for P1FltEn
impl Sync for P1FltEn
impl Unpin for P1FltEn
impl UnwindSafe for P1FltEn
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