Home
last modified time | relevance | path

Searched refs:RCC_SPI1CLKSOURCE_CLKP (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h499 #define RCC_SPI1CLKSOURCE_CLKP RCC_CCIPR3_SPI1SEL_2 /*!< Clock peripheral output selection … macro
1894 ((__SOURCE__) == RCC_SPI1CLKSOURCE_CLKP))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h939 #define RCC_SPI1CLKSOURCE_CLKP RCC_CCIPR3_SPI1SEL_2 macro
3647 ((__SOURCE__) == RCC_SPI1CLKSOURCE_CLKP))
3667 ((__SOURCE__) == RCC_SPI1CLKSOURCE_CLKP))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h500 #define RCC_SPI1CLKSOURCE_CLKP LL_RCC_SPI1_CLKSOURCE_CLKP macro
2928 ((__SOURCE__) == RCC_SPI1CLKSOURCE_CLKP) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1029 … case RCC_SPI1CLKSOURCE_CLKP: /* HSI, HSE, or CSI oscillator is used as source of SPI1 clock */ in HAL_RCCEx_PeriphCLKConfig()
2352 case RCC_SPI1CLKSOURCE_CLKP: /* CKPER is the clock source for SPI1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1081 #define RCC_SPI1CLKSOURCE_CLKP RCC_SPI123CLKSOURCE_CLKP macro
4207 ((__SOURCE__) == RCC_SPI1CLKSOURCE_CLKP) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1957 case RCC_SPI1CLKSOURCE_CLKP: in HAL_RCCEx_PeriphCLKConfig()
4803 case RCC_SPI1CLKSOURCE_CLKP: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1587 else if (PeriphClkInit->Spi1ClockSelection == RCC_SPI1CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()