Home
last modified time | relevance | path

Searched refs:I2c3ClockSelection (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c271 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
274 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
730 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
972 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
975 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1320 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c282 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
285 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
373 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c271 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
274 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
353 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c284 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
287 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
504 PeriphClkInit->I2c3ClockSelection = (tmpreg & RCC_CCIPR3_I2C3SEL); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c274 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
277 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
633 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c275 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
278 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
422 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c319 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
322 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
489 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c315 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
318 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
605 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h370 uint32_t I2c3ClockSelection; /*!< I2C3 clock source member
411 uint32_t I2c3ClockSelection; /*!< I2C3 clock source member
564 uint32_t I2c3ClockSelection; /*!< I2C3 clock source member
627 uint32_t I2c3ClockSelection; /*!< I2C3 clock source member
699 uint32_t I2c3ClockSelection; /*!< I2C3 clock source member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c503 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
506 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
737 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c930 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
932 if (PeriphClkInit->I2c3ClockSelection == RCC_I2C3CLKSOURCE_IC10) in HAL_RCCEx_PeriphCLKConfig()
945 else if (PeriphClkInit->I2c3ClockSelection == RCC_I2C3CLKSOURCE_IC15) in HAL_RCCEx_PeriphCLKConfig()
958 else if (PeriphClkInit->I2c3ClockSelection == RCC_I2C3CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
968 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2454 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c519 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
522 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
998 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h157 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1007 assert_param(IS_RCC_I2C3CLKSOURCE(pPeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1009 switch (pPeriphClkInit->I2c3ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1038 __HAL_RCC_I2C3_CONFIG(pPeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2633 pPeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c537 assert_param(IS_RCC_I2C3CLKSOURCE(pPeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
540 __HAL_RCC_I2C3_CONFIG(pPeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1386 pPeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h117 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h79 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h316 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h81 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h188 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h131 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h957 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h175 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h238 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h201 uint32_t I2c3ClockSelection; /*!< I2C3 clock source member

12