pub enum Register {
Show 48 variants TRX_STATUS, TRX_STATE, TRX_CTRL_0, TRX_CTRL_1, PHY_TX_PWR, PHY_RSSI, PHY_ED_LEVEL, PHY_CC_CCA, CCA_THRES, RX_CTRL, SFD_VALUE, TRX_CTRL_2, ANT_DIV, IRQ_MASK, IRQ_STATUS, VREG_CTRL, BATMON, XOSC_CTRL, CC_CTRL_0, CC_CTRL_1, RX_SYN, RF_CTRL_0, XAH_CTRL_1, FTN_CTRL, RF_CTRL_1, PLL_CF, PLL_DCU, PART_NUM, VERSION_NUM, MAN_ID_0, MAN_ID_1, SHORT_ADDR_0, SHORT_ADDR_1, PAN_ID_0, PAN_ID_1, IEEE_ADDR_0, IEEE_ADDR_1, IEEE_ADDR_2, IEEE_ADDR_3, IEEE_ADDR_4, IEEE_ADDR_5, IEEE_ADDR_6, IEEE_ADDR_7, XAH_CTRL_0, CSMA_SEED_0, CSMA_SEED_1, CSMA_BE, AES_STATUS,
}
Expand description

AT86RF212 Register Enumeration

Variants

TRX_STATUS

TRX_STATE

TRX_CTRL_0

TRX_CTRL_1

PHY_TX_PWR

PHY_RSSI

PHY_ED_LEVEL

PHY_CC_CCA

CCA_THRES

RX_CTRL

SFD_VALUE

TRX_CTRL_2

ANT_DIV

IRQ_MASK

IRQ_STATUS

VREG_CTRL

BATMON

XOSC_CTRL

CC_CTRL_0

CC_CTRL_1

RX_SYN

RF_CTRL_0

XAH_CTRL_1

FTN_CTRL

RF_CTRL_1

PLL_CF

PLL_DCU

PART_NUM

VERSION_NUM

MAN_ID_0

MAN_ID_1

SHORT_ADDR_0

SHORT_ADDR_1

PAN_ID_0

PAN_ID_1

IEEE_ADDR_0

IEEE_ADDR_1

IEEE_ADDR_2

IEEE_ADDR_3

IEEE_ADDR_4

IEEE_ADDR_5

IEEE_ADDR_6

IEEE_ADDR_7

XAH_CTRL_0

CSMA_SEED_0

CSMA_SEED_1

CSMA_BE

AES_STATUS

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.