Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 25 of 65) sorted by relevance

123

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_def.h98 if((__HANDLE__)->Lock == HAL_LOCKED) \
104 (__HANDLE__)->Lock = HAL_LOCKED; \
110 (__HANDLE__)->Lock = HAL_UNLOCKED; \
Dstm32l5xx_hal_rng.h90 HAL_LockTypeDef Lock; /*!< RNG locking object */ member
Dstm32l5xx_hal_cryp.h137 HAL_LockTypeDef Lock; /*!< CRYP locking object */ member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_def.h99 if((__HANDLE__)->Lock == HAL_LOCKED) \
105 (__HANDLE__)->Lock = HAL_LOCKED; \
111 (__HANDLE__)->Lock = HAL_UNLOCKED; \
Dstm32u5xx_hal_rng.h90 HAL_LockTypeDef Lock; /*!< RNG locking object */ member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_def.h100 if((__HANDLE__)->Lock == HAL_LOCKED) \
106 (__HANDLE__)->Lock = HAL_LOCKED; \
112 (__HANDLE__)->Lock = HAL_UNLOCKED; \
Dstm32h5xx_hal_rng.h89 HAL_LockTypeDef Lock; /*!< RNG locking object */ member
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55S/
Dmodel_config.txt24 … # (bool , init-time) default = '0' : Lock down of SAU registe…
25 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
26 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55/
Dmodel_config.txt24 … # (bool , init-time) default = '0' : Lock down of SAU registe…
25 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
26 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55NS/
Dmodel_config.txt24 … # (bool , init-time) default = '0' : Lock down of SAU registe…
25 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
26 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33S/
Dmodel_config.txt26 … # (bool , init-time) default = '0' : Lock down of SAU registe…
27 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
28 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35P/
Dmodel_config.txt26 … # (bool , init-time) default = '0' : Lock down of SAU registe…
27 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
28 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35PNS/
Dmodel_config.txt26 … # (bool , init-time) default = '0' : Lock down of SAU registe…
27 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
28 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35PS/
Dmodel_config.txt26 … # (bool , init-time) default = '0' : Lock down of SAU registe…
27 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
28 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33/
Dmodel_config.txt26 … # (bool , init-time) default = '0' : Lock down of SAU registe…
27 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
28 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33NS/
Dmodel_config.txt26 … # (bool , init-time) default = '0' : Lock down of SAU registe…
27 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
28 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85/
Dmodel_config.txt25 … # (bool , init-time) default = '0' : Lock down of SAU registe…
26 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
27 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85NS/
Dmodel_config.txt25 … # (bool , init-time) default = '0' : Lock down of SAU registe…
26 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
27 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85S/
Dmodel_config.txt25 … # (bool , init-time) default = '0' : Lock down of SAU registe…
26 … # (bool , init-time) default = '0' : Lock down of Secure MPU …
27 … # (bool , init-time) default = '0' : Lock down of Non-Secure …
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/Native_Driver/
Dlow_level_rng.c70 handle.Lock = HAL_UNLOCKED; in RNG_Init()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rng.c170 hrng->Lock = HAL_UNLOCKED; in HAL_RNG_Init()
187 hrng->Lock = HAL_UNLOCKED; in HAL_RNG_Init()
Dstm32h5xx_hal_gtzc.c636 pMPCWM_Desc->Lock | \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
644 pMPCWM_Desc->Lock | \ in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
721 pMPCWM_Desc[0].Lock = reg_value & GTZC_TZSC_MPCWM_CFGR_SRLOCK; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
748 pMPCWM_Desc[1].Lock = reg_value & GTZC_TZSC_MPCWM_CFGR_SRLOCK; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rng.c171 hrng->Lock = HAL_UNLOCKED; in HAL_RNG_Init()
188 hrng->Lock = HAL_UNLOCKED; in HAL_RNG_Init()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rng.c179 hrng->Lock = HAL_UNLOCKED; in HAL_RNG_Init()
196 hrng->Lock = HAL_UNLOCKED; in HAL_RNG_Init()
Dstm32l5xx_hal_flash.c109 FLASH_ProcessTypeDef pFlash = {.Lock = HAL_UNLOCKED, \

123