Microchip® Advanced Software Framework

composite/device/example2/uart.h File Reference

UART functions.

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

Functions

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...
 

void uart_close ( uint8_t  port)

Closes communication line.

References UNUSED, usart_disable(), and usart_module_edbg.

Referenced by main_cdc_disable().

void uart_open ( uint8_t  port)

Opens communication line.

References UNUSED, usart_enable(), and usart_module_edbg.

Referenced by main_cdc_enable().

void uart_rx_notify ( uint8_t  port)

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

References tx_callback_flag, tx_data, udi_cdc_getc(), ui_com_rx_start(), UNUSED, USART_CALLBACK_BUFFER_TRANSMITTED, usart_enable_callback(), usart_module_edbg, and usart_write_buffer_job().