Home
last modified time | relevance | path

Searched refs:OutputsToStop (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c5088 uint32_t OutputsToStop) in HAL_HRTIM_WaveformOutputStop() argument
5091 assert_param(IS_HRTIM_OUTPUT(OutputsToStop)); in HAL_HRTIM_WaveformOutputStop()
5099 hhrtim->Instance->sCommonRegs.ODISR |= (OutputsToStop); in HAL_HRTIM_WaveformOutputStop()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c5233 uint32_t OutputsToStop) in HAL_HRTIM_WaveformOutputStop() argument
5236 assert_param(IS_HRTIM_OUTPUT(OutputsToStop)); in HAL_HRTIM_WaveformOutputStop()
5244 hhrtim->Instance->sCommonRegs.ODISR |= (OutputsToStop); in HAL_HRTIM_WaveformOutputStop()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c6364 uint32_t OutputsToStop) in HAL_HRTIM_WaveformOutputStop() argument
6367 assert_param(IS_HRTIM_OUTPUT(OutputsToStop)); in HAL_HRTIM_WaveformOutputStop()
6375 hhrtim->Instance->sCommonRegs.ODISR |= (OutputsToStop); in HAL_HRTIM_WaveformOutputStop()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h3495 uint32_t OutputsToStop);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h3534 uint32_t OutputsToStop);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h4989 uint32_t OutputsToStop);