#include <spi.h>
Data Fields | |
HANDLE | rdy |
HANDLE | readRdy |
volatile u_char | deviceId |
HANDLE | deviceRdy |
|
ID of device which is currently locked. |
|
Thread which waitng for unlock device by another thread Lock is created when onother thread is starting use spi driver. |
|
Thread which is waiting for end of transmision (to/from device). When thread is notified next transmision may be start. |
|
Reading thread is waiting for end of transmision from device. |