Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c66 mCtimerMatchConfig.outPinInitState = false; in HAL_TimeStampInit()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c80 mCtimerMatchConfig.outPinInitState = false; in HAL_CTimerConfigTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h151 bool outPinInitState; /*!< Initial value of the EM bit/output */ member
Dfsl_ctimer.c406 reg |= ((uint32_t)config->outPinInitState) << (uint32_t)matchChannel; in CTIMER_SetupMatch()