Home
last modified time | relevance | path

Searched refs:Security (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1141 void HAL_SBS_ConfigDebugSecurity(uint32_t Security) in HAL_SBS_ConfigDebugSecurity() argument
1143 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_SEC, (Security << SBS_DBGCR_DBG_AUTH_SEC_Pos)); in HAL_SBS_ConfigDebugSecurity()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h806 __STATIC_INLINE void LL_SBS_SetAuthDbgSec(uint32_t Security) in LL_SBS_SetAuthDbgSec() argument
808 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_SEC, (Security << SBS_DBGCR_DBG_AUTH_SEC_Pos)); in LL_SBS_SetAuthDbgSec()
Dstm32h5xx_hal.h844 void HAL_SBS_ConfigDebugSecurity(uint32_t Security);