Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c517 assert_param(IS_RCC_PLLI2SP_VALUE(PeriphClkInit->PLLI2S.PLLI2SP)); in HAL_RCCEx_PeriphCLKConfig()
532 assert_param(IS_RCC_PLLI2SP_VALUE(PeriphClkInit->PLLI2S.PLLI2SP)); in HAL_RCCEx_PeriphCLKConfig()
1595 assert_param(IS_RCC_PLLI2SP_VALUE(PLLI2SInit->PLLI2SP)); in HAL_RCCEx_EnablePLLI2S()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c375 assert_param(IS_RCC_PLLI2SP_VALUE(PeriphClkInit->PLLI2S.PLLI2SP)); in HAL_RCCEx_PeriphCLKConfig()
390 assert_param(IS_RCC_PLLI2SP_VALUE(PeriphClkInit->PLLI2S.PLLI2SP)); in HAL_RCCEx_PeriphCLKConfig()
2857 assert_param(IS_RCC_PLLI2SP_VALUE(PLLI2SInit->PLLI2SP)); in HAL_RCCEx_EnablePLLI2S()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h3387 #define IS_RCC_PLLI2SP_VALUE(VALUE) (((VALUE) == RCC_PLLI2SP_DIV2) ||\ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h7019 #define IS_RCC_PLLI2SP_VALUE(VALUE) (((VALUE) == RCC_PLLI2SP_DIV2) ||\ macro