AVR CAN Task Configuration File.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | STDIO_USART (&AVR32_USART2) |
#define | STDIO_USART_BAUDRATE 57600 |
#define | STDIO_USART_IRQ AVR32_USART2_IRQ |
#define | STDIO_USART_IRQ_LEVEL AVR32_INTC_INT1 |
#define | STDIO_USART_RX_FUNCTION AVR32_USART2_RXD_0_1_FUNCTION |
#define | STDIO_USART_RX_PIN AVR32_USART2_RXD_0_1_PIN |
#define | STDIO_USART_TX_FUNCTION AVR32_USART2_TXD_0_1_FUNCTION |
#define | STDIO_USART_TX_PIN AVR32_USART2_TXD_0_1_PIN |
Variables | |
const char | CAN_BusOFFIRQ [] |
const char | CAN_Error [] |
const char | CAN_Success [] |
const char | CAN_WakeUpIRQ [] |
const char | Data_Sent_Start_or_Not [] |
const char | Demo_Sent_Data [] |
can_msg_t | msg_rx_listening |
can_msg_t | msg_tx_sot |
can_mob_t | pCANMOB_message0 [10] |
can_mob_t | pCANMOB_message2 [1] |
const char | txt_logo_atmel [] |
#define STDIO_USART (&AVR32_USART2) |
#define STDIO_USART_BAUDRATE 57600 |
#define STDIO_USART_IRQ AVR32_USART2_IRQ |
#define STDIO_USART_IRQ_LEVEL AVR32_INTC_INT1 |
#define STDIO_USART_RX_FUNCTION AVR32_USART2_RXD_0_1_FUNCTION |
#define STDIO_USART_RX_PIN AVR32_USART2_RXD_0_1_PIN |
#define STDIO_USART_TX_FUNCTION AVR32_USART2_TXD_0_1_FUNCTION |
#define STDIO_USART_TX_PIN AVR32_USART2_TXD_0_1_PIN |
const char CAN_BusOFFIRQ[] |
Referenced by main().
const char CAN_Error[] |
Referenced by main().
const char CAN_Success[] |
Referenced by main().
const char CAN_WakeUpIRQ[] |
const char Data_Sent_Start_or_Not[] |
Referenced by main().
const char Demo_Sent_Data[] |
Referenced by main().
can_msg_t msg_rx_listening |
can_msg_t msg_tx_sot |
can_mob_t pCANMOB_message0[10] |
Referenced by can_example_prepare_data_to_send().
can_mob_t pCANMOB_message2[1] |
Referenced by can_example_prepare_data_to_receive(), can_out_callback_channel0(), and can_task().
const char txt_logo_atmel[] |
Referenced by main().