#[repr(u8)]pub enum ForceBypass {
NFB0 = 0,
F_FF_A = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
NFB0 = 0
Will not force the bypass
F_FF_A = 1
Whatever MODE_SEL is, will force bypass flip-flop and route the AOI_0(Filter_0) value directly to EVTG_OUTA
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Source§impl ForceBypass
impl ForceBypass
Trait Implementations§
Source§impl Clone for ForceBypass
impl Clone for ForceBypass
Source§fn clone(&self) -> ForceBypass
fn clone(&self) -> ForceBypass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ForceBypass
impl Debug for ForceBypass
Source§impl From<ForceBypass> for u8
impl From<ForceBypass> for u8
Source§fn from(val: ForceBypass) -> u8
fn from(val: ForceBypass) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ForceBypass
impl From<u8> for ForceBypass
Source§fn from(val: u8) -> ForceBypass
fn from(val: u8) -> ForceBypass
Converts to this type from the input type.
Source§impl Ord for ForceBypass
impl Ord for ForceBypass
Source§fn cmp(&self, other: &ForceBypass) -> Ordering
fn cmp(&self, other: &ForceBypass) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ForceBypass
impl PartialEq for ForceBypass
Source§impl PartialOrd for ForceBypass
impl PartialOrd for ForceBypass
impl Copy for ForceBypass
impl Eq for ForceBypass
impl StructuralPartialEq for ForceBypass
Auto Trait Implementations§
impl Freeze for ForceBypass
impl RefUnwindSafe for ForceBypass
impl Send for ForceBypass
impl Sync for ForceBypass
impl Unpin for ForceBypass
impl UnwindSafe for ForceBypass
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