Searched refs:RisingValue (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hrtim.h | 4781 …INLINE void LL_HRTIM_DT_SetRisingValue(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t RisingValue) in LL_HRTIM_DT_SetRisingValue() argument 4786 MODIFY_REG(*pReg, HRTIM_DTR_DTR, RisingValue); in LL_HRTIM_DT_SetRisingValue()
|
D | stm32h7xx_hal_hrtim.h | 385 uint32_t RisingValue; /*!< Specifies the dead-time following a rising edge. member
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_hrtim.h | 4851 …INLINE void LL_HRTIM_DT_SetRisingValue(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t RisingValue) in LL_HRTIM_DT_SetRisingValue() argument 4856 MODIFY_REG(*pReg, HRTIM_DTR_DTR, RisingValue); in LL_HRTIM_DT_SetRisingValue()
|
D | stm32f3xx_hal_hrtim.h | 386 uint32_t RisingValue; /*!< Specifies the dead-time following a rising edge. member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_hrtim.h | 7376 …INLINE void LL_HRTIM_DT_SetRisingValue(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t RisingValue) in LL_HRTIM_DT_SetRisingValue() argument 7381 MODIFY_REG(*pReg, HRTIM_DTR_DTR, RisingValue); in LL_HRTIM_DT_SetRisingValue()
|
D | stm32g4xx_hal_hrtim.h | 435 uint32_t RisingValue; /*!< Specifies the dead-time following a rising edge. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 4369 hrtim_dtr |= (pDeadTimeCfg->RisingValue & HRTIM_DTR_DTR); in HAL_HRTIM_DeadTimeConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 4514 hrtim_dtr |= (pDeadTimeCfg->RisingValue & HRTIM_DTR_DTR); in HAL_HRTIM_DeadTimeConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 5603 hrtim_dtr |= (pDeadTimeCfg->RisingValue & HRTIM_DTR_DTR); in HAL_HRTIM_DeadTimeConfig()
|