Home
last modified time | relevance | path

Searched refs:txShifterEndIndex (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_flexio_mculcd.c503 for (i = base->txShifterStartIndex + 1U; i <= base->txShifterEndIndex; i++) in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
517 beats = 4U * (base->txShifterEndIndex - base->txShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
519 beats = 2U * (base->txShifterEndIndex - base->txShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
536 FLEXIO_TIMCTL_TRGSEL(FLEXIO_TIMER_TRIGGER_SEL_SHIFTnSTAT(base->txShifterEndIndex)) | in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
564 for (i = base->txShifterStartIndex; i <= base->txShifterEndIndex; i++) in FLEXIO_MCULCD_ClearMultiBeatsWriteConfig()
Dfsl_flexio_mculcd.h114 uint8_t txShifterEndIndex; /*!< End index of shifters used for data write. */ member
Dfsl_flexio_mculcd_edma.c341 handle->txShifterNum = base->txShifterEndIndex - base->txShifterStartIndex + 1U; in FLEXIO_MCULCD_TransferCreateHandleEDMA()