Searched refs:HRTIM_CAPTURETRIGGER_NONE (Results 1 – 6 of 6) sorted by relevance
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()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 …]
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()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 …]
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()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 …]
1098 #define HRTIM_CAPTURETRIGGER_NONE 0x00000000U /*!< Capture trigger is disabled… macro2294 (((CAPTURETRIGGER) == HRTIM_CAPTURETRIGGER_NONE) || \
1104 #define HRTIM_CAPTURETRIGGER_NONE 0x00000000U /*!< Capture trigger is disabled… macro2323 (((CAPTURETRIGGER) == HRTIM_CAPTURETRIGGER_NONE) || \
1454 #define HRTIM_CAPTURETRIGGER_NONE 0x00000000U /*!< Capture trigger is disabled… macro3019 (((CAPTURETRIGGER) == HRTIM_CAPTURETRIGGER_NONE) || \