Home
last modified time | relevance | path

Searched refs:MCE_CR_GLOCK (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c253 if (((hmce->Instance->CR & (MCE_CR_GLOCK | MCE_CR_MKLOCK)) == 0U) && (pConfig->pKey != NULL)) in HAL_MCE_ConfigNoekeon()
341 if (((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) && (AESConfig != NULL) && \ in HAL_MCE_ConfigAESContext()
412 if (((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) && (pConfig != NULL)) in HAL_MCE_ConfigRegion()
471 if ((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) in HAL_MCE_SetRegionAESContext()
540 if ((hmce->Instance->CR & MCE_CR_GLOCK) == MCE_CR_GLOCK) in HAL_MCE_EnableAESContext()
591 if ((hmce->Instance->CR & MCE_CR_GLOCK) == MCE_CR_GLOCK) in HAL_MCE_DisableAESContext()
627 if ((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) in HAL_MCE_EnableRegion()
674 if ((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) in HAL_MCE_DisableRegion()
715 SET_BIT(hmce->Instance->CR, MCE_CR_GLOCK); in HAL_MCE_LockGlobalConfig()
744 if (((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) && \ in HAL_MCE_LockAESContextConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c249 if (((hmce->Instance->CR & (MCE_CR_GLOCK | MCE_CR_MKLOCK)) == 0U) && (pConfig->pKey != NULL)) in HAL_MCE_ConfigNoekeon()
345 if (((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) && (AESConfig != NULL) && \ in HAL_MCE_ConfigAESContext()
417 if (((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) && (pConfig != NULL)) in HAL_MCE_ConfigRegion()
475 if ((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) in HAL_MCE_SetRegionAESContext()
544 if ((hmce->Instance->CR & MCE_CR_GLOCK) == MCE_CR_GLOCK) in HAL_MCE_EnableAESContext()
595 if ((hmce->Instance->CR & MCE_CR_GLOCK) == MCE_CR_GLOCK) in HAL_MCE_DisableAESContext()
631 if ((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) in HAL_MCE_EnableRegion()
678 if ((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) in HAL_MCE_DisableRegion()
719 SET_BIT(hmce->Instance->CR, MCE_CR_GLOCK); in HAL_MCE_LockGlobalConfig()
748 if (((hmce->Instance->CR & MCE_CR_GLOCK) != MCE_CR_GLOCK) && \ in HAL_MCE_LockAESContextConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mce.h240 #define MCE_LOCK_ON MCE_CR_GLOCK /*!< Global lock set */
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h228 #define MCE_LOCK_ON MCE_CR_GLOCK /*!< Global lock set */
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7s7xx.h13392 #define MCE_CR_GLOCK MCE_CR_GLOCK_Msk /*!< MCE global lock… macro
Dstm32h7s3xx.h13248 #define MCE_CR_GLOCK MCE_CR_GLOCK_Msk /*!< MCE global lock… macro
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n657xx.h24730 #define MCE_CR_GLOCK MCE_CR_GLOCK_Msk /*!< MCE global lock… macro
Dstm32n655xx.h24488 #define MCE_CR_GLOCK MCE_CR_GLOCK_Msk /*!< MCE global lock… macro