Searched refs:IS_RCC_HSIDIV (Results 1 – 10 of 10) sorted by relevance
359 assert_param(IS_RCC_HSIDIV(RCC_OscInitStruct->HSIDiv)); in HAL_RCC_OscConfig()
384 assert_param(IS_RCC_HSIDIV(RCC_OscInitStruct->HSIDiv)); in HAL_RCC_OscConfig()
600 assert_param(IS_RCC_HSIDIV(pOscInitStruct->HSIDiv)); in HAL_RCC_OscConfig()
531 assert_param(IS_RCC_HSIDIV(RCC_OscInitStruct->HSIDiv)); in HAL_RCC_OscConfig()
520 assert_param(IS_RCC_HSIDIV(RCC_OscInitStruct->HSIDivValue)); in HAL_RCC_OscConfig()
104 #define IS_RCC_HSIDIV(__DIV__) (((__DIV__) == RCC_HSI_DIV1) || ((__DIV__) == RCC_HSI_DIV2) || \ macro
94 #define IS_RCC_HSIDIV(__DIV__) (((__DIV__) == RCC_HSI_DIV1) || ((__DIV__) == RCC_HSI_DIV2) || \ macro
332 #define IS_RCC_HSIDIV(DIV) (((DIV) == RCC_HSI_DIV1) || ((DIV) == RCC_HSI_DIV2) || \ macro
4948 #define IS_RCC_HSIDIV(__DIV__) (((__DIV__) == RCC_HSI_DIV1) || ((__DIV__) == RCC_HSI_DIV2) || \ macro
4631 #define IS_RCC_HSIDIV(__HSIDIV__) (((__HSIDIV__) == RCC_HSI_DIV1) || ((__HSIDIV__) == RCC_HSI_DIV2)… macro