usart.h
Go to the documentation of this file.
void usart_set_callback(usart_callback_t callback)
char usart_getc(void)
void(* usart_callback_t)(uint8_t *buf, int len, void *pxTaskWoken)
Definition: usart.h:68
int usart_messages_waiting(int handle)
void usart_putstr(char *buf, int len)
void usart_insert(char c, void *pxTaskWoken)
void usart_init(struct usart_conf *conf)
Definition: usart.h:45
void usart_putc(char c)