Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c325 assert_param(IS_RCC_PLLI2SM_VALUE(PeriphClkInit->PLLI2S.PLLI2SM)); in HAL_RCCEx_PeriphCLKConfig()
1514 assert_param(IS_RCC_PLLI2SM_VALUE(PeriphClkInit->PLLI2S.PLLI2SM)); in HAL_RCCEx_PeriphCLKConfig()
2567 assert_param(IS_RCC_PLLI2SM_VALUE(PeriphClkInit->PLLI2S.PLLI2SM)); in HAL_RCCEx_PeriphCLKConfig()
2854 assert_param(IS_RCC_PLLI2SM_VALUE(PLLI2SInit->PLLI2SM)); in HAL_RCCEx_EnablePLLI2S()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h6990 #define IS_RCC_PLLI2SM_VALUE(VALUE) ((2U <= (VALUE)) && ((VALUE) <= 63U)) macro