Home
last modified time | relevance | path

Searched refs:OCTOSPIxSource (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c1227 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource) in LL_RCC_GetOCTOSPIClockFreq() argument
1232 assert_param(IS_LL_RCC_OCTOSPI_CLKSOURCE(OCTOSPIxSource)); in LL_RCC_GetOCTOSPIClockFreq()
1235 switch (LL_RCC_GetOCTOSPIClockSource(OCTOSPIxSource)) in LL_RCC_GetOCTOSPIClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c1457 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource) in LL_RCC_GetOCTOSPIClockFreq() argument
1462 assert_param(IS_LL_RCC_OCTOSPI_CLKSOURCE(OCTOSPIxSource)); in LL_RCC_GetOCTOSPIClockFreq()
1465 switch (LL_RCC_GetOCTOSPIClockSource(OCTOSPIxSource)) in LL_RCC_GetOCTOSPIClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1640 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource) in LL_RCC_GetOCTOSPIClockFreq() argument
1645 assert_param(IS_LL_RCC_OCTOSPI_CLKSOURCE(OCTOSPIxSource)); in LL_RCC_GetOCTOSPIClockFreq()
1648 switch (LL_RCC_GetOCTOSPIClockSource(OCTOSPIxSource)) in LL_RCC_GetOCTOSPIClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c3030 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource) in LL_RCC_GetOCTOSPIClockFreq() argument
3036 assert_param(IS_LL_RCC_OCTOSPI_CLKSOURCE(OCTOSPIxSource)); in LL_RCC_GetOCTOSPIClockFreq()
3039 switch (LL_RCC_GetOCTOSPIClockSource(OCTOSPIxSource)) in LL_RCC_GetOCTOSPIClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h3089 __STATIC_INLINE void LL_RCC_SetOCTOSPIClockSource(uint32_t OCTOSPIxSource) in LL_RCC_SetOCTOSPIClockSource() argument
3091 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_OCTOSPISEL, OCTOSPIxSource); in LL_RCC_SetOCTOSPIClockSource()
6058 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h4808 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h6207 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h6082 uint32_t LL_RCC_GetOCTOSPIClockFreq(uint32_t OCTOSPIxSource);