![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
SD Disk I/O driver. More...
Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 512 |
Functions | |
DSTATUS | SD_initialize (BYTE lun) |
Initializes a Drive. More... | |
DSTATUS | SD_status (BYTE lun) |
Gets Disk Status. More... | |
DRESULT | SD_read (BYTE lun, BYTE *buff, DWORD sector, UINT count) |
Reads Sector(s) More... | |
Variables | |
const Diskio_drvTypeDef | SD_Driver |
SD 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 sd_diskio.c.
#define BLOCK_SIZE 512 |
Definition at line 35 of file sd_diskio.c.
Initializes a Drive.
lun | : not used |
DSTATUS | Operation status |
Definition at line 73 of file sd_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 111 of file sd_diskio.c.
Gets Disk Status.
lun | : not used |
DSTATUS | Operation status |
Definition at line 91 of file sd_diskio.c.
const Diskio_drvTypeDef SD_Driver |
Definition at line 52 of file sd_diskio.c.