 |
Contiki-NG
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
40#ifndef AT86RF215_DEF_H_
41#define AT86RF215_DEF_H_
56#define AT86RF215_DELAY_BEFORE_TX ((unsigned)US_TO_RTIMERTICKS(315))
66#define AT86RF215_DELAY_BEFORE_RX ((unsigned)US_TO_RTIMERTICKS(100))
73#define AT86RF215_DELAY_BEFORE_DETECT ((unsigned)US_TO_RTIMERTICKS(20))
79#define AT86RF215_PHY_OVERHEAD (3)
85#define AT86RF215_BYTE_AIR_TIME (32)
87#define AT86RF215_MAX_PAYLOAD_SIZE (127)
88#define AT86RF215_OUTPUT_POWER_MIN (-15)
89#define AT86RF215_OUTPUT_POWER_MAX (15)
90#define AT86RF215_RF_CHANNEL_MIN (11)
91#define AT86RF215_RF_CHANNEL_MAX (26)
105#define TSCH_CONF_RADIO_ON_DURING_TIMESLOT (0)
116#ifndef TSCH_CONF_RX_WAIT
117#define TSCH_CONF_RX_WAIT 2200