Home
last modified time | relevance | path

Searched refs:REV_ID_B (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c2491 if (hcryp->Version >= REV_ID_B) in CRYP_DMAOutCplt()
3002 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process()
3059 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process()
3381 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process_DMA()
3420 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process_DMA()
3580 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process()
3661 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process()
3718 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process()
3870 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process_IT()
4007 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process_DMA()
[all …]
Dstm32h7xx_hal_cryp_ex.c170 if (hcryp->Version >= REV_ID_B) in HAL_CRYPEx_AESGCM_GenerateAuthTAG()
332 if (hcryp->Version >= REV_ID_B) in HAL_CRYPEx_AESCCM_GenerateAuthTAG()
Dstm32h7xx_hal_sai.c397 if (HAL_GetREVID() >= REV_ID_B) /* STM32H7xx Rev.B and above */ in HAL_SAI_Init()
683 if (HAL_GetREVID() >= REV_ID_B) /* STM32H7xx Rev.B and above */ in HAL_SAI_Init()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/
Dll_sys_if.c184 } else if (RevID == REV_ID_B) { in ll_sys_BLE_sleep_clock_accuracy_selection()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c3042 if (HAL_GetREVID() >= REV_ID_B) /* supported in cut2 */ in HAL_TIMEx_ConfigEncoderIndex()
3497 if (HAL_GetREVID() < REV_ID_B) /* Cut1.x */ in HAL_TIMEx_EnableHSE32()
3525 if (HAL_GetREVID() < REV_ID_B) /* Cut1.x */ in HAL_TIMEx_DisableHSE32()
Dstm32u5xx_hal_adc.c3701 if (HAL_GetREVID() == REV_ID_B) /* STM32U5 silicon Rev.B */ in HAL_ADC_ConfigChannel()
3773 if (HAL_GetREVID() == REV_ID_B) /* STM32U5 silicon Rev.B */ in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h98 #define REV_ID_B 0x2000U /*!< STM32WBA_2 rev.B */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h78 #define REV_ID_B 0x2000U /*!< STM32U5 rev.B */ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h64 #define REV_ID_B ((uint32_t)0x2000) /*!< STM32H7 rev.B */ macro