Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2051 assert_param(IS_RCC_PLLSAI1SOURCE(PLLSAI1Init->PLLSAI1Source)); in HAL_RCCEx_EnablePLLSAI1()
2884 assert_param(IS_RCC_PLLSAI1SOURCE(PllSai1->PLLSAI1Source)); in RCCEx_PLLSAI1_Config()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h3016 #define IS_RCC_PLLSAI1SOURCE(__VALUE__) IS_RCC_PLLSOURCE(__VALUE__) macro