#include <usart.h>
Data Fields | |
| char * | last_read |
| char * | last_write |
| char * | last_transmit |
| char * | last_receive |
| char | tmp_readbuf [MAX_RS232_CHARACTERS+1] |
| char | readbuf [MAX_RS232_CHARACTERS+1] |
| char | writebuf [MAX_RS232_CHARACTERS+1] |
| int | adc [MAX_RS232_CHARACTERS] |
| char | temperature [4] |
| int rs232_::adc[MAX_RS232_CHARACTERS] |
| char* rs232_::last_read |
Referenced by usart_clear_structure().
| char* rs232_::last_receive |
Referenced by usart_clear_structure(), and usart_uc_read().
| char* rs232_::last_transmit |
Referenced by usart_clear_structure(), and usart_uc_write().
| char* rs232_::last_write |
Referenced by usart_clear_structure(), usart_uc_write(), and usart_write().
| char rs232_::readbuf[MAX_RS232_CHARACTERS+1] |
Referenced by usart_clear_structure(), usart_read(), and usart_uc_read().
| char rs232_::temperature[4] |
Referenced by temperature(), and usart_read().
| char rs232_::tmp_readbuf[MAX_RS232_CHARACTERS+1] |
Referenced by usart_clear_structure(), and usart_uc_read().
| char rs232_::writebuf[MAX_RS232_CHARACTERS+1] |
Referenced by usart_clear_structure(), and usart_write().
1.5.8