Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/
Dutil.cc179 return (cpu_state.extended.exc_return & kExcReturnStackMask) == 0; in MainStackActive()
/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_private/
Dcortex_m_constants.h94 inline constexpr uint32_t kExcReturnStackMask = 0x1u << 2; // 0=MSP, 1=PSP variable