Board configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | USART USARTC0 |
Definition of USART connection for this example. More... | |
#define | USART_DRE_Vect USARTC0_DRE_vect |
#define | USART_PORT PORTC |
#define | USART_PORT_PIN_RX 0x04 |
#define | USART_PORT_PIN_TX 0x08 |
#define | USART_PORT_SYSCLK SYSCLK_PORT_C |
#define | USART_RX_Vect USARTC0_RXC_vect |
#define | USART_SYSCLK SYSCLK_USART0 |
#define USART USARTC0 |
Definition of USART connection for this example.
Referenced by ISR(), uart_close(), uart_config(), uart_open(), and uart_rx_notify().
#define USART_DRE_Vect USARTC0_DRE_vect |
#define USART_PORT PORTC |
Referenced by uart_open().
#define USART_PORT_PIN_RX 0x04 |
Referenced by uart_open().
#define USART_PORT_PIN_TX 0x08 |
Referenced by uart_open().
#define USART_PORT_SYSCLK SYSCLK_PORT_C |
Referenced by uart_close(), uart_config(), and uart_open().
#define USART_RX_Vect USARTC0_RXC_vect |
#define USART_SYSCLK SYSCLK_USART0 |
Referenced by uart_close(), uart_config(), and uart_open().