-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/sdio_combine_reg_read Read SDIO slave registers in a single read
Read required Slave registers (Interrupt, Read Length) in a single SDIO read, instead of doing multiple reads for each register. This is faster as SDIO setup for each read is longer than fetching the data. Read data is stored in a buffer, then accessed by register index. For SDIO streaming mode, raw Rx throughput can improve by about 2 MBits/s
- Loading branch information
1 parent
8b3918c
commit 13f901c
Showing
1 changed file
with
91 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters