Home
last modified time | relevance | path

Searched defs:master_id (Results 1 – 3 of 3) 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()
/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()
/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()