Microchip® Advanced Software Framework

uart_uc3.c File Reference

UART functions.

Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.

#include <asf.h>
#include "uart.h"
#include "main.h"
#include "ui.h"

Functions

 ISR (usart_interrupt, USART_IRQ_GROUP, 3)
 
void uart_close (uint8_t port)
 Closes communication line. More...
 
void uart_config (uint8_t port, usb_cdc_line_coding_t *cfg)
 Configures communication line. More...
 
void uart_open (uint8_t port)
 Opens communication line. More...
 
void uart_rx_notify (uint8_t port)
 Called by CDC interface Callback running when CDC device have received data. More...
 

Variables

static usart_options_t usart_options
 

void uart_close ( uint8_t  port)

Closes communication line.

References USART.

Referenced by main_cdc_disable().

void uart_open ( uint8_t  port)
void uart_rx_notify ( uint8_t  port)

Called by CDC interface Callback running when CDC device have received data.

References USART.

usart_options_t usart_options
static