Enum libftd2xx_cc1101::ReadRegAddrs[][src]

pub enum ReadRegAddrs {
Show variants PARTNUM, VERSION, FREQTEST, LQI, RSSI, MARCSTATE, WORTIME, PKTSTATUS, VCO_VC_DAC, TXBYTES, RXBYTES, RCCTRL1_STATUS, RCCTRL0_STATUS,
}
Expand description

Variants

PARTNUM

Part number for CC1101

VERSION

Current version number

FREQTEST

Frequency Offset Estimate

LQI

Demodulator estimate for Link Quality

RSSI

Received signal strength indication

MARCSTATE

Control state machine state

WORTIME

High byte of WOR timer

PKTSTATUS

Current GDOx status and packet status

VCO_VC_DAC

Current setting from PLL calibration module

TXBYTES

Underflow and number of bytes in the TX FIFO

RXBYTES

Overflow and number of bytes in the RX FIFO

RCCTRL1_STATUS

Last RC oscillator calibration result

RCCTRL0_STATUS

Last RC oscillator calibration result

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.