Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc_ex.h346 #define __HAL_RCC_GET_SPI3I2S_CLK_CONFIG() LL_RCC_GetSPI3I2SClockSource()
Dstm32wb0x_ll_rcc.h1453 __STATIC_INLINE uint32_t LL_RCC_GetSPI3I2SClockSource(void) in LL_RCC_GetSPI3I2SClockSource() function
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_spi.c442 rcc_clock = LL_RCC_GetSPI3I2SClockSource(); in LL_I2S_Init()