Home
last modified time | relevance | path

Searched refs:REV_ID_Y (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c1602 if (HAL_GetREVID() <= REV_ID_Y) in HAL_RCC_GetOscConfig()
1625 if (HAL_GetREVID() <= REV_ID_Y) in HAL_RCC_GetOscConfig()
Dstm32h7xx_hal_adc.c604 if ((HAL_GetREVID() > REV_ID_Y) && (ADC_RESOLUTION_8B == hadc->Init.Resolution)) in HAL_ADC_Init()
4006 if (HAL_GetREVID() <= REV_ID_Y) /* STM32H7 silicon Rev.Y */ in ADC_ConfigureBoostMode()
Dstm32h7xx_hal_rcc_ex.c3403 if ((HAL_GetREVID() <= REV_ID_Y) && (pInit->Source == RCC_CRS_SYNC_SOURCE_USB2)) in HAL_RCCEx_CRSConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h61 #define REV_ID_Y ((uint32_t)0x1003) /*!< STM32H7 rev.Y */ macro
Dstm32h7xx_hal_rcc.h7173 …if(HAL_GetREVID() <= REV_ID_Y) …
7246 …if(HAL_GetREVID() <= REV_ID_Y) …
7746 …if((HAL_GetREVID() <= REV_ID_Y) && (((__LSEDRIVE__) == RCC_LSEDRIVE_MEDIUMLOW) || ((__LSEDRIVE__) …