Home
last modified time | relevance | path

Searched refs:chnlSetup (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpit/
Dfsl_lpit.c169 …atus_t LPIT_SetupChannel(LPIT_Type *base, lpit_chnl_t channel, const lpit_chnl_params_t *chnlSetup) in LPIT_SetupChannel() argument
171 assert(NULL != chnlSetup); in LPIT_SetupChannel()
176 if ((channel == kLPIT_Chnl_0) && (chnlSetup->chainChannel == true)) in LPIT_SetupChannel()
185 … reg = (LPIT_TCTRL_MODE(chnlSetup->timerMode) | LPIT_TCTRL_TRG_SRC(chnlSetup->triggerSource) | in LPIT_SetupChannel()
186 … LPIT_TCTRL_TRG_SEL(chnlSetup->triggerSelect) | LPIT_TCTRL_TROT(chnlSetup->enableReloadOnTrigger) | in LPIT_SetupChannel()
187 …LPIT_TCTRL_TSOI(chnlSetup->enableStopOnTimeout) | LPIT_TCTRL_TSOT(chnlSetup->enableStartOnTrigger)… in LPIT_SetupChannel()
188 LPIT_TCTRL_CHAIN(chnlSetup->chainChannel)); in LPIT_SetupChannel()
Dfsl_lpit.h197 …tus_t LPIT_SetupChannel(LPIT_Type *base, lpit_chnl_t channel, const lpit_chnl_params_t *chnlSetup);