/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rcc.c | 542 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/ |
D | stm32f7xx_ll_rcc.c | 765 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/ |
D | stm32l5xx_ll_rcc.c | 773 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/ |
D | stm32l4xx_ll_rcc.c | 851 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/ |
D | stm32wbaxx_ll_rcc.c | 649 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/ |
D | stm32u5xx_ll_rcc.c | 1098 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/ |
D | stm32g4xx_ll_rcc.c | 655 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/ |
D | stm32h5xx_ll_rcc.c | 2569 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/ |
D | stm32wbxx_ll_rcc.c | 612 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/ |
D | stm32wbaxx_ll_rcc.h | 1919 __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/ |
D | stm32l4xx_ll_rcc.h | 3057 __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/ |
D | stm32h7xx_ll_rcc.c | 823 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/ |
D | stm32h7rsxx_ll_rcc.c | 1045 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/ |
D | stm32mp1xx_ll_rcc.c | 868 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/ |
D | stm32f7xx_ll_rcc.h | 2502 __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/ |
D | stm32g4xx_ll_rcc.h | 1624 __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/ |
D | stm32l5xx_ll_rcc.h | 2481 __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/ |
D | stm32u5xx_ll_rcc.h | 3051 __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/ |
D | stm32f4xx_ll_rcc.h | 3466 __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/ |
D | stm32wbxx_ll_rcc.h | 2577 __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/ |
D | stm32n6xx_ll_rcc.c | 2426 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()
|
D | stm32n6xx_hal_rcc_ex.c | 81 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/ |
D | stm32h5xx_ll_rcc.h | 2973 __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/ |
D | stm32mp1xx_ll_rcc.h | 5970 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 5899 uint32_t LL_RCC_GetSAIClockFreq(uint32_t SAIxSource);
|