Contiki-NG
Data Structures | Macros | Typedefs
radio.h File Reference

    Header file for the radio API
More...

#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  radio_driver
 The structure of a device driver for a radio in Contiki. More...
 

Macros

#define RADIO_RX_MODE_ADDRESS_FILTER   (1 << 0)
 The radio reception mode controls address filtering and automatic transmission of acknowledgements in the radio (if such operations are supported by the radio). More...
 
#define RADIO_TX_MODE_SEND_ON_CCA   (1 << 0)
 The radio transmission mode controls whether transmissions should be done using clear channel assessment (if supported by the radio). More...
 

Typedefs

typedef int radio_value_t
 Each radio has a set of parameters that designate the current configuration and state of the radio. More...
 

Detailed Description

    Header file for the radio API
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se Joakim Eriksson joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e Niclas Finne nfi@s.nosp@m.ics..nosp@m.se Nicolas Tsiftes nvt@s.nosp@m.ics..nosp@m.se

Definition in file radio.h.