Contiki-NG
Loading...
Searching...
No Matches

Implementation of the CC13xx/CC26xx UART driver. More...

#include "contiki.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 <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.
 
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.
 

Detailed Description

Implementation of the CC13xx/CC26xx UART driver.

Definition in file cc26xx-uart.c.