#[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