Home
last modified time | relevance | path

Searched refs:timer_idx (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c522 uint8_t timer_idx; in HAL_HRTIM_Init() local
642 for (timer_idx = HRTIM_TIMERINDEX_TIMER_A ; in HAL_HRTIM_Init()
643 timer_idx <= HRTIM_TIMERINDEX_MASTER ; in HAL_HRTIM_Init()
644 timer_idx++) in HAL_HRTIM_Init()
646 hhrtim->TimerParam[timer_idx].CaptureTrigger1 = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_Init()
647 hhrtim->TimerParam[timer_idx].CaptureTrigger2 = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_Init()
648 hhrtim->TimerParam[timer_idx].InterruptRequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
649 hhrtim->TimerParam[timer_idx].DMARequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
650 hhrtim->TimerParam[timer_idx].DMASrcAddress = 0U; in HAL_HRTIM_Init()
651 hhrtim->TimerParam[timer_idx].DMASize = 0U; in HAL_HRTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c541 uint8_t timer_idx; in HAL_HRTIM_Init() local
662 for (timer_idx = HRTIM_TIMERINDEX_TIMER_A ; in HAL_HRTIM_Init()
663 timer_idx <= HRTIM_TIMERINDEX_MASTER ; in HAL_HRTIM_Init()
664 timer_idx++) in HAL_HRTIM_Init()
666 hhrtim->TimerParam[timer_idx].CaptureTrigger1 = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_Init()
667 hhrtim->TimerParam[timer_idx].CaptureTrigger2 = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_Init()
668 hhrtim->TimerParam[timer_idx].InterruptRequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
669 hhrtim->TimerParam[timer_idx].DMARequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
670 hhrtim->TimerParam[timer_idx].DMASrcAddress = 0U; in HAL_HRTIM_Init()
671 hhrtim->TimerParam[timer_idx].DMASize = 0U; in HAL_HRTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c553 uint8_t timer_idx; in HAL_HRTIM_Init() local
676 for (timer_idx = HRTIM_TIMERINDEX_TIMER_A ; in HAL_HRTIM_Init()
677 timer_idx <= HRTIM_TIMERINDEX_MASTER ; in HAL_HRTIM_Init()
678 timer_idx++) in HAL_HRTIM_Init()
680 hhrtim->TimerParam[timer_idx].CaptureTrigger1 = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_Init()
681 hhrtim->TimerParam[timer_idx].CaptureTrigger2 = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_Init()
682 hhrtim->TimerParam[timer_idx].InterruptRequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
683 hhrtim->TimerParam[timer_idx].DMARequests = HRTIM_IT_NONE; in HAL_HRTIM_Init()
684 hhrtim->TimerParam[timer_idx].DMASrcAddress = 0U; in HAL_HRTIM_Init()
685 hhrtim->TimerParam[timer_idx].DMASize = 0U; in HAL_HRTIM_Init()
[all …]