Searched refs:Security (Results 1 – 3 of 3) sorted by relevance
1141 void HAL_SBS_ConfigDebugSecurity(uint32_t Security) in HAL_SBS_ConfigDebugSecurity() argument1143 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_SEC, (Security << SBS_DBGCR_DBG_AUTH_SEC_Pos)); in HAL_SBS_ConfigDebugSecurity()
806 __STATIC_INLINE void LL_SBS_SetAuthDbgSec(uint32_t Security) in LL_SBS_SetAuthDbgSec() argument808 MODIFY_REG(SBS->DBGCR, SBS_DBGCR_DBG_AUTH_SEC, (Security << SBS_DBGCR_DBG_AUTH_SEC_Pos)); in LL_SBS_SetAuthDbgSec()
844 void HAL_SBS_ConfigDebugSecurity(uint32_t Security);