Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_private/
Dcortex_m_constants.h27 constexpr uint32_t kHardFaultIsrNum = 0x3; variable
/external/pigweed/pw_cpu_exception_cortex_m/
Dexception_entry_test.cc33 constexpr uint32_t kHardFaultIsrNum = 0x3u; variable
348 interrupts[kHardFaultIsrNum] = exception_entry_addr; in InstallVectorTableEntries()