Home
last modified time | relevance | path

Searched refs:pCRCKey (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c882 HAL_StatusTypeDef HAL_MCE_GetAESContextCRCKey(const MCE_HandleTypeDef *hmce, uint32_t *pCRCKey, uin… in HAL_MCE_GetAESContextCRCKey() argument
892 if (*pCRCKey == 0x00U) in HAL_MCE_GetAESContextCRCKey()
901 *pCRCKey = READ_REG((p_context->CCCFGR)) & MCE_CCCFGR_KEYCRC; in HAL_MCE_GetAESContextCRCKey()
903 *pCRCKey >>= MCE_CCCFGR_KEYCRC_Pos; in HAL_MCE_GetAESContextCRCKey()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c886 HAL_StatusTypeDef HAL_MCE_GetAESContextCRCKey(const MCE_HandleTypeDef *hmce, uint32_t *pCRCKey, uin… in HAL_MCE_GetAESContextCRCKey() argument
896 if (*pCRCKey == 0x00U) in HAL_MCE_GetAESContextCRCKey()
905 *pCRCKey = READ_REG((p_context->CCCFGR)) & MCE_CCCFGR_KEYCRC; in HAL_MCE_GetAESContextCRCKey()
907 *pCRCKey >>= MCE_CCCFGR_KEYCRC_Pos; in HAL_MCE_GetAESContextCRCKey()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mce.h382 HAL_StatusTypeDef HAL_MCE_GetAESContextCRCKey(const MCE_HandleTypeDef *hmce, uint32_t *pCRCKey, uin…
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h377 HAL_StatusTypeDef HAL_MCE_GetAESContextCRCKey(const MCE_HandleTypeDef *hmce, uint32_t *pCRCKey, uin…