Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Low-Level Radio Communication


Files

file  rdio.h
file  rsm.c

Functions

void setRTXSEL ()
 swiches the transmitter on. More...

void setRRXSEL ()
 swiches the receiver on. More...

void clearRTXSEL ()
 swiches the transmitter off. More...

void clearRRXSEL ()
 swiches the receiver off. More...

char getRCD ()
 returns the carrier status of the receiver. More...

int RSM_deinitrx ()
 disables reception. More...

int RSM_deinittx ()
 disables transmission. More...

unsigned char * RSM_encode (unsigned char c)
 do media encoding for one byte. More...

int RSM_getframe (unsigned char *buffer)
int RSM_send_frame (unsigned char *buffer)
int RSM_init_rx ()
int RSM_init_tx ()

Function Documentation

void clearRRXSEL   [inline, static]
 

swiches the receiver off.

Definition at line 88 of file rdio.h.

References DUART_OPRRST, and writebyte.

Referenced by RSM_deinitrx, and RSM_init_tx.

void clearRTXSEL   [inline, static]
 

swiches the transmitter off.

Definition at line 71 of file rdio.h.

References DUART_OPRRST, and writebyte.

Referenced by RSM_deinittx, and RSM_init_rx.

char getRCD   [inline, static]
 

returns the carrier status of the receiver.

Definition at line 101 of file rdio.h.

References DUART_IP, and readshortpos.

int RSM_deinitrx  
 

disables reception.

Definition at line 134 of file rsm.c.

References _RSM_state, clearRRXSEL, RSM_IDLE, and RSM_rdio_disable_rx.

int RSM_deinittx  
 

disables transmission.

Definition at line 171 of file rsm.c.

References clearRTXSEL, and RSM_rdio_flush.

unsigned char* RSM_encode unsigned char    c
 

do media encoding for one byte.

Parameters:
c  is the byte to be encoded

Definition at line 374 of file rsm.c.

Referenced by RSM_send_frame.

int RSM_getframe unsigned char *    buffer
 

int RSM_init_rx  
 

int RSM_init_tx  
 

int RSM_send_frame unsigned char *    buffer
 

void setRRXSEL   [inline, static]
 

swiches the receiver on.

Definition at line 58 of file rdio.h.

References DUART_OPRSET, and writebyte.

Referenced by RSM_init_rx.

void setRTXSEL   [inline, static]
 

swiches the transmitter on.

Definition at line 41 of file rdio.h.

References DUART_OPRSET, and writebyte.

Referenced by RSM_init_tx.


Generated on Thu Feb 20 15:39:03 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002