mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-01 05:21:17 +00:00
fix(security): Set all APM masters to operate in TEE mode by default
This commit is contained in:
@@ -136,6 +136,13 @@ typedef struct {
|
||||
void apm_tee_hal_set_master_secure_mode(apm_ll_apm_ctrl_t apm_ctrl, apm_ll_master_id_t master_id,
|
||||
apm_ll_secure_mode_t sec_mode);
|
||||
|
||||
/**
|
||||
* @brief Set all masters to a given secure mode
|
||||
*
|
||||
* @param sec_mode Secure mode
|
||||
*/
|
||||
void apm_tee_hal_set_master_secure_mode_all(apm_ll_secure_mode_t sec_mode);
|
||||
|
||||
/**
|
||||
* @brief TEE controller clock auto gating enable
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user