Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_private/
Dcortex_m_constants.h28 constexpr uint32_t kMemFaultIsrNum = 0x4; variable
/external/pigweed/pw_cpu_exception_cortex_m/
Dexception_entry_test.cc34 constexpr uint32_t kMemFaultIsrNum = 0x4u; variable
349 interrupts[kMemFaultIsrNum] = exception_entry_addr; in InstallVectorTableEntries()