Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/nios2/core/
Dfatal.c108 uint32_t exc_reg, badaddr_reg, eccftl; in _Fault() local
114 eccftl = (exc_reg & NIOS2_EXCEPTION_REG_ECCFTL_MASK) != 0U; in _Fault()
120 LOG_ERR("Exception cause: %d ECCFTL: 0x%x", cause, eccftl); in _Fault()