Contiki 2.5
Data Fields
hal_rx_frame_t Struct Reference

This struct defines the rx data container. More...

#include <cpu/avr/radio/rf230/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?
 

Detailed Description

This struct defines the rx data container.

See Also
hal_frame_read

Definition at line 352 of file hal.h.

Field Documentation

uint8_t hal_rx_frame_t::data

Actual frame data.

Definition at line 354 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 353 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 355 of file hal.h.

Referenced by hal_frame_read(), and rx_frame_parse().