Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.c526 for (i = base->txShifterStartIndex + 1U; i <= base->txShifterEndIndex; i++) in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
540 beats = 4U * (base->txShifterEndIndex - base->txShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
542 beats = 2U * (base->txShifterEndIndex - base->txShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
561 …timerControl = FLEXIO_TIMCTL_TRGSEL(FLEXIO_TIMER_TRIGGER_SEL_SHIFTnSTAT(base->txShifterEndIndex)) | in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
598 for (i = base->txShifterStartIndex; i <= base->txShifterEndIndex; i++) in FLEXIO_MCULCD_ClearMultiBeatsWriteConfig()
Dfsl_flexio_mculcd.h123 uint8_t txShifterEndIndex; /*!< End index of shifters used for data write. */ member
Dfsl_flexio_mculcd_smartdma.c151 if (base->txShifterEndIndex != FLEXIO_MCULCD_SMARTDMA_TX_END_SHIFTER) in FLEXIO_MCULCD_TransferCreateHandleSMARTDMA()
Dfsl_flexio_mculcd_edma.c341 handle->txShifterNum = base->txShifterEndIndex - base->txShifterStartIndex + 1U; in FLEXIO_MCULCD_TransferCreateHandleEDMA()