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 () |
|
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. |
|
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. |
|
returns the carrier status of the receiver.
Definition at line 101 of file rdio.h. References DUART_IP, and readshortpos. |
|
disables reception.
Definition at line 134 of file rsm.c. References _RSM_state, clearRRXSEL, RSM_IDLE, and RSM_rdio_disable_rx. |
|
disables transmission.
Definition at line 171 of file rsm.c. References clearRTXSEL, and RSM_rdio_flush. |
|
do media encoding for one byte.
Definition at line 374 of file rsm.c. Referenced by RSM_send_frame. |
|
|
|
|
|
|
|
|
|
swiches the receiver on.
Definition at line 58 of file rdio.h. References DUART_OPRSET, and writebyte. Referenced by RSM_init_rx. |
|
swiches the transmitter on.
Definition at line 41 of file rdio.h. References DUART_OPRSET, and writebyte. Referenced by RSM_init_tx. |