Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dapm_ll.h19 #define TEE_LL_MODE_CTRL_REG(master_id) (TEE_M0_MODE_CTRL_REG + 4 * (master_id)) argument
92 static inline void apm_tee_ll_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mo… in apm_tee_ll_set_master_secure_mode() argument
94 REG_WRITE(TEE_LL_MODE_CTRL_REG(master_id), sec_mode); in apm_tee_ll_set_master_secure_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dapm_ll.h19 #define TEE_LL_MODE_CTRL_REG(master_id) (TEE_M0_MODE_CTRL_REG + 4 * (master_id)) argument
92 static inline void apm_tee_ll_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mo… in apm_tee_ll_set_master_secure_mode() argument
94 REG_WRITE(TEE_LL_MODE_CTRL_REG(master_id), sec_mode); in apm_tee_ll_set_master_secure_mode()
/hal_espressif-latest/components/hal/
Dapm_hal.c11 void apm_tee_hal_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode) in apm_tee_hal_set_master_secure_mode() argument
13 apm_tee_ll_set_master_secure_mode(master_id, sec_mode); in apm_tee_hal_set_master_secure_mode()
/hal_espressif-latest/components/hal/include/hal/
Dapm_hal.h40 void apm_tee_hal_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode…