Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c646 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()
2653 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop()
2659 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop()
2683 if ((hrtim_cpt1cr == HRTIM_CAPTURETRIGGER_NONE) && in HAL_HRTIM_SimpleCaptureStop()
2684 (hrtim_cpt2cr == HRTIM_CAPTURETRIGGER_NONE)) in HAL_HRTIM_SimpleCaptureStop()
2814 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop_IT()
2823 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop_IT()
2850 if ((hrtim_cpt1cr == HRTIM_CAPTURETRIGGER_NONE) && in HAL_HRTIM_SimpleCaptureStop_IT()
2851 (hrtim_cpt2cr == HRTIM_CAPTURETRIGGER_NONE)) in HAL_HRTIM_SimpleCaptureStop_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c666 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()
2808 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop()
2814 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop()
2838 if ((hrtim_cpt1cr == HRTIM_CAPTURETRIGGER_NONE) && in HAL_HRTIM_SimpleCaptureStop()
2839 (hrtim_cpt2cr == HRTIM_CAPTURETRIGGER_NONE)) in HAL_HRTIM_SimpleCaptureStop()
2969 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop_IT()
2978 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop_IT()
3005 if ((hrtim_cpt1cr == HRTIM_CAPTURETRIGGER_NONE) && in HAL_HRTIM_SimpleCaptureStop_IT()
3006 (hrtim_cpt2cr == HRTIM_CAPTURETRIGGER_NONE)) in HAL_HRTIM_SimpleCaptureStop_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c680 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()
2886 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop()
2892 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop()
2916 if ((hrtim_cpt1cr == HRTIM_CAPTURETRIGGER_NONE) && in HAL_HRTIM_SimpleCaptureStop()
2917 (hrtim_cpt2cr == HRTIM_CAPTURETRIGGER_NONE)) in HAL_HRTIM_SimpleCaptureStop()
3049 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop_IT()
3058 hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = HRTIM_CAPTURETRIGGER_NONE; in HAL_HRTIM_SimpleCaptureStop_IT()
3085 if ((hrtim_cpt1cr == HRTIM_CAPTURETRIGGER_NONE) && in HAL_HRTIM_SimpleCaptureStop_IT()
3086 (hrtim_cpt2cr == HRTIM_CAPTURETRIGGER_NONE)) in HAL_HRTIM_SimpleCaptureStop_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h1098 #define HRTIM_CAPTURETRIGGER_NONE 0x00000000U /*!< Capture trigger is disabled… macro
2294 (((CAPTURETRIGGER) == HRTIM_CAPTURETRIGGER_NONE) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h1104 #define HRTIM_CAPTURETRIGGER_NONE 0x00000000U /*!< Capture trigger is disabled… macro
2323 (((CAPTURETRIGGER) == HRTIM_CAPTURETRIGGER_NONE) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h1454 #define HRTIM_CAPTURETRIGGER_NONE 0x00000000U /*!< Capture trigger is disabled… macro
3019 (((CAPTURETRIGGER) == HRTIM_CAPTURETRIGGER_NONE) || \