|
Contiki 3.x
|
Implementation of the CC13xx/CC26xx UART driver. More...
#include "contiki-conf.h"#include "cc26xx-uart.h"#include "hw_types.h"#include "hw_memmap.h"#include "sys_ctrl.h"#include "prcm.h"#include "ioc.h"#include "uart.h"#include "lpm.h"#include "ti-lib.h"#include "sys/energest.h"#include <stdint.h>#include <stdbool.h>#include <string.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. More... | |
| void | cc26xx_uart_set_input (int(*input)(unsigned char c)) |
| Assigns a callback to be called when the UART receives a byte. More... | |
| uint8_t | cc26xx_uart_busy (void) |
| Returns the UART busy status. More... | |
Implementation of the CC13xx/CC26xx UART driver.
Definition in file cc26xx-uart.c.
1.8.6