Searched refs:LL_SBS_DBG_CONFIG_UNLOCK (Results 1 – 2 of 2) sorted by relevance
65 #define LL_SBS_DBG_CONFIG_UNLOCK 0xB4U /*!< Define used to unloc… macro467 MODIFY_REG(SBS->DBGLOCKR, SBS_DBGLOCKR_DBGCFG_LOCK, LL_SBS_DBG_CONFIG_UNLOCK); in LL_SBS_UnlockDebugConfig()477 …return ((READ_BIT(SBS->DBGLOCKR, SBS_DBGLOCKR_DBGCFG_LOCK) == LL_SBS_DBG_CONFIG_UNLOCK) ? 1UL : 0U… in LL_SBS_IsUnlockedDebugConfig()
63 #define LL_SBS_DBG_CONFIG_UNLOCK 0xB4U /*!< Define used to unloc… macro882 …return ((READ_BIT(SBS->DBGLOCKR, SBS_DBGLOCKR_DBGCFG_LOCK) != LL_SBS_DBG_CONFIG_UNLOCK) ? 1UL : 0U… in LL_SBS_IsLockedDebugConfig()