/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_i2c.h | 84 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member 620 __STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle) in LL_I2C_SetDutyCycle() argument 622 MODIFY_REG(I2Cx->CCR, I2C_CCR_DUTY, DutyCycle); in LL_I2C_SetDutyCycle() 730 uint32_t DutyCycle) in LL_I2C_ConfigSpeed() argument 749 __LL_I2C_SPEED_FAST_TO_CCR(PeriphClock, ClockSpeed, DutyCycle) | \ in LL_I2C_ConfigSpeed() 750 DutyCycle; in LL_I2C_ConfigSpeed()
|
D | stm32f1xx_hal_i2c.h | 53 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_i2c.h | 83 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member 619 __STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle) in LL_I2C_SetDutyCycle() argument 621 MODIFY_REG(I2Cx->CCR, I2C_CCR_DUTY, DutyCycle); in LL_I2C_SetDutyCycle() 729 uint32_t DutyCycle) in LL_I2C_ConfigSpeed() argument 748 __LL_I2C_SPEED_FAST_TO_CCR(PeriphClock, ClockSpeed, DutyCycle) | \ in LL_I2C_ConfigSpeed() 749 DutyCycle; in LL_I2C_ConfigSpeed()
|
D | stm32f2xx_hal_i2c.h | 52 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_i2c.h | 83 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member 619 __STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle) in LL_I2C_SetDutyCycle() argument 621 MODIFY_REG(I2Cx->CCR, I2C_CCR_DUTY, DutyCycle); in LL_I2C_SetDutyCycle() 729 uint32_t DutyCycle) in LL_I2C_ConfigSpeed() argument 748 __LL_I2C_SPEED_FAST_TO_CCR(PeriphClock, ClockSpeed, DutyCycle) | \ in LL_I2C_ConfigSpeed() 749 DutyCycle; in LL_I2C_ConfigSpeed()
|
D | stm32l1xx_hal_i2c.h | 52 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_i2c.h | 83 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member 727 __STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle) in LL_I2C_SetDutyCycle() argument 729 MODIFY_REG(I2Cx->CCR, I2C_CCR_DUTY, DutyCycle); in LL_I2C_SetDutyCycle() 837 uint32_t DutyCycle) in LL_I2C_ConfigSpeed() argument 856 __LL_I2C_SPEED_FAST_TO_CCR(PeriphClock, ClockSpeed, DutyCycle) | \ in LL_I2C_ConfigSpeed() 857 DutyCycle; in LL_I2C_ConfigSpeed()
|
D | stm32f4xx_hal_i2c.h | 52 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_i2c.c | 145 assert_param(IS_LL_I2C_DUTY_CYCLE(I2C_InitStruct->DutyCycle)); in LL_I2C_Init() 162 …nfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->DutyCycle); in LL_I2C_Init() 200 I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2; in LL_I2C_StructInit()
|
D | stm32f2xx_hal_i2c.c | 459 assert_param(IS_I2C_DUTY_CYCLE(hi2c->Init.DutyCycle)); in HAL_I2C_Init() 529 …R_FS | I2C_CCR_DUTY | I2C_CCR_CCR), I2C_SPEED(pclk1, hi2c->Init.ClockSpeed, hi2c->Init.DutyCycle)); in HAL_I2C_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_i2c.c | 137 assert_param(IS_LL_I2C_DUTY_CYCLE(I2C_InitStruct->DutyCycle)); in LL_I2C_Init() 154 …nfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->DutyCycle); in LL_I2C_Init() 192 I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2; in LL_I2C_StructInit()
|
D | stm32l1xx_hal_i2c.c | 459 assert_param(IS_I2C_DUTY_CYCLE(hi2c->Init.DutyCycle)); in HAL_I2C_Init() 529 …R_FS | I2C_CCR_DUTY | I2C_CCR_CCR), I2C_SPEED(pclk1, hi2c->Init.ClockSpeed, hi2c->Init.DutyCycle)); in HAL_I2C_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_i2c.c | 140 assert_param(IS_LL_I2C_DUTY_CYCLE(I2C_InitStruct->DutyCycle)); in LL_I2C_Init() 157 …nfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->DutyCycle); in LL_I2C_Init() 195 I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2; in LL_I2C_StructInit()
|
D | stm32f1xx_hal_i2c.c | 467 assert_param(IS_I2C_DUTY_CYCLE(hi2c->Init.DutyCycle)); in HAL_I2C_Init() 537 …R_FS | I2C_CCR_DUTY | I2C_CCR_CCR), I2C_SPEED(pclk1, hi2c->Init.ClockSpeed, hi2c->Init.DutyCycle)); in HAL_I2C_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_i2c.c | 154 assert_param(IS_LL_I2C_DUTY_CYCLE(I2C_InitStruct->DutyCycle)); in LL_I2C_Init() 184 …nfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->DutyCycle); in LL_I2C_Init() 222 I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2; in LL_I2C_StructInit()
|
D | stm32f4xx_hal_i2c.c | 448 assert_param(IS_I2C_DUTY_CYCLE(hi2c->Init.DutyCycle)); in HAL_I2C_Init() 518 …R_FS | I2C_CCR_DUTY | I2C_CCR_CCR), I2C_SPEED(pclk1, hi2c->Init.ClockSpeed, hi2c->Init.DutyCycle)); in HAL_I2C_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 4406 assert_param(IS_HRTIM_CHOPPER_DUTYCYCLE(pChopperModeCfg->DutyCycle)); in HAL_HRTIM_ChopperModeConfig() 4421 hrtim_chpr |= (pChopperModeCfg->DutyCycle & HRTIM_CHPR_CARDTY); in HAL_HRTIM_ChopperModeConfig()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 4561 assert_param(IS_HRTIM_CHOPPER_DUTYCYCLE(pChopperModeCfg->DutyCycle)); in HAL_HRTIM_ChopperModeConfig() 4576 hrtim_chpr |= (pChopperModeCfg->DutyCycle & HRTIM_CHPR_CARDTY); in HAL_HRTIM_ChopperModeConfig()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 5637 assert_param(IS_HRTIM_CHOPPER_DUTYCYCLE(pChopperModeCfg->DutyCycle)); in HAL_HRTIM_ChopperModeConfig() 5652 hrtim_chpr |= (pChopperModeCfg->DutyCycle & HRTIM_CHPR_CARDTY); in HAL_HRTIM_ChopperModeConfig()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hrtim.h | 5156 …IC_INLINE void LL_HRTIM_CHP_SetDutyCycle(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t DutyCycle) in LL_HRTIM_CHP_SetDutyCycle() argument 5161 MODIFY_REG(*pReg, HRTIM_CHPR_CARDTY, DutyCycle); in LL_HRTIM_CHP_SetDutyCycle()
|
D | stm32h7xx_hal_hrtim.h | 410 uint32_t DutyCycle; /*!< Specifies the Timer chopper duty cycle value. member
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_hrtim.h | 5226 …IC_INLINE void LL_HRTIM_CHP_SetDutyCycle(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t DutyCycle) in LL_HRTIM_CHP_SetDutyCycle() argument 5231 MODIFY_REG(*pReg, HRTIM_CHPR_CARDTY, DutyCycle); in LL_HRTIM_CHP_SetDutyCycle()
|
D | stm32f3xx_hal_hrtim.h | 411 uint32_t DutyCycle; /*!< Specifies the Timer chopper duty cycle value. member
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_hrtim.h | 7756 …IC_INLINE void LL_HRTIM_CHP_SetDutyCycle(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t DutyCycle) in LL_HRTIM_CHP_SetDutyCycle() argument 7761 MODIFY_REG(*pReg, HRTIM_CHPR_CARDTY, DutyCycle); in LL_HRTIM_CHP_SetDutyCycle()
|
D | stm32g4xx_hal_hrtim.h | 460 uint32_t DutyCycle; /*!< Specifies the Timer chopper duty cycle value. member
|