Example configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
Example Settings | |
#define | EXAMPLE_USART (&AVR32_USART0) |
#define | EXAMPLE_USART_RX_PIN AVR32_USART0_RXD_0_0_PIN |
#define | EXAMPLE_USART_RX_FUNCTION AVR32_USART0_RXD_0_0_FUNCTION |
#define | EXAMPLE_USART_TX_PIN AVR32_USART0_TXD_0_0_PIN |
#define | EXAMPLE_USART_TX_FUNCTION AVR32_USART0_TXD_0_0_FUNCTION |
#define | EXAMPLE_USART_IRQ AVR32_USART0_IRQ |
#define | EXAMPLE_USART_BAUDRATE 57600 |
#define | EXAMPLE_TARGET_PBACLK_FREQ_HZ FOSC0 |
#define EXAMPLE_USART (&AVR32_USART0) |
Referenced by main(), and usart_int_handler().
#define EXAMPLE_USART_BAUDRATE 57600 |
Referenced by main().
#define EXAMPLE_USART_IRQ AVR32_USART0_IRQ |
Referenced by main().
#define EXAMPLE_USART_RX_FUNCTION AVR32_USART0_RXD_0_0_FUNCTION |
Referenced by main().
#define EXAMPLE_USART_RX_PIN AVR32_USART0_RXD_0_0_PIN |
Referenced by main().
#define EXAMPLE_USART_TX_FUNCTION AVR32_USART0_TXD_0_0_FUNCTION |
Referenced by main().
#define EXAMPLE_USART_TX_PIN AVR32_USART0_TXD_0_0_PIN |
Referenced by main().