Home
last modified time | relevance | path

Searched refs:LL_RCC_GetSPI2I2SClockSource (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc_ex.h325 #define __HAL_RCC_GET_SPI2I2S_CLK_CONFIG() LL_RCC_GetSPI2I2SClockSource()
Dstm32wb0x_ll_rcc.h1438 __STATIC_INLINE uint32_t LL_RCC_GetSPI2I2SClockSource(void) in LL_RCC_GetSPI2I2SClockSource() function
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_spi.c462 rcc_clock = LL_RCC_GetSPI2I2SClockSource(); in LL_I2S_Init()