Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.h299 typedef struct _lpspi_master_handle lpspi_master_handle_t; typedef
315 lpspi_master_handle_t *handle,
944 lpspi_master_handle_t *handle,
985 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra…
997 status_t LPSPI_MasterTransferGetCount(LPSPI_Type *base, lpspi_master_handle_t *handle, size_t *coun…
1007 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle);
1017 void LPSPI_MasterTransferHandleIRQ(LPSPI_Type *base, lpspi_master_handle_t *handle);
Dfsl_lpspi.c26 typedef void (*lpspi_master_isr_t)(LPSPI_Type *base, lpspi_master_handle_t *handle);
73 static void LPSPI_MasterTransferFillUpTxFifo(LPSPI_Type *base, lpspi_master_handle_t *handle);
80 static void LPSPI_MasterTransferComplete(LPSPI_Type *base, lpspi_master_handle_t *handle);
541 lpspi_master_handle_t *handle, in LPSPI_MasterTransferCreateHandle()
756 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra… in LPSPI_MasterTransferNonBlocking()
889 static void LPSPI_MasterTransferFillUpTxFifo(LPSPI_Type *base, lpspi_master_handle_t *handle) in LPSPI_MasterTransferFillUpTxFifo()
949 static void LPSPI_MasterTransferComplete(LPSPI_Type *base, lpspi_master_handle_t *handle) in LPSPI_MasterTransferComplete()
964 status_t LPSPI_MasterTransferGetCount(LPSPI_Type *base, lpspi_master_handle_t *handle, size_t *coun… in LPSPI_MasterTransferGetCount()
996 void LPSPI_MasterTransferAbort(LPSPI_Type *base, lpspi_master_handle_t *handle) in LPSPI_MasterTransferAbort()
1010 void LPSPI_MasterTransferHandleIRQ(LPSPI_Type *base, lpspi_master_handle_t *handle) in LPSPI_MasterTransferHandleIRQ()
[all …]