Skip to main content

RF233Register

Enum RF233Register 

Source
pub enum RF233Register {
Show 53 variants MIN = 0, TRX_STATUS = 1, TRX_STATE = 2, TRX_CTRL_0 = 3, TRX_CTRL_1 = 4, PHY_TX_PWR = 5, PHY_RSSI = 6, PHY_ED_LEVEL = 7, PHY_CC_CCA = 8, CCA_THRES = 9, RX_CTRL = 10, SFD_VALUE = 11, TRX_CTRL_2 = 12, ANT_DIV = 13, IRQ_MASK = 14, IRQ_STATUS = 15, VCTRL = 16, BATMON = 17, XOSC_CTRL = 18, CC_CTRL_0 = 19, CC_CTRL_1 = 20, RX_SYN = 21, TRX_RPC = 22, XAH_CTRL_1 = 23, FTN_CTRL = 24, XAH_CTRL_2 = 25, PLL_CF = 26, PLL_DCU = 27, PART_NUM = 28, VERSION_NUM = 29, MAN_ID_0 = 30, MAN_ID_1 = 31, SHORT_ADDR_0 = 32, SHORT_ADDR_1 = 33, PAN_ID_0 = 34, PAN_ID_1 = 35, IEEE_ADDR_0 = 36, IEEE_ADDR_1 = 37, IEEE_ADDR_2 = 38, IEEE_ADDR_3 = 39, IEEE_ADDR_4 = 40, IEEE_ADDR_5 = 41, IEEE_ADDR_6 = 42, IEEE_ADDR_7 = 43, XAH_CTRL_0 = 44, CSMA_SEED_0 = 45, CSMA_SEED_1 = 46, CSMA_BE = 47, TST_CTRL_DIGI = 54, PHY_TX_TIME = 59, TST_AGC = 60, TST_SDM = 61, MAX = 62,
}

Variants§

§

MIN = 0

§

TRX_STATUS = 1

§

TRX_STATE = 2

§

TRX_CTRL_0 = 3

§

TRX_CTRL_1 = 4

§

PHY_TX_PWR = 5

§

PHY_RSSI = 6

§

PHY_ED_LEVEL = 7

§

PHY_CC_CCA = 8

§

CCA_THRES = 9

§

RX_CTRL = 10

§

SFD_VALUE = 11

§

TRX_CTRL_2 = 12

§

ANT_DIV = 13

§

IRQ_MASK = 14

§

IRQ_STATUS = 15

§

VCTRL = 16

§

BATMON = 17

§

XOSC_CTRL = 18

§

CC_CTRL_0 = 19

§

CC_CTRL_1 = 20

§

RX_SYN = 21

§

TRX_RPC = 22

§

XAH_CTRL_1 = 23

§

FTN_CTRL = 24

§

XAH_CTRL_2 = 25

§

PLL_CF = 26

§

PLL_DCU = 27

§

PART_NUM = 28

§

VERSION_NUM = 29

§

MAN_ID_0 = 30

§

MAN_ID_1 = 31

§

SHORT_ADDR_0 = 32

§

SHORT_ADDR_1 = 33

§

PAN_ID_0 = 34

§

PAN_ID_1 = 35

§

IEEE_ADDR_0 = 36

§

IEEE_ADDR_1 = 37

§

IEEE_ADDR_2 = 38

§

IEEE_ADDR_3 = 39

§

IEEE_ADDR_4 = 40

§

IEEE_ADDR_5 = 41

§

IEEE_ADDR_6 = 42

§

IEEE_ADDR_7 = 43

§

XAH_CTRL_0 = 44

§

CSMA_SEED_0 = 45

§

CSMA_SEED_1 = 46

§

CSMA_BE = 47

§

TST_CTRL_DIGI = 54

§

PHY_TX_TIME = 59

§

TST_AGC = 60

§

TST_SDM = 61

§

MAX = 62

Trait Implementations§

Source§

impl Clone for RF233Register

Source§

fn clone(&self) -> RF233Register

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for RF233Register

Source§

impl Debug for RF233Register

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for RF233Register

Source§

fn eq(&self, other: &RF233Register) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for RF233Register

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.