Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_private/
Dcortex_m_constants.h29 constexpr uint32_t kBusFaultIsrNum = 0x5; variable
/external/pigweed/pw_cpu_exception_cortex_m/
Dexception_entry_test.cc35 constexpr uint32_t kBusFaultIsrNum = 0x5u; variable
350 interrupts[kBusFaultIsrNum] = exception_entry_addr; in InstallVectorTableEntries()