Home
last modified time | relevance | path

Searched refs:excp_info (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dapm_ll.h205 static inline void apm_hp_ll_get_m_exception_info(apm_hp_m_exception_info_t *excp_info) in apm_hp_ll_get_m_exception_info() argument
207excp_info->excp_id = REG_GET_FIELD(APM_LL_TEE_EXCP_INFO0_REG(excp_info->sec_mode), HP_APM_M0_EXCEP… in apm_hp_ll_get_m_exception_info()
208excp_info->excp_mode = REG_GET_FIELD(APM_LL_TEE_EXCP_INFO0_REG(excp_info->sec_mode), HP_APM_M0_EXC… in apm_hp_ll_get_m_exception_info()
209excp_info->excp_regn = REG_GET_FIELD(APM_LL_TEE_EXCP_INFO0_REG(excp_info->sec_mode), HP_APM_M0_EXC… in apm_hp_ll_get_m_exception_info()
210 excp_info->excp_addr = REG_READ(HP_APM_M0_EXCEPTION_INFO1_REG); in apm_hp_ll_get_m_exception_info()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dapm_ll.h205 static inline void apm_hp_ll_get_m_exception_info(apm_hp_m_exception_info_t *excp_info) in apm_hp_ll_get_m_exception_info() argument
207excp_info->excp_id = REG_GET_FIELD(APM_LL_TEE_EXCP_INFO0_REG(excp_info->sec_mode), HP_APM_M0_EXCEP… in apm_hp_ll_get_m_exception_info()
208excp_info->excp_mode = REG_GET_FIELD(APM_LL_TEE_EXCP_INFO0_REG(excp_info->sec_mode), HP_APM_M0_EXC… in apm_hp_ll_get_m_exception_info()
209excp_info->excp_regn = REG_GET_FIELD(APM_LL_TEE_EXCP_INFO0_REG(excp_info->sec_mode), HP_APM_M0_EXC… in apm_hp_ll_get_m_exception_info()
210 excp_info->excp_addr = REG_READ(HP_APM_M0_EXCEPTION_INFO1_REG); in apm_hp_ll_get_m_exception_info()
/hal_espressif-latest/components/hal/
Dapm_hal.c50 void apm_hp_hal_get_m_exception_info(apm_hp_m_exception_info_t *excp_info) in apm_hp_hal_get_m_exception_info() argument
52 apm_hp_ll_get_m_exception_info(excp_info); in apm_hp_hal_get_m_exception_info()
/hal_espressif-latest/components/hal/include/hal/
Dapm_hal.h92 void apm_hp_hal_get_m_exception_info(apm_hp_m_exception_info_t *excp_info);