Module nrf51::radio
[−]
[src]
Radio driver, Bluetooth Low Energy, nRF51
Sending Bluetooth Low Energy advertisement packets with payloads up to 31 bytes
Currently all fields in PAYLOAD array are configurable from user-space except the PDU_TYPE.
Authors
- Niklas Adolfsson niklasadolfsson1@gmail.com
- Fredrik Nilsson frednils@student.chalmers.se
- Date: June 22, 2017
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 |
Statics
PAYLOAD | |
RADIO |