mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Fix block read/write return values; SDIO error reporting; slow down clock if interrupt mode
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -57,8 +57,9 @@
|
||||
#define SDIOWAIT_RESPONSEDONE (1 << 1) /* Bit 1: Response to command available */
|
||||
#define SDIOWAIT_TRANSFERDONE (1 << 2) /* Bit 2: Data transfer/DMA done */
|
||||
#define SDIOWAIT_TIMEOUT (1 << 3) /* Bit 3: Timeout */
|
||||
#define SDIOWAIT_ERROR (1 << 4) /* Bit 4: Some other error occurred */
|
||||
|
||||
#define SDIOWAIT_ALLEVENTS 0x0f
|
||||
#define SDIOWAIT_ALLEVENTS 0x1f
|
||||
|
||||
/* Media events are used for enable/disable registered event callbacks */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user