Home
last modified time | relevance | path

Searched refs:RisingValue (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h4781 …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()
Dstm32h7xx_hal_hrtim.h385 uint32_t RisingValue; /*!< Specifies the dead-time following a rising edge. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h4851 …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()
Dstm32f3xx_hal_hrtim.h386 uint32_t RisingValue; /*!< Specifies the dead-time following a rising edge. member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h7376 …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()
Dstm32g4xx_hal_hrtim.h435 uint32_t RisingValue; /*!< Specifies the dead-time following a rising edge. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4369 hrtim_dtr |= (pDeadTimeCfg->RisingValue & HRTIM_DTR_DTR); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4514 hrtim_dtr |= (pDeadTimeCfg->RisingValue & HRTIM_DTR_DTR); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c5603 hrtim_dtr |= (pDeadTimeCfg->RisingValue & HRTIM_DTR_DTR); in HAL_HRTIM_DeadTimeConfig()