Module nrf52::radio [] [src]

Radio driver, Bluetooth Low Energy, NRF52

The generic radio configuration i.e., not specific to Bluetooth are functions and similar which do not start with ble. Moreover, Bluetooth Low Energy specific radio configuration starts with ble

For more readability the Bluetooth specific configuration may be moved to separate trait

Author

Packet Configuration

+----------+------+--------+----+--------+----+---------+-----+
| Preamble | Base | Prefix | S0 | Length | S1 | Payload | CRC |
+----------+------+--------+----+--------+----+---------+-----+

Reexports

use core::cell::Cell;
use core::convert::TryFrom;
use kernel;
use kernel::ReturnCode;
use nrf5x;
use nrf5x::ble_advertising_hil::RadioChannel;
use nrf5x::constants::TxPower;
use peripheral_registers;

Structs

Radio

Constants

NRF52_RADIO_PCNF0_PLEN_8BITS
NRF52_RADIO_PCNF0_PLEN_POS
NRF52_RADIO_PCNF0_S1INCL_MSK
NRF52_RADIO_PCNFO_S1INCL_POS

Statics

PAYLOAD
RADIO