hal_rx_frame_t Struct Reference
[RF230 hardware level drivers]

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?

Detailed Description

This struct defines the rx data container.

See also:
hal_frame_read

Definition at line 330 of file hal.h.


Field Documentation

Actual frame data.

Definition at line 332 of file hal.h.

Referenced by hal_frame_read().

Length of frame.

Definition at line 331 of file hal.h.

Referenced by hal_frame_read().

LQI value for received frame.

Definition at line 333 of file hal.h.

Referenced by hal_frame_read().


Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by  doxygen 1.6.1