Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h4867 …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()
Dstm32h7xx_hal_hrtim.h393 uint32_t FallingValue; /*!< Specifies the dead-time following a falling edge. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h4937 …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()
Dstm32f3xx_hal_hrtim.h394 uint32_t FallingValue; /*!< Specifies the dead-time following a falling edge. member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h7466 …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()
Dstm32g4xx_hal_hrtim.h443 uint32_t FallingValue; /*!< Specifies the dead-time following a falling edge. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4373 hrtim_dtr |= ((pDeadTimeCfg->FallingValue << 16U) & HRTIM_DTR_DTF); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4518 hrtim_dtr |= ((pDeadTimeCfg->FallingValue << 16U) & HRTIM_DTR_DTF); in HAL_HRTIM_DeadTimeConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c5607 hrtim_dtr |= ((pDeadTimeCfg->FallingValue << 16U) & HRTIM_DTR_DTF); in HAL_HRTIM_DeadTimeConfig()