Home
last modified time | relevance | path

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

/Zephyr-latest/arch/nios2/core/
Dfatal.c119 cause = (exc_reg & NIOS2_EXCEPTION_REG_CAUSE_MASK) in _Fault()
/Zephyr-latest/include/zephyr/arch/nios2/
Dnios2.h223 #define NIOS2_EXCEPTION_REG_CAUSE_MASK (0x0000007c) macro