Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_usdhc.c24 typedef void (*usdhc_isr_t)(USDHC_Type *base, usdhc_handle_t *handle);
120 static void USDHC_TransferHandleCardDetect(usdhc_handle_t *handle, uint32_t interruptFlags);
129 static void USDHC_TransferHandleCommand(USDHC_Type *base, usdhc_handle_t *handle, uint32_t interrup…
138 static void USDHC_TransferHandleData(USDHC_Type *base, usdhc_handle_t *handle, uint32_t interruptFl…
145 static void USDHC_TransferHandleSdioInterrupt(usdhc_handle_t *handle);
152 static void USDHC_TransferHandleSdioBlockGap(usdhc_handle_t *handle);
159 static void USDHC_TransferHandleReTuning(USDHC_Type *base, usdhc_handle_t *handle, uint32_t interru…
177 static usdhc_handle_t *s_usdhcHandle[ARRAY_SIZE(s_usdhcBase)] = {NULL};
1216 usdhc_handle_t *handle, in USDHC_TransferNonBlocking()
1408 static void USDHC_TransferHandleCardDetect(usdhc_handle_t *handle, uint32_t interruptFlags) in USDHC_TransferHandleCardDetect()
[all …]
Dfsl_usdhc.h570 typedef struct _usdhc_handle usdhc_handle_t; typedef
580 usdhc_handle_t *handle,
1313 usdhc_handle_t *handle,
1337 usdhc_handle_t *handle,
1349 void USDHC_TransferHandleIRQ(USDHC_Type *base, usdhc_handle_t *handle);