Home
last modified time | relevance | path

Searched refs:st (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/
Dnewlib_stubs.c127 int _fstat(int file, struct stat *st);
128 int _fstat(int file, struct stat *st) in _fstat() argument
131 st->st_mode = S_IFCHR; in _fstat()
343 int _stat(char *file, struct stat *st);
344 int _stat(char *file, struct stat *st) in _stat() argument
347 st->st_mode = S_IFCHR; in _stat()
/hal_microchip-latest/mpfs/drivers/mss/mss_usb/
Dmss_usb_host_msc.c76 uint8_t volatile st; member
189 g_scsi_command.st = 0u; in MSS_USBH_MSC_init()
926 return (g_scsi_command.st); in MSS_USBH_MSC_is_scsi_req_complete()
978 if (0u == g_scsi_command.st) in MSS_USBH_MSC_read()
980 g_scsi_command.st = 1u; in MSS_USBH_MSC_read()
1011 if (0u == g_scsi_command.st) in MSS_USBH_MSC_write()
1013 g_scsi_command.st = 1u; in MSS_USBH_MSC_write()
1078 g_scsi_command.st = 0u; in usbh_msc_release_cb()
1253 g_scsi_command.st = 0u; in usbh_msc_rx_cb()