Searched defs:start_sector (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usbh_msc.c | 397 int usbh_msc_scsi_write10(struct usbh_msc *msc_class, uint32_t start_sector, const uint8_t *buffer,… in usbh_msc_scsi_write10() 416 int usbh_msc_scsi_read10(struct usbh_msc *msc_class, uint32_t start_sector, const uint8_t *buffer, … in usbh_msc_scsi_read10()
|
| A D | usbd_msc.c | 43 uint32_t start_sector; member
|
| /components/drivers/usb/cherryusb/platform/uf2/ |
| A D | bootuf2.c | 261 int boot2uf2_read_sector(uint32_t start_sector, uint8_t *buff, uint32_t sector_count) in boot2uf2_read_sector() 406 int bootuf2_write_sector(uint32_t start_sector, const uint8_t *buff, uint32_t sector_count) in bootuf2_write_sector()
|
Completed in 9 milliseconds