Searched refs:RCC_CCIPR_I2S1SEL (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc_ex.h | 193 #define RCC_I2S1CLKSOURCE_EXT RCC_CCIPR_I2S1SEL /*!< External I2S clock source sele… 388 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, (uint32_t)(__I2S1_CLKSOURCE__)) 396 #define __HAL_RCC_GET_I2S1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_I2S1SEL)))
|
D | stm32c0xx_ll_rcc.h | 421 #define LL_RCC_I2S1_CLKSOURCE_PIN RCC_CCIPR_I2S1SEL /*!< External clock used as … 457 #define LL_RCC_I2S1_CLKSOURCE RCC_CCIPR_I2S1SEL /*!< I2S1 Clock source selection */ 1451 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 345 #define RCC_I2S1CLKSOURCE_EXT RCC_CCIPR_I2S1SEL /*!< Externa… 666 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, (uint32_t)(__I2S1_CLKSOURCE__)) 678 #define __HAL_RCC_GET_I2S1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_I2S1SEL)))
|
D | stm32g0xx_ll_rcc.h | 443 #define LL_RCC_I2S1_CLKSOURCE_PIN RCC_CCIPR_I2S1SEL /*!< External clock used as … 609 #define LL_RCC_I2S1_CLKSOURCE RCC_CCIPR_I2S1SEL /*!< I2S1 Clock source selection */ 2151 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4223 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32c031xx.h | 4386 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32c071xx.h | 4869 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4473 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g050xx.h | 4519 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g070xx.h | 4671 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g031xx.h | 4704 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g041xx.h | 4958 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g051xx.h | 5076 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g061xx.h | 5330 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g071xx.h | 5464 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|
D | stm32g081xx.h | 5718 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk macro
|