Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c648 hhrtim->TimerParam[timer_idx].InterruptRequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
4130 assert_param(IS_HRTIM_MASTER_IT(pTimerCfg->InterruptRequests)); in HAL_HRTIM_WaveformTimerConfig()
4140 assert_param(IS_HRTIM_TIM_IT(pTimerCfg->InterruptRequests)); in HAL_HRTIM_WaveformTimerConfig()
4158 hhrtim->TimerParam[TimerIdx].InterruptRequests = pTimerCfg->InterruptRequests; in HAL_HRTIM_WaveformTimerConfig()
5220 hhrtim->TimerParam[HRTIM_TIMERINDEX_MASTER].InterruptRequests); in HAL_HRTIM_WaveformCountStart_IT()
5232 hhrtim->TimerParam[timer_idx].InterruptRequests); in HAL_HRTIM_WaveformCountStart_IT()
5287 …HAL_HRTIM_MASTER_DISABLE_IT(hhrtim, hhrtim->TimerParam[HRTIM_TIMERINDEX_MASTER].InterruptRequests); in HAL_HRTIM_WaveformCountStop_IT()
5297 … __HAL_HRTIM_TIMER_DISABLE_IT(hhrtim, timer_idx, hhrtim->TimerParam[timer_idx].InterruptRequests); in HAL_HRTIM_WaveformCountStop_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c668 hhrtim->TimerParam[timer_idx].InterruptRequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
4285 assert_param(IS_HRTIM_MASTER_IT(pTimerCfg->InterruptRequests)); in HAL_HRTIM_WaveformTimerConfig()
4295 assert_param(IS_HRTIM_TIM_IT(pTimerCfg->InterruptRequests)); in HAL_HRTIM_WaveformTimerConfig()
4313 hhrtim->TimerParam[TimerIdx].InterruptRequests = pTimerCfg->InterruptRequests; in HAL_HRTIM_WaveformTimerConfig()
5365 hhrtim->TimerParam[HRTIM_TIMERINDEX_MASTER].InterruptRequests); in HAL_HRTIM_WaveformCountStart_IT()
5377 hhrtim->TimerParam[timer_idx].InterruptRequests); in HAL_HRTIM_WaveformCountStart_IT()
5431 …HAL_HRTIM_MASTER_DISABLE_IT(hhrtim, hhrtim->TimerParam[HRTIM_TIMERINDEX_MASTER].InterruptRequests); in HAL_HRTIM_WaveformCountStop_IT()
5441 … __HAL_HRTIM_TIMER_DISABLE_IT(hhrtim, timer_idx, hhrtim->TimerParam[timer_idx].InterruptRequests); in HAL_HRTIM_WaveformCountStop_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c682 hhrtim->TimerParam[timer_idx].InterruptRequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
4989 assert_param(IS_HRTIM_MASTER_IT(pTimerCfg->InterruptRequests)); in HAL_HRTIM_WaveformTimerConfig()
4999 assert_param(IS_HRTIM_TIM_IT(pTimerCfg->InterruptRequests)); in HAL_HRTIM_WaveformTimerConfig()
5019 hhrtim->TimerParam[TimerIdx].InterruptRequests = pTimerCfg->InterruptRequests; in HAL_HRTIM_WaveformTimerConfig()
6499 hhrtim->TimerParam[HRTIM_TIMERINDEX_MASTER].InterruptRequests); in HAL_HRTIM_WaveformCountStart_IT()
6511 hhrtim->TimerParam[timer_idx].InterruptRequests); in HAL_HRTIM_WaveformCountStart_IT()
6567 …HAL_HRTIM_MASTER_DISABLE_IT(hhrtim, hhrtim->TimerParam[HRTIM_TIMERINDEX_MASTER].InterruptRequests); in HAL_HRTIM_WaveformCountStop_IT()
6577 … __HAL_HRTIM_TIMER_DISABLE_IT(hhrtim, timer_idx, hhrtim->TimerParam[timer_idx].InterruptRequests); in HAL_HRTIM_WaveformCountStop_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h106 uint32_t InterruptRequests; /*!< Interrupts requests enabled for the timer. */ member
256 uint32_t InterruptRequests; /*!< Relevant for all HRTIM timers, including the master. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h106 uint32_t InterruptRequests; /*!< Interrupts requests enabled for the timer. */ member
257 uint32_t InterruptRequests; /*!< Relevant for all HRTIM timers, including the master. member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h106 uint32_t InterruptRequests; /*!< Interrupts requests enabled for the timer. */ member
259 uint32_t InterruptRequests; /*!< Relevant for all HRTIM timers, including the master. member