#include <uart.h>
#include <uart_defs.h>
#include <uart_private.h>
Go to the source code of this file.
Functions | |
int | uart_send_9bits (uint8_t num, int c) |
int uart_send_9bits | ( | uint8_t | num, | |
int | c | |||
) |
Definition at line 28 of file uart_send9.c.
References cirbuf_add_buf_head(), g_tx_fifo, GLOBAL_IRQ_ARE_MASKED, RXCIE, uart_regs, uart_send_9bits_nowait(), uart_send_next_char(), and UDRE.