Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h1405 #define HRTIM_EVENTFASTMODE_DISABLE (0x00000000U) /*!< External Event is re-synchr… macro
2540 ((FASTMODE) == HRTIM_EVENTFASTMODE_DISABLE))) \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h1414 #define HRTIM_EVENTFASTMODE_DISABLE (0x00000000U) /*!< External Event is re-synchr… macro
2572 ((FASTMODE) == HRTIM_EVENTFASTMODE_DISABLE))) \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h1891 #define HRTIM_EVENTFASTMODE_DISABLE (0x00000000U) /*!< External Event is re-synchr… macro
3404 ((FASTMODE) == HRTIM_EVENTFASTMODE_DISABLE))) \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c2518 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleCaptureChannelConfig()
3234 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c2673 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleCaptureChannelConfig()
3389 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c2749 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleCaptureChannelConfig()
3476 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()