Searched refs:PWMChannel (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 1826 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() argument 1833 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMChannelConfig() 1849 switch (PWMChannel) in HAL_HRTIM_SimplePWMChannelConfig() 1902 PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() 1944 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart() argument 1947 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart() 1955 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart() 1994 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop() argument 1997 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop() 2005 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 1981 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() argument 1988 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMChannelConfig() 2004 switch (PWMChannel) in HAL_HRTIM_SimplePWMChannelConfig() 2057 PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() 2099 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart() argument 2102 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart() 2110 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart() 2149 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop() argument 2152 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop() 2160 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 2028 uint32_t PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() argument 2035 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMChannelConfig() 2051 switch (PWMChannel) in HAL_HRTIM_SimplePWMChannelConfig() 2106 PWMChannel, in HAL_HRTIM_SimplePWMChannelConfig() 2151 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStart() argument 2154 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStart() 2162 hhrtim->Instance->sCommonRegs.OENR |= PWMChannel; in HAL_HRTIM_SimplePWMStart() 2204 uint32_t PWMChannel) in HAL_HRTIM_SimplePWMStop() argument 2207 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, PWMChannel)); in HAL_HRTIM_SimplePWMStop() 2215 hhrtim->Instance->sCommonRegs.ODISR |= PWMChannel; in HAL_HRTIM_SimplePWMStop() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hrtim.h | 3292 uint32_t PWMChannel, 3297 uint32_t PWMChannel); 3301 uint32_t PWMChannel); 3305 uint32_t PWMChannel); 3309 uint32_t PWMChannel); 3313 uint32_t PWMChannel, 3320 uint32_t PWMChannel);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_hrtim.h | 3331 uint32_t PWMChannel, 3336 uint32_t PWMChannel); 3340 uint32_t PWMChannel); 3344 uint32_t PWMChannel); 3348 uint32_t PWMChannel); 3352 uint32_t PWMChannel, 3359 uint32_t PWMChannel);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_hrtim.h | 4735 uint32_t PWMChannel, 4740 uint32_t PWMChannel); 4744 uint32_t PWMChannel); 4748 uint32_t PWMChannel); 4752 uint32_t PWMChannel); 4756 uint32_t PWMChannel, 4763 uint32_t PWMChannel);
|