Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4973 if (OutputLevel == HRTIM_OUTPUTLEVEL_ACTIVE) in HAL_HRTIM_WaveformSetOutputLevel()
4992 if (OutputLevel == HRTIM_OUTPUTLEVEL_ACTIVE) in HAL_HRTIM_WaveformSetOutputLevel()
6046 output_level = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_WaveformGetOutputLevel()
6063 output_level = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_WaveformGetOutputLevel()
6257 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6276 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c5118 if (OutputLevel == HRTIM_OUTPUTLEVEL_ACTIVE) in HAL_HRTIM_WaveformSetOutputLevel()
5137 if (OutputLevel == HRTIM_OUTPUTLEVEL_ACTIVE) in HAL_HRTIM_WaveformSetOutputLevel()
6190 output_level = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_WaveformGetOutputLevel()
6207 output_level = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_WaveformGetOutputLevel()
6401 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6420 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c6244 if (OutputLevel == HRTIM_OUTPUTLEVEL_ACTIVE) in HAL_HRTIM_WaveformSetOutputLevel()
6264 if (OutputLevel == HRTIM_OUTPUTLEVEL_ACTIVE) in HAL_HRTIM_WaveformSetOutputLevel()
7558 output_level = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_WaveformGetOutputLevel()
7576 output_level = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_WaveformGetOutputLevel()
7789 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
7809 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h1804 #define HRTIM_OUTPUTLEVEL_ACTIVE (0x00000001U) /*!< Force the output to its active state */ macro
1808 (((OUTPUTLEVEL) == HRTIM_OUTPUTLEVEL_ACTIVE) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h1826 #define HRTIM_OUTPUTLEVEL_ACTIVE (0x00000001U) /*!< Force the output to its active state */ macro
1830 (((OUTPUTLEVEL) == HRTIM_OUTPUTLEVEL_ACTIVE) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h2446 #define HRTIM_OUTPUTLEVEL_ACTIVE (0x00000001U) /*!< Force the output to its active state */ macro
2450 (((OUTPUTLEVEL) == HRTIM_OUTPUTLEVEL_ACTIVE) || \