Contiki 2.6
|
This struct defines the rx data container. More...
#include <cpu/avr/radio/rf230bb/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.
uint8_t hal_rx_frame_t::data |
Actual frame data.
Definition at line 483 of file hal.h.
Referenced by hal_frame_read(), and rx_frame_parse().
uint8_t hal_rx_frame_t::length |
Length of frame.
Definition at line 482 of file hal.h.
Referenced by hal_frame_read(), and rx_frame_parse().
uint8_t hal_rx_frame_t::lqi |
LQI value for received frame.
Definition at line 484 of file hal.h.
Referenced by hal_frame_read(), and rx_frame_parse().