Home
last modified time | relevance | path

Searched defs:spi_ioc_transfer (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dtest_ioctl.rs304 pub struct spi_ioc_transfer { struct
305 tx_buf: u64,
306 rx_buf: u64,
307 len: u32,
308 speed_hz: u32,
309 delay_usecs: u16,
310 bits_per_word: u8,
311 cs_change: u8,
312 tx_nbits: u8,
313 rx_nbits: u8,
[all …]