Searched refs:TimerParam (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()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()2579 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger1; in HAL_HRTIM_SimpleCaptureStart()2585 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger2; in HAL_HRTIM_SimpleCaptureStart()2732 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger1; in HAL_HRTIM_SimpleCaptureStart_IT()2741 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger2; in HAL_HRTIM_SimpleCaptureStart_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()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()2734 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger1; in HAL_HRTIM_SimpleCaptureStart()2740 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger2; in HAL_HRTIM_SimpleCaptureStart()2887 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger1; in HAL_HRTIM_SimpleCaptureStart_IT()2896 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger2; in HAL_HRTIM_SimpleCaptureStart_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()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()2811 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger1; in HAL_HRTIM_SimpleCaptureStart()2817 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger2; in HAL_HRTIM_SimpleCaptureStart()2966 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT1xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger1; in HAL_HRTIM_SimpleCaptureStart_IT()2975 … hhrtim->Instance->sTimerxRegs[TimerIdx].CPT2xCR = hhrtim->TimerParam[TimerIdx].CaptureTrigger2; in HAL_HRTIM_SimpleCaptureStart_IT()[all …]
126 …HRTIM_TimerParamTypeDef TimerParam[MAX_HRTIM_TIMER]; /*!< HRTIM timers - including the maste… member