NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
External interrupt controller (XIRQ) demo program (using hardware-assisted prioritization). More...
#include <neorv32.h>
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Functions | |
void | xirq_handler_ch0 (void) |
void | xirq_handler_ch1 (void) |
void | xirq_handler_ch2 (void) |
void | xirq_handler_ch3 (void) |
int | main () |
External interrupt controller (XIRQ) demo program (using hardware-assisted prioritization).
#define BAUD_RATE 19200 |
UART BAUD rate
int main | ( | void | ) |
Main function
void xirq_handler_ch0 | ( | void | ) |
XIRQ handler channel 0.
void xirq_handler_ch1 | ( | void | ) |
XIRQ handler channel 1.
void xirq_handler_ch2 | ( | void | ) |
XIRQ handler channel 2.
void xirq_handler_ch3 | ( | void | ) |
XIRQ handler channel 3.