k_uart.h File Reference
UART interface. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | uart_conf |
Typedefs | |
typedef void(* | uart_callback_t) (void *extra_data, uint8_t *buf, int len, void *pxTaskWoken) |
Functions | |
void | uart_init (struct uart_conf *conf) |
void | uart_set_callback (void *arg, uart_callback_t callback) |
void | uart_insert (char c, void *pxTaskWoken) |
void | uart_putc (char c) |
void | uart_putstr (char *buf, int len) |
char | uart_getc (void) |
int | uart_messages_waiting (int handle) |