Home
last modified time | relevance | path

Searched refs:SAIxSource (Results 1 – 25 of 27) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c542 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
547 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
550 if ((SAIxSource == LL_RCC_SAI1_CLKSOURCE) || (SAIxSource == LL_RCC_SAI2_CLKSOURCE)) in LL_RCC_GetSAIClockFreq()
553 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
607 if ((SAIxSource == LL_RCC_SAI1_A_CLKSOURCE) || (SAIxSource == LL_RCC_SAI1_B_CLKSOURCE)) in LL_RCC_GetSAIClockFreq()
610 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c765 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
770 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
772 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
775 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
822 if (SAIxSource == LL_RCC_SAI2_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
825 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c773 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
778 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
780 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
783 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
824 else if (SAIxSource == LL_RCC_SAI2_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
827 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c851 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
856 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
858 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
861 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
906 if (SAIxSource == LL_RCC_SAI2_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
909 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c649 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
654 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
656 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
659 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1098 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
1103 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
1105 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
1108 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
1150 else if (SAIxSource == LL_RCC_SAI2_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
1153 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c655 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
660 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
662 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
665 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c2569 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
2575 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
2577 if (SAIxSource == LL_RCC_SAI1_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
2580 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
2628 else if (SAIxSource == LL_RCC_SAI2_CLKSOURCE) in LL_RCC_GetSAIClockFreq()
2631 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c612 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
617 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
619 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h1919 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
1921 MODIFY_REG(RCC->CCIPR2, (SAIxSource >> 16U), (SAIxSource & 0x0000FFFFU)); in LL_RCC_SetSAIClockSource()
3250 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3057 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
3060 MODIFY_REG(RCC->CCIPR2, (SAIxSource >> 16U), (SAIxSource & 0x0000FFFFU)); in LL_RCC_SetSAIClockSource()
3062 MODIFY_REG(RCC->CCIPR, (SAIxSource & 0xFFFF0000U), (SAIxSource << 16U)); in LL_RCC_SetSAIClockSource()
6178 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c823 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
829 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
831 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c1045 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
1051 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
1053 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c868 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
874 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
876 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h2502 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
2504 MODIFY_REG(RCC->DCKCFGR1, (SAIxSource & 0xFFFF0000U), (SAIxSource << 16U)); in LL_RCC_SetSAIClockSource()
5125 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1624 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
1626 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_SAI1SEL, SAIxSource); in LL_RCC_SetSAIClockSource()
2975 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h2481 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
2483 MODIFY_REG(RCC->CCIPR2, (SAIxSource >> 16U), (SAIxSource & 0x0000FFFFU)); in LL_RCC_SetSAIClockSource()
4800 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h3051 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
3053 MODIFY_REG(RCC->CCIPR2, (SAIxSource >> 16U), (SAIxSource & 0x0000FFFFU)); in LL_RCC_SetSAIClockSource()
6073 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h3466 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
3468 MODIFY_REG(RCC->DCKCFGR, (SAIxSource & 0xFFFF0000U), (SAIxSource << 16U)); in LL_RCC_SetSAIClockSource()
7049 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h2577 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
2579 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_SAI1SEL, SAIxSource); in LL_RCC_SetSAIClockSource()
4527 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c2426 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource) in LL_RCC_GetSAIClockFreq() argument
2432 assert_param(IS_LL_RCC_SAI_CLKSOURCE(SAIxSource)); in LL_RCC_GetSAIClockFreq()
2434 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in LL_RCC_GetSAIClockFreq()
Dstm32n6xx_hal_rcc_ex.c81 static uint32_t RCCEx_GetSAICLKFreq(uint32_t SAIxSource);
4928 static uint32_t RCCEx_GetSAICLKFreq(uint32_t SAIxSource) in RCCEx_GetSAICLKFreq() argument
4933 switch (LL_RCC_GetSAIClockSource(SAIxSource)) in RCCEx_GetSAICLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h2973 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t SAIxSource) in LL_RCC_SetSAIClockSource() argument
2975 LL_RCC_SetClockSource(SAIxSource); in LL_RCC_SetSAIClockSource()
6046 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h5970 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h5899 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);

12