![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
USB Key Disk I/O driver. More...
Go to the source code of this file.
Functions | |
DSTATUS | USBH_initialize (BYTE lun) |
Initializes a Drive. More... | |
DSTATUS | USBH_status (BYTE lun) |
Gets Disk Status. More... | |
DRESULT | USBH_read (BYTE lun, BYTE *buff, DWORD sector, UINT count) |
Reads Sector(s) More... | |
Variables | |
USBH_HandleTypeDef | HOST_HANDLE |
const Diskio_drvTypeDef | USBH_Driver |
USB Key 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 usbh_diskio.c.
Initializes a Drive.
lun | : lun id |
DSTATUS | Operation status |
Definition at line 74 of file usbh_diskio.c.
Reads Sector(s)
lun | : lun id |
*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 108 of file usbh_diskio.c.
Gets Disk Status.
lun | : lun id |
DSTATUS | Operation status |
Definition at line 84 of file usbh_diskio.c.
USBH_HandleTypeDef HOST_HANDLE |
const Diskio_drvTypeDef USBH_Driver |
Definition at line 54 of file usbh_diskio.c.