Searched refs:OnePulseChannel (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 3147 uint32_t OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() argument 3154 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseChannelConfig() 3176 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseChannelConfig() 3230 OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() 3283 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart() argument 3286 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart() 3294 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart() 3333 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop() argument 3336 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop() 3344 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 3302 uint32_t OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() argument 3309 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseChannelConfig() 3331 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseChannelConfig() 3385 OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() 3438 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart() argument 3441 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart() 3449 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart() 3488 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop() argument 3491 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop() 3499 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 3387 uint32_t OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() argument 3394 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseChannelConfig() 3416 switch (OnePulseChannel) in HAL_HRTIM_SimpleOnePulseChannelConfig() 3472 OnePulseChannel, in HAL_HRTIM_SimpleOnePulseChannelConfig() 3528 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStart() argument 3531 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStart() 3539 hhrtim->Instance->sCommonRegs.OENR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStart() 3581 uint32_t OnePulseChannel) in HAL_HRTIM_SimpleOnePulseStop() argument 3584 assert_param(IS_HRTIM_TIMER_OUTPUT(TimerIdx, OnePulseChannel)); in HAL_HRTIM_SimpleOnePulseStop() 3592 hhrtim->Instance->sCommonRegs.ODISR |= OnePulseChannel; in HAL_HRTIM_SimpleOnePulseStop() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hrtim.h | 3372 uint32_t OnePulseChannel, 3377 uint32_t OnePulseChannel); 3381 uint32_t OnePulseChannel); 3385 uint32_t OnePulseChannel); 3389 uint32_t OnePulseChannel);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_hrtim.h | 3411 uint32_t OnePulseChannel, 3416 uint32_t OnePulseChannel); 3420 uint32_t OnePulseChannel); 3424 uint32_t OnePulseChannel); 3428 uint32_t OnePulseChannel);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_hrtim.h | 4815 uint32_t OnePulseChannel, 4820 uint32_t OnePulseChannel); 4824 uint32_t OnePulseChannel); 4828 uint32_t OnePulseChannel); 4832 uint32_t OnePulseChannel);
|