Home
last modified time | relevance | path

Searched refs:IS_MCE_AES_INSTANCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c77 #define IS_MCE_AES_INSTANCE(INSTANCE) ((INSTANCE) == MCE1) macro
336 assert_param(IS_MCE_AES_INSTANCE(hmce->Instance)); in HAL_MCE_ConfigAESContext()
889 assert_param(IS_MCE_AES_INSTANCE(hmce->Instance)); in HAL_MCE_GetAESContextCRCKey()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c77 #define IS_MCE_AES_INSTANCE(INSTANCE) ((INSTANCE) == MCE1) macro
893 assert_param(IS_MCE_AES_INSTANCE(hmce->Instance)); in HAL_MCE_GetAESContextCRCKey()