Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h764 #define HRTIM_UPDATEONREPETITION_ENABLED (HRTIM_MCR_MREPU) /*!< Update on repetition enabled … macro
2135 ((UPDATEONREPETITION) == HRTIM_UPDATEONREPETITION_ENABLED))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h770 #define HRTIM_UPDATEONREPETITION_ENABLED (HRTIM_MCR_MREPU) /*!< Update on repetition enabled … macro
2164 ((UPDATEONREPETITION) == HRTIM_UPDATEONREPETITION_ENABLED))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h961 #define HRTIM_UPDATEONREPETITION_ENABLED (HRTIM_MCR_MREPU) /*!< Update on repetition enabled … macro
2861 ((UPDATEONREPETITION) == HRTIM_UPDATEONREPETITION_ENABLED))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c7638 if (pTimerCfg->RepetitionUpdate == HRTIM_UPDATEONREPETITION_ENABLED) in HRTIM_TimingUnitWaveform_Config()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c7807 if (pTimerCfg->RepetitionUpdate == HRTIM_UPDATEONREPETITION_ENABLED) in HRTIM_TimingUnitWaveform_Config()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c9287 if (pTimerCfg->RepetitionUpdate == HRTIM_UPDATEONREPETITION_ENABLED) in HRTIM_TimingUnitWaveform_Config()