7#ifndef RISCV31_INTERRUPT_HANDLER_H
8#define RISCV31_INTERRUPT_HANDLER_H
uint32_t interrupt_count_get(void)
Get interrupt count.
Definition interrupt_handler.c:21
void interrupt4_handler(void)
Interrupt4 handler function.
Definition interrupt_handler.c:81
void local_interrupt_handler(void)
Local interrupt handler function.
Definition interrupt_handler.c:103
void interrupt5_handler(void)
Interrupt5 handler function.
Definition interrupt_handler.c:92
void local_interrupt_priority_init(void)
Init local interrupt priority.
Definition interrupt_handler.c:122
void interrupt0_handler(void)
Interrupt0 handler function.
Definition interrupt_handler.c:37
void interrupt2_handler(void)
Interrupt2 handler function.
Definition interrupt_handler.c:59
void interrupt3_handler(void)
Interrupt3 handler function.
Definition interrupt_handler.c:70
void interrupt1_handler(void)
Interrupt1 handler function.
Definition interrupt_handler.c:48
uint32_t interrupt_number_get(void)
Get interrupt number.
Definition interrupt_handler.c:144