Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.h168 typedef struct _flexio_mculcd_handle flexio_mculcd_handle_t; typedef
176 flexio_mculcd_handle_t *handle,
646 flexio_mculcd_handle_t *handle,
666 flexio_mculcd_handle_t *handle,
676 void FLEXIO_MCULCD_TransferAbort(FLEXIO_MCULCD_Type *base, flexio_mculcd_handle_t *handle);
688 status_t FLEXIO_MCULCD_TransferGetCount(FLEXIO_MCULCD_Type *base, flexio_mculcd_handle_t *handle, s…
Dfsl_flexio_mculcd.c1083 flexio_mculcd_handle_t *handle, in FLEXIO_MCULCD_TransferCreateHandle()
1124 flexio_mculcd_handle_t *handle, in FLEXIO_MCULCD_TransferNonBlocking()
1222 void FLEXIO_MCULCD_TransferAbort(FLEXIO_MCULCD_Type *base, flexio_mculcd_handle_t *handle) in FLEXIO_MCULCD_TransferAbort()
1266 status_t FLEXIO_MCULCD_TransferGetCount(FLEXIO_MCULCD_Type *base, flexio_mculcd_handle_t *handle, s… in FLEXIO_MCULCD_TransferGetCount()
1294 flexio_mculcd_handle_t *flexioLcdMcuHandle = (flexio_mculcd_handle_t *)handle; in FLEXIO_MCULCD_TransferHandleIRQ()