Home
last modified time | relevance | path

Searched refs:outControl (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c65 mCtimerMatchConfig.outControl = kCTIMER_Output_NoAction; in HAL_TimeStampInit()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c79 mCtimerMatchConfig.outControl = kCTIMER_Output_NoAction; in HAL_CTimerConfigTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h150 …ctimer_match_output_control_t outControl; /*!< Action to be taken on a match on the EM bit/output … member
Dfsl_ctimer.c402 … reg |= ((uint32_t)config->outControl) << (CTIMER_EMR_EMC0_SHIFT + ((uint32_t)matchChannel * 2U)); in CTIMER_SetupMatch()