Contiki 3.x
|
This file contains radio driver code. More...
#include <stdint.h>
#include <stdbool.h>
#include "radio.h"
#include "hal.h"
#include "at86rf230_registermap.h"
Go to the source code of this file.
Macros | |
#define | RF230_MAX_TX_FRAME_LENGTH (127) |
127 Byte PSDU. More... | |
#define | RADIO_STATUS_START_VALUE (0x40) |
This macro defines the start value for the RADIO_* status constants. More... | |
Transaction status codes | |
#define | TRAC_SUCCESS 0 |
#define | TRAC_SUCCESS_DATA_PENDING 1 |
#define | TRAC_SUCCESS_WAIT_FOR_ACK 2 |
#define | TRAC_CHANNEL_ACCESS_FAILURE 3 |
#define | TRAC_NO_ACK 5 |
#define | TRAC_INVALID 7 |
Variables | |
uint8_t | rf230_last_rssi |
This is a file internal variable that contains the 16 MSB of the system time. More... | |
This file contains radio driver code.
Definition in file rf230bb.h.