Loading...
Searching...
No Matches

Radio context. More...

Detailed Description

Radio context.

Definition at line 113 of file ble.h.

#include <ble.h>

Data Fields

union { 
 
   uint8_t   raw [4] 
 byte-wise access More...
 
   uint32_t   u32 
 compact access More...
 
aa 
 access address
 
uint32_t crc
 CRC: 3 LSB for CRC, most significant bit for RX state.
 
uint8_t chan
 channel to use/used
 

Field Documentation

◆ chan

uint8_t netdev_ble_ctx_t::chan

channel to use/used

Definition at line 120 of file ble.h.

◆ crc

uint32_t netdev_ble_ctx_t::crc

CRC: 3 LSB for CRC, most significant bit for RX state.

Definition at line 118 of file ble.h.

◆ raw

uint8_t netdev_ble_ctx_t::raw[4]

byte-wise access

Definition at line 115 of file ble.h.

◆ u32

uint32_t netdev_ble_ctx_t::u32

compact access

Definition at line 116 of file ble.h.


The documentation for this struct was generated from the following file: