pub type MODE_R = FieldReader<u8, MODE_A>;
Expand description
Field MODE
reader - Radio data rate and modulation setting. The radio supports frequency-shift keying (FSK) modulation.
Aliased Type§
struct MODE_R { /* private fields */ }
Implementations§
Source§impl MODE_R
impl MODE_R
Sourcepub fn is_nrf_1mbit(&self) -> bool
pub fn is_nrf_1mbit(&self) -> bool
Checks if the value of the field is NRF_1MBIT
Sourcepub fn is_nrf_2mbit(&self) -> bool
pub fn is_nrf_2mbit(&self) -> bool
Checks if the value of the field is NRF_2MBIT
Sourcepub fn is_ble_1mbit(&self) -> bool
pub fn is_ble_1mbit(&self) -> bool
Checks if the value of the field is BLE_1MBIT
Sourcepub fn is_ble_2mbit(&self) -> bool
pub fn is_ble_2mbit(&self) -> bool
Checks if the value of the field is BLE_2MBIT
Sourcepub fn is_ble_lr125kbit(&self) -> bool
pub fn is_ble_lr125kbit(&self) -> bool
Checks if the value of the field is BLE_LR125KBIT
Sourcepub fn is_ble_lr500kbit(&self) -> bool
pub fn is_ble_lr500kbit(&self) -> bool
Checks if the value of the field is BLE_LR500KBIT
Sourcepub fn is_ieee802154_250kbit(&self) -> bool
pub fn is_ieee802154_250kbit(&self) -> bool
Checks if the value of the field is IEEE802154_250KBIT