Searched defs:_sdhc_handle (Results 1 – 1 of 1) sorted by relevance
544 struct _sdhc_handle struct547 sdhc_data_t *volatile data; /*!< Data to transfer */548 sdhc_command_t *volatile command; /*!< Command to send */551 volatile uint32_t interruptFlags; /*!< Interrupt flags of last transaction */552 volatile uint32_t transferredWords; /*!< Words transferred by DATAPORT way */555 sdhc_transfer_callback_t callback; /*!< Callback function */556 void *userData; /*!< Parameter for transfer complete callback */
Completed in 11 milliseconds