Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/
Dcpu_state.cc184 _PW_FORMAT_REGISTER(extended, shcsr); in ToString()
229 _PW_LOG_REGISTER(extended, shcsr); in LogCpuState()
Dproto_dump.cc37 state_encoder.WriteShcsr(cpu_state.extended.shcsr); in DumpCpuStateProto()
Dentry.cc156 cpu_state->extended.shcsr = cortex_m_shcsr; in pw_PackageAndHandleCpuException()
Dexception_entry_test.cc613 EXPECT_EQ(state->extended.shcsr, cortex_m_shcsr); in TestingExceptionHandler()
/external/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/
Dcpu_state.h72 uint32_t shcsr; in PW_PACKED() local
/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_protos/
Dcpu_state.proto30 optional uint32 shcsr = 26; field