Microchip® Advanced Software Framework

cdc/host/example/uart.h File Reference

UART functions.

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

Functions

void uart_close (void)
 Closes communication line. More...
 
void uart_config (usb_cdc_line_coding_t *cfg)
 Configures communication line. More...
 
void uart_open (void)
 Opens communication line. More...
 
void uart_rx_notify (void)
 Callback called by CDC interface when the CDC device has received data. More...
 

void uart_close ( void  )

Closes communication line.

References usart_disable_interrupt().

Referenced by main_cdc_disable().

void uart_rx_notify ( void  )

Callback called by CDC interface when the CDC device has received data.

References usart_enable_interrupt(), usart_enable_tx(), and usart_get_interrupt_mask().