Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd_edma.c166 for (i = 0; i < flexioLcdMcuHandle->rxShifterNum * 4; i++) in FLEXIO_MCULCD_RxEDMACallback()
171 for (i = 0; i < flexioLcdMcuHandle->rxShifterNum; i++) in FLEXIO_MCULCD_RxEDMACallback()
342 handle->rxShifterNum = base->rxShifterEndIndex - base->rxShifterStartIndex + 1U; in FLEXIO_MCULCD_TransferCreateHandleEDMA()
346 if (!FLEXIO_MCULCD_GetEDMAModulo(handle->rxShifterNum, &handle->rxEdmaModulo)) in FLEXIO_MCULCD_TransferCreateHandleEDMA()
421 handle->minorLoopBytes = handle->rxShifterNum * 4UL; in FLEXIO_MCULCD_TransferEDMA()
Dfsl_flexio_mculcd_edma.h48 uint8_t rxShifterNum; /*!< Number of shifters used for RX. */ member