Searched refs:regn_pms (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | apm_ll.h | 27 #define APM_LL_HP_SEC_MODE_REGION_ATTR(sec_mode, regn_pms) ((regn_pms) << (4 * (sec_mode - 1))) argument 170 …ll_sec_mode_region_attr_config(uint32_t regn_num, apm_ll_secure_mode_t sec_mode, uint32_t regn_pms) in apm_hp_ll_sec_mode_region_attr_config() argument 175 val |= APM_LL_HP_SEC_MODE_REGION_ATTR(sec_mode, regn_pms); in apm_hp_ll_sec_mode_region_attr_config()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | apm_ll.h | 27 #define APM_LL_HP_SEC_MODE_REGION_ATTR(sec_mode, regn_pms) ((regn_pms) << (4 * (sec_mode - 1))) argument 170 …ll_sec_mode_region_attr_config(uint32_t regn_num, apm_ll_secure_mode_t sec_mode, uint32_t regn_pms) in apm_hp_ll_sec_mode_region_attr_config() argument 175 val |= APM_LL_HP_SEC_MODE_REGION_ATTR(sec_mode, regn_pms); in apm_hp_ll_sec_mode_region_attr_config()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | apm_hal.h | 22 uint32_t regn_pms; member
|
/hal_espressif-latest/components/hal/ |
D | apm_hal.c | 37 … apm_hp_ll_sec_mode_region_attr_config(pms_data->regn_num, pms_data->sec_mode, pms_data->regn_pms); in apm_hp_hal_region_config()
|