![]() |
Contiki-NG
|
Header file for the CC13xx/CC26xx UART driver. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
UART functions | |
void | cc26xx_uart_init () |
Initialises the UART controller, configures I/O control and interrupts. | |
void | cc26xx_uart_write_byte (uint8_t b) |
Sends a single character down the UART. | |
void | cc26xx_uart_set_input (int(*input)(unsigned char c)) |
Assigns a callback to be called when the UART receives a byte. | |
uint8_t | cc26xx_uart_busy (void) |
Returns the UART busy status. | |
Header file for the CC13xx/CC26xx UART driver.
Definition in file cc26xx-uart.h.