#[repr(u8)]pub enum Dbgsel {
Show 16 variants
RSLT = 0,
PFBIS = 1,
PFSFT = 2,
HPF = 3,
PFCIC = 4,
_RESERVED_5 = 5,
SCD = 6,
MM = 7,
CAD = 8,
FIFO = 9,
PS = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
RSLT = 0
Final data from the PF (24 bits)
PFBIS = 1
Offset data (24 bits)
PFSFT = 2
Shifted data from the PF (24 bits)
HPF = 3
DC remover (HPF) data (32 bits)
PFCIC = 4
Raw data from the PF’s CIC filter
_RESERVED_5 = 5
SCD = 6
Historical data from SCD
MM = 7
Data from the Manchester decoder
CAD = 8
Data from CAD
FIFO = 9
Number of available entries in the FIFO
PS = 10
Status of the parallel or serial data converter
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Dbgsel
impl Ord for Dbgsel
Source§impl PartialOrd for Dbgsel
impl PartialOrd for Dbgsel
impl Copy for Dbgsel
impl Eq for Dbgsel
impl StructuralPartialEq for Dbgsel
Auto Trait Implementations§
impl Freeze for Dbgsel
impl RefUnwindSafe for Dbgsel
impl Send for Dbgsel
impl Sync for Dbgsel
impl Unpin for Dbgsel
impl UnwindSafe for Dbgsel
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