Functions | |
void | serial_init (void) |
unsigned char | serial_receive_pending (void) |
void | serial_flush (void) |
void | serial_send (char c) |
unsigned char | serial_recv (void) |
|
Wait until the SIO has finished to send the character.
This function waits for the transmission of the current character. While waiting, the COP is reset using
Definition at line 75 of file asm-m68hc11/sio.h. |
|
Initialize the SCI.
This function configures the SCI to send at
Definition at line 44 of file asm-m68hc11/sio.h. |
|
Test for pending character on the reception. Return != 0 if there is something to read on the serial line.
Definition at line 62 of file asm-m68hc11/sio.h. |
|
Wait for a character on the serial line and return it.
This function waits for a character to be received by the SCI. While waiting, it calls
Definition at line 112 of file asm-m68hc11/sio.h. |
|
Send the character on the serial line.
This function sends the character c on the serial line. Before sending, it calls
Definition at line 94 of file asm-m68hc11/sio.h. |