Searched refs:hp_m_path (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | apm_hal.c | 26 void apm_hp_hal_m_filter_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_hal_m_filter_enable() argument 28 apm_hp_ll_m_filter_enable(hp_m_path, enable); in apm_hp_hal_m_filter_enable() 40 uint8_t apm_hp_hal_m_exception_status(apm_ll_hp_access_path_t hp_m_path) in apm_hp_hal_m_exception_status() argument 42 return apm_hp_ll_m_exception_status(hp_m_path); in apm_hp_hal_m_exception_status() 45 void apm_hp_hal_m_exception_clear(apm_ll_hp_access_path_t hp_m_path) in apm_hp_hal_m_exception_clear() argument 47 apm_hp_ll_m_exception_clear(hp_m_path); in apm_hp_hal_m_exception_clear() 55 void apm_hp_hal_m_interrupt_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_hal_m_interrupt_enable() argument 57 apm_hp_ll_m_interrupt_enable(hp_m_path, enable); in apm_hp_hal_m_interrupt_enable()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | apm_ll.h | 132 static inline void apm_hp_ll_m_filter_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_ll_m_filter_enable() argument 135 REG_SET_BIT(HP_APM_FUNC_CTRL_REG, BIT(hp_m_path)); in apm_hp_ll_m_filter_enable() 137 REG_CLR_BIT(HP_APM_FUNC_CTRL_REG, BIT(hp_m_path)); in apm_hp_ll_m_filter_enable() 184 static inline uint8_t apm_hp_ll_m_exception_status(apm_ll_hp_access_path_t hp_m_path) in apm_hp_ll_m_exception_status() argument 186 return REG_READ(APM_LL_TEE_EXCP_STATUS_REG(hp_m_path)); in apm_hp_ll_m_exception_status() 194 static inline void apm_hp_ll_m_exception_clear(apm_ll_hp_access_path_t hp_m_path) in apm_hp_ll_m_exception_clear() argument 196 REG_SET_BIT(APM_LL_TEE_EXCP_CLR_REG(hp_m_path), HP_APM_M0_REGION_STATUS_CLR); in apm_hp_ll_m_exception_clear() 219 static inline void apm_hp_ll_m_interrupt_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_ll_m_interrupt_enable() argument 222 REG_SET_BIT(HP_APM_INT_EN_REG, BIT(hp_m_path)); in apm_hp_ll_m_interrupt_enable() 224 REG_CLR_BIT(HP_APM_INT_EN_REG, BIT(hp_m_path)); in apm_hp_ll_m_interrupt_enable()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | apm_ll.h | 132 static inline void apm_hp_ll_m_filter_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_ll_m_filter_enable() argument 135 REG_SET_BIT(HP_APM_FUNC_CTRL_REG, BIT(hp_m_path)); in apm_hp_ll_m_filter_enable() 137 REG_CLR_BIT(HP_APM_FUNC_CTRL_REG, BIT(hp_m_path)); in apm_hp_ll_m_filter_enable() 184 static inline uint8_t apm_hp_ll_m_exception_status(apm_ll_hp_access_path_t hp_m_path) in apm_hp_ll_m_exception_status() argument 186 return REG_READ(APM_LL_TEE_EXCP_STATUS_REG(hp_m_path)); in apm_hp_ll_m_exception_status() 194 static inline void apm_hp_ll_m_exception_clear(apm_ll_hp_access_path_t hp_m_path) in apm_hp_ll_m_exception_clear() argument 196 REG_SET_BIT(APM_LL_TEE_EXCP_CLR_REG(hp_m_path), HP_APM_M0_REGION_STATUS_CLR); in apm_hp_ll_m_exception_clear() 219 static inline void apm_hp_ll_m_interrupt_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_ll_m_interrupt_enable() argument 222 REG_SET_BIT(HP_APM_INT_EN_REG, BIT(hp_m_path)); in apm_hp_ll_m_interrupt_enable() 224 REG_CLR_BIT(HP_APM_INT_EN_REG, BIT(hp_m_path)); in apm_hp_ll_m_interrupt_enable()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | apm_hal.h | 63 void apm_hp_hal_m_filter_enable(apm_ll_hp_access_path_t hp_m_path, bool enable); 77 uint8_t apm_hp_hal_m_exception_status(apm_ll_hp_access_path_t hp_m_path); 84 void apm_hp_hal_m_exception_clear(apm_ll_hp_access_path_t hp_m_path); 100 void apm_hp_hal_m_interrupt_enable(apm_ll_hp_access_path_t hp_m_path, bool enable);
|