Searched defs:no_compensate (Results 1 – 2 of 2) sorted by relevance
41 …uint32_t no_compensate; ///< No need to add dummy to compensate the timing, device spe… member147 …uint32_t no_compensate : 1; ///< No need to add dummy to compensate the timing, device specific member
397 int no_compensate = dev_config->flags & SPI_DEVICE_NO_DUMMY ? 1 : 0; in spi_bus_add_device() local