Home
last modified time | relevance | path

Searched refs:FallingDeadtime (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim_ex.c2852 …atusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime) in HAL_TIMEx_ConfigAsymmetricalDeadTime() argument
2856 assert_param(IS_TIM_DEADTIME(FallingDeadtime)); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
2858 MODIFY_REG(htim->Instance->DTR2, TIM_DTR2_DTGF, FallingDeadtime); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c2971 …atusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime) in HAL_TIMEx_ConfigAsymmetricalDeadTime() argument
2975 assert_param(IS_TIM_DEADTIME(FallingDeadtime)); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
2977 MODIFY_REG(htim->Instance->DTR2, TIM_DTR2_DTGF, FallingDeadtime); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c2897 …atusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime) in HAL_TIMEx_ConfigAsymmetricalDeadTime() argument
2901 assert_param(IS_TIM_DEADTIME(FallingDeadtime)); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
2903 MODIFY_REG(htim->Instance->DTR2, TIM_DTR2_DTGF, FallingDeadtime); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c2827 …atusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime) in HAL_TIMEx_ConfigAsymmetricalDeadTime() argument
2831 assert_param(IS_TIM_DEADTIME(FallingDeadtime)); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
2833 MODIFY_REG(htim->Instance->DTR2, TIM_DTR2_DTGF, FallingDeadtime); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c2975 …atusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime) in HAL_TIMEx_ConfigAsymmetricalDeadTime() argument
2979 assert_param(IS_TIM_DEADTIME(FallingDeadtime)); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
2981 MODIFY_REG(htim->Instance->DTR2, TIM_DTR2_DTGF, FallingDeadtime); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c3169 …atusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime) in HAL_TIMEx_ConfigAsymmetricalDeadTime() argument
3173 assert_param(IS_TIM_DEADTIME(FallingDeadtime)); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
3175 MODIFY_REG(htim->Instance->DTR2, TIM_DTR2_DTGF, FallingDeadtime); in HAL_TIMEx_ConfigAsymmetricalDeadTime()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_tim_ex.h738 …tusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_tim_ex.h1053 …tusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_tim_ex.h1054 …tusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_tim_ex.h1172 …tusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_tim_ex.h1316 …tusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_tim_ex.h2070 …tusTypeDef HAL_TIMEx_ConfigAsymmetricalDeadTime(TIM_HandleTypeDef *htim, uint32_t FallingDeadtime);