This struct defines the rx data container. More...
#include <cpu/avr/radio/rf230/hal.h>
Data Fields | |
| uint8_t | length |
| Length of frame. | |
| uint8_t | data [HAL_MAX_FRAME_LENGTH] |
| Actual frame data. | |
| uint8_t | lqi |
| LQI value for received frame. | |
| bool | crc |
| Flag - did CRC pass for received frame? | |
This struct defines the rx data container.
Definition at line 330 of file hal.h.
| uint8_t hal_rx_frame_t::data |
| uint8_t hal_rx_frame_t::length |
| uint8_t hal_rx_frame_t::lqi |
1.6.1