Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_i2c.h84 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()
Dstm32f1xx_hal_i2c.h53 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_i2c.h83 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()
Dstm32f2xx_hal_i2c.h52 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_i2c.h83 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()
Dstm32l1xx_hal_i2c.h52 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_i2c.h83 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()
Dstm32f4xx_hal_i2c.h52 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_i2c.c145 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()
Dstm32f2xx_hal_i2c.c459 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/
Dstm32l1xx_ll_i2c.c137 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()
Dstm32l1xx_hal_i2c.c459 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/
Dstm32f1xx_ll_i2c.c140 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()
Dstm32f1xx_hal_i2c.c467 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/
Dstm32f4xx_ll_i2c.c154 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()
Dstm32f4xx_hal_i2c.c448 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/
Dstm32h7xx_hal_hrtim.c4406 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/
Dstm32f3xx_hal_hrtim.c4561 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/
Dstm32g4xx_hal_hrtim.c5637 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/
Dstm32h7xx_ll_hrtim.h5156 …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()
Dstm32h7xx_hal_hrtim.h410 uint32_t DutyCycle; /*!< Specifies the Timer chopper duty cycle value. member
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h5226 …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()
Dstm32f3xx_hal_hrtim.h411 uint32_t DutyCycle; /*!< Specifies the Timer chopper duty cycle value. member
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h7756 …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()
Dstm32g4xx_hal_hrtim.h460 uint32_t DutyCycle; /*!< Specifies the Timer chopper duty cycle value. member