Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4341 assert_param(IS_HRTIM_TIMDEADTIME_RISINGSIGN(pDeadTimeCfg->RisingSign)); in HAL_HRTIM_DeadTimeConfig()
4361 hrtim_dtr |= (pDeadTimeCfg->RisingSign & HRTIM_DTR_SDTR); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4496 assert_param(IS_HRTIM_TIMDEADTIME_RISINGSIGN(pDeadTimeCfg->RisingSign)); in HAL_HRTIM_DeadTimeConfig()
4516 hrtim_dtr |= (pDeadTimeCfg->RisingSign & HRTIM_DTR_SDTR); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c5571 assert_param(IS_HRTIM_TIMDEADTIME_RISINGSIGN(pDeadTimeCfg->RisingSign)); in HAL_HRTIM_DeadTimeConfig()
5591 hrtim_dtr |= (pDeadTimeCfg->RisingSign & HRTIM_DTR_SDTR); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h4824 …C_INLINE void LL_HRTIM_DT_SetRisingSign(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t RisingSign) in LL_HRTIM_DT_SetRisingSign() argument
4829 MODIFY_REG(*pReg, HRTIM_DTR_SDTR, RisingSign); in LL_HRTIM_DT_SetRisingSign()
Dstm32h7xx_hal_hrtim.h387 …uint32_t RisingSign; /*!< Specifies whether the dead-time is positive or negative on rising … member
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h4894 …C_INLINE void LL_HRTIM_DT_SetRisingSign(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t RisingSign) in LL_HRTIM_DT_SetRisingSign() argument
4899 MODIFY_REG(*pReg, HRTIM_DTR_SDTR, RisingSign); in LL_HRTIM_DT_SetRisingSign()
Dstm32f3xx_hal_hrtim.h388 …uint32_t RisingSign; /*!< Specifies whether the dead-time is positive or negative on rising … member
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h7411 …C_INLINE void LL_HRTIM_DT_SetRisingSign(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t RisingSign) in LL_HRTIM_DT_SetRisingSign() argument
7416 MODIFY_REG(*pReg, HRTIM_DTR_SDTR, RisingSign); in LL_HRTIM_DT_SetRisingSign()
Dstm32g4xx_hal_hrtim.h437 …uint32_t RisingSign; /*!< Specifies whether the dead-time is positive or negative on rising … member