|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
Go to the source code of this file.
Functions | |
| MEMSPACE int | wait_ready (UINT wt) |
| wait for card ready More... | |
| MEMSPACE DSTATUS | mmc_disk_initialize (void) |
| Public Functions. More... | |
| MEMSPACE DSTATUS | mmc_disk_status (void) |
| Get Disk Status. More... | |
| MEMSPACE DRESULT | mmc_disk_read (BYTE *buff, DWORD sector, UINT count) |
| Read Sector(s) More... | |
| MEMSPACE DRESULT | mmc_disk_write (const BYTE *buff, DWORD sector, UINT count) |
| MEMSPACE DRESULT | mmc_disk_ioctl (BYTE cmd, void *buff) |
| void | mmc_disk_timerproc (void) |
| Write Sector(s) More... | |
Public Functions.
Initialize Disk Drive
Definition at line 340 of file mmc.c.
Referenced by disk_initialize().
Referenced by disk_ioctl(), and mmc_disk_read().
Read Sector(s)
| [in] | buff | read buffer |
| [in] | sector | start sector number |
| [in] | count | sector count |
Definition at line 433 of file mmc.c.
Referenced by disk_read().
Get Disk Status.
Definition at line 420 of file mmc.c.
Referenced by disk_status().
| void mmc_disk_timerproc | ( | void | ) |
Write Sector(s)
| [out] | buff | write buffer |
| [in] | sector | start sector number |
| [in] | count | sector count |
| [in] | cmd | Control code |
| [in|out] | buff: Send/Receive buffer |
Definition at line 708 of file mmc.c.
Referenced by disk_timerproc(), and mmc_task().
Referenced by disk_write(), and mmc_disk_read().
wait for card ready
| [in] | wt | ms to wait |
Definition at line 169 of file mmc.c.
Referenced by mmc_disk_read(), rcvr_datablock(), and select().
1.8.11