Home
last modified time | relevance | path

Searched refs:MCAUSE_INT (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_mtrap.c733 …if (((mcause & MCAUSE_INT) == MCAUSE_INT) && ((mcause & MCAUSE_CAUSE) > 15U)&& ((mcause & MCAUSE_… in trap_from_machine_mode()
737 else if (((mcause & MCAUSE_INT) == MCAUSE_INT) && ((mcause & MCAUSE_CAUSE) == IRQ_M_EXT)) in trap_from_machine_mode()
741 else if (((mcause & MCAUSE_INT) == MCAUSE_INT) && ((mcause & MCAUSE_CAUSE) == IRQ_M_SOFT)) in trap_from_machine_mode()
745 else if (((mcause & MCAUSE_INT) == MCAUSE_INT) && ((mcause & MCAUSE_CAUSE) == IRQ_M_TIMER)) in trap_from_machine_mode()
Dencoding.h214 # define MCAUSE_INT MCAUSE64_INT //ML added- should we be using later en… macro
221 # define MCAUSE_INT MCAUSE32_INT //ML added- should we be using later en… macro