Home
last modified time | relevance | path

Searched refs:mcoindex (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c853 uint32_t mcoindex; in HAL_RCC_MCOConfig() local
866 mcoindex = RCC_MCOx & RCC_MCO_INDEX_MASK; in HAL_RCC_MCOConfig()
880 if (mcoindex == RCC_MCO1_INDEX) in HAL_RCC_MCOConfig()
887 else if (mcoindex == RCC_MCO2_INDEX) in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1320 uint32_t mcoindex; in HAL_RCC_MCOConfig() local
1333 mcoindex = RCC_MCOx & RCC_MCO_INDEX_MASK; in HAL_RCC_MCOConfig()
1347 if (mcoindex == RCC_MCO1_INDEX) in HAL_RCC_MCOConfig()
1354 else if (mcoindex == RCC_MCO2_INDEX) in HAL_RCC_MCOConfig()
1362 else if (mcoindex == RCC_MCO3_INDEX) in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c1043 uint32_t mcoindex; in HAL_RCC_MCOConfig() local
1056 mcoindex = RCC_MCOx & RCC_MCO_INDEX_MASK; in HAL_RCC_MCOConfig()
1070 if (mcoindex == RCC_MCO1_INDEX) in HAL_RCC_MCOConfig()
1078 else if (mcoindex == RCC_MCO2_INDEX) in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c1114 uint32_t mcoindex; in HAL_RCC_MCOConfig() local
1125 mcoindex = RCC_MCOx & RCC_MCO_INDEX_MASK; in HAL_RCC_MCOConfig()
1138 if (mcoindex == RCC_MCO1_INDEX) in HAL_RCC_MCOConfig()
1146 else if (mcoindex == RCC_MCO2_INDEX) in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c997 uint32_t mcoindex; in HAL_RCC_MCOConfig() local
1010 mcoindex = RCC_MCOx & RCC_MCO_INDEX_MASK; in HAL_RCC_MCOConfig()
1024 if (mcoindex == RCC_MCO1_INDEX) in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c1150 uint32_t mcoindex; in HAL_RCC_MCOConfig() local
1163 mcoindex = RCC_MCOx & RCC_MCO_INDEX_MASK; in HAL_RCC_MCOConfig()
1177 if (mcoindex == RCC_MCO1_INDEX) in HAL_RCC_MCOConfig()
1184 else if (mcoindex == RCC_MCO2_INDEX) in HAL_RCC_MCOConfig()