Added mutex for multiple SPI devices on the same SPI bus
Fork of cc3000_hostdriver_mbedsocket by
TimeInterval Class Reference
Time interval class used to specify timeouts. More...
#include <Socket.h>
Public Member Functions | |
| TimeInterval (unsigned int ms) | |
| Time Interval. | |
Friends | |
| class | Socket |
Detailed Description
Time interval class used to specify timeouts.
Definition at line 85 of file Socket.h.
Constructor & Destructor Documentation
| TimeInterval | ( | unsigned int | ms ) |
Time Interval.
- Parameters:
-
ms time interval expressed in milliseconds
Definition at line 111 of file Socket.cpp.
Generated on Thu Jul 14 2022 05:00:35 by
1.7.2
