OpenCores
URL https://opencores.org/ocsvn/xulalx25soc/xulalx25soc/trunk

Subversion Repositories xulalx25soc

[/] [xulalx25soc/] [trunk/] [sw/] [usbi.h] - Diff between revs 11 and 91

Show entire file | Details | Blame | View Log

Rev 11 Rev 91
Line 15... Line 15...
// Creator:     Dan Gisselquist, Ph.D.
// Creator:     Dan Gisselquist, Ph.D.
//              Gisselquist Technology, LLC
//              Gisselquist Technology, LLC
//
//
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
// Copyright (C) 2015, Gisselquist Technology, LLC
// Copyright (C) 2015-2016, Gisselquist Technology, LLC
//
//
// This program is free software (firmware): you can redistribute it and/or
// This program is free software (firmware): you can redistribute it and/or
// modify it under the terms of  the GNU General Public License as published
// modify it under the terms of  the GNU General Public License as published
// by the Free Software Foundation, either version 3 of the License, or (at
// by the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
// your option) any later version.
Line 83... Line 83...
        virtual void    close(void);
        virtual void    close(void);
        virtual int     read(char *buf, int len);
        virtual int     read(char *buf, int len);
        virtual int     read(char *buf, int len, int timeout_ms);
        virtual int     read(char *buf, int len, int timeout_ms);
        virtual void    write(char *buf, int len);
        virtual void    write(char *buf, int len);
        virtual bool    poll(unsigned ms);
        virtual bool    poll(unsigned ms);
 
        virtual int     available(void);
};
};
 
 
#endif // USBI_H
#endif // USBI_H
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.