Home
last modified time | relevance | path

Searched refs:DS9490_getstatus (Results 1 – 4 of 4) sorted by relevance

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_usb_msg.h34 RESET_TYPE DS9490_getstatus(BYTE * buffer, int * readlen, const struct parsedname *pn);
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_ds9490.c607 switch( DS9490_getstatus(buffer, &readlen, pn) ) { in DS9490_reset()
744 if ( DS9490_getstatus(status_buffer, &readlen, pn) != BUS_RESET_OK ) { in DS9490_directory()
877 || ( DS9490_getstatus(buffer, &readlen, pn) != BUS_RESET_OK ) // wait for len bytes in DS9490_sendback_data()
967 if ( DS9490_getstatus(buffer, &readlen, pn) != BUS_RESET_OK ) { in DS9490_HaltPulse()
1107 if ( DS9490_getstatus(buffer, &readlen, pn) != BUS_RESET_OK ) { in DS9490_setup_adapter()
H A Dow_usb_msg.c70 RESET_TYPE DS9490_getstatus(BYTE * buffer, int * readlen, const struct parsedname *pn) in DS9490_getstatus() function
H A Dow_interface.c54 int DS9490_getstatus(BYTE * buffer, int readlen, const struct parsedname *pn);
570 ret = DS9490_getstatus(buffer, 0, PN(owq)); in FS_r_ds2490status()