| [Overview][Constants][Types][Procedures and functions][Index] | 
Source position: spidev.pas line 105
| type spi_ioc_transfer = record | ||
| len: cuint32; | 
 | |
| speed_hz: cuint32; | 
 | |
| delay_usecs: cuint16; | 
 | |
| bits_per_word: cuint8; | 
 | |
| cs_change: cuint8; | 
 | |
| pad: cuint32; | 
 | |
| end; |