![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
SDRAM Disk I/O driver. More...
Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 512 |
Functions | |
DSTATUS | SDRAMDISK_initialize (BYTE lun) |
Initializes a Drive. More... | |
DSTATUS | SDRAMDISK_status (BYTE lun) |
Gets Disk Status. More... | |
DRESULT | SDRAMDISK_read (BYTE lun, BYTE *buff, DWORD sector, UINT count) |
Reads Sector(s) More... | |
Variables | |
const Diskio_drvTypeDef | SDRAMDISK_Driver |
SDRAM Disk I/O driver.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file sdram_diskio.c.
#define BLOCK_SIZE 512 |
Definition at line 35 of file sdram_diskio.c.
Initializes a Drive.
lun | : not used |
DSTATUS | Operation status |
Definition at line 72 of file sdram_diskio.c.
Reads Sector(s)
lun | : not used |
*buff | Data buffer to store read data |
sector | Sector address (LBA) |
count | Number of sectors to read (1..128) |
DRESULT | Operation result |
Definition at line 105 of file sdram_diskio.c.
Gets Disk Status.
lun | : not used |
DSTATUS | Operation status |
Definition at line 88 of file sdram_diskio.c.
const Diskio_drvTypeDef SDRAMDISK_Driver |
Definition at line 52 of file sdram_diskio.c.