[][src]Type Definition nrf52832_pac::radio::state::STATE_R

type STATE_R = R<u8, STATE_A>;

Reader of field STATE

Methods

impl STATE_R[src]

pub fn variant(&self) -> Variant<u8, STATE_A>[src]

Get enumerated values variant

pub fn is_disabled(&self) -> bool[src]

Checks if the value of the field is DISABLED

pub fn is_rx_ru(&self) -> bool[src]

Checks if the value of the field is RXRU

pub fn is_rx_idle(&self) -> bool[src]

Checks if the value of the field is RXIDLE

pub fn is_rx(&self) -> bool[src]

Checks if the value of the field is RX

pub fn is_rx_disable(&self) -> bool[src]

Checks if the value of the field is RXDISABLE

pub fn is_tx_ru(&self) -> bool[src]

Checks if the value of the field is TXRU

pub fn is_tx_idle(&self) -> bool[src]

Checks if the value of the field is TXIDLE

pub fn is_tx(&self) -> bool[src]

Checks if the value of the field is TX

pub fn is_tx_disable(&self) -> bool[src]

Checks if the value of the field is TXDISABLE