| Contiki-Inga 3.x
    | 
This struct defines the rx data container. More...
#include <cpu/avr/radio/rf230bb/hal.h>
| Data Fields | |
| uint8_t | length | 
| Length of frame.  More... | |
| uint8_t | data [HAL_MAX_FRAME_LENGTH] | 
| Actual frame data.  More... | |
| uint8_t | lqi | 
| LQI value for received frame.  More... | |
| 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 471 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 470 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 472 of file hal.h.
Referenced by hal_frame_read(), and rx_frame_parse().
 1.8.3.1
 1.8.3.1