Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

Radio API
[Device driver APIs]


Detailed Description

The radio API module defines a set of functions that a radio device driver must implement.


Files

file  radio.h
 Header file for the radio API.

Functions

void radio_on (void)
 Turn radio on.
void radio_off (void)
 Turn radio off.


Function Documentation

void radio_off void   ) 
 

Turn radio off.

This function turns the radio hardware off.

Definition at line 211 of file tr1001.c.

References OFF.

void radio_on void   ) 
 

Turn radio on.

This function turns the radio hardware on.

Definition at line 223 of file tr1001.c.

References ON.

Referenced by tr1001_init().


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4