Searched refs:FallingValue (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hrtim.h | 4867 …LINE void LL_HRTIM_DT_SetFallingValue(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t FallingValue) in LL_HRTIM_DT_SetFallingValue() argument 4872 MODIFY_REG(*pReg, HRTIM_DTR_DTF, FallingValue << HRTIM_DTR_DTF_Pos); in LL_HRTIM_DT_SetFallingValue()
|
D | stm32h7xx_hal_hrtim.h | 393 uint32_t FallingValue; /*!< Specifies the dead-time following a falling edge. member
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_hrtim.h | 4937 …LINE void LL_HRTIM_DT_SetFallingValue(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t FallingValue) in LL_HRTIM_DT_SetFallingValue() argument 4942 MODIFY_REG(*pReg, HRTIM_DTR_DTF, FallingValue << HRTIM_DTR_DTF_Pos); in LL_HRTIM_DT_SetFallingValue()
|
D | stm32f3xx_hal_hrtim.h | 394 uint32_t FallingValue; /*!< Specifies the dead-time following a falling edge. member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_hrtim.h | 7466 …LINE void LL_HRTIM_DT_SetFallingValue(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t FallingValue) in LL_HRTIM_DT_SetFallingValue() argument 7471 MODIFY_REG(*pReg, HRTIM_DTR_DTF, FallingValue << HRTIM_DTR_DTF_Pos); in LL_HRTIM_DT_SetFallingValue()
|
D | stm32g4xx_hal_hrtim.h | 443 uint32_t FallingValue; /*!< Specifies the dead-time following a falling edge. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 4373 hrtim_dtr |= ((pDeadTimeCfg->FallingValue << 16U) & HRTIM_DTR_DTF); in HAL_HRTIM_DeadTimeConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 4518 hrtim_dtr |= ((pDeadTimeCfg->FallingValue << 16U) & HRTIM_DTR_DTF); in HAL_HRTIM_DeadTimeConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 5607 hrtim_dtr |= ((pDeadTimeCfg->FallingValue << 16U) & HRTIM_DTR_DTF); in HAL_HRTIM_DeadTimeConfig()
|