![]() |
Contiki-NG
|
Implementation of UART driver for CC13xx/CC26xx. More...
#include "contiki.h"#include "uart0-arch.h"#include <Board.h>#include <ti/drivers/UART.h>#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Functions | |
| void | uart0_init (void) |
| Initializes the UART driver. | |
| int_fast32_t | uart0_write (const void *buf, size_t buf_size) |
| Writes data from a memory buffer to the UART interface. | |
| int_fast32_t | uart0_write_byte (uint8_t byte) |
| Writes a single byte to the UART interface. | |
| int_fast32_t | uart0_set_callback (uart0_input_fxn_t input_cb) |
| Set the callback function for when bytes are received on UART0. | |
Implementation of UART driver for CC13xx/CC26xx.
Definition in file uart0-arch.c.