Searched refs:no_compensate (Results 1 – 4 of 4) 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
100 …_HAL_CHECK(timing_param->half_duplex || temp_conf.timing_dummy == 0 || timing_param->no_compensate, in spi_hal_cal_clock_conf()
67 if (trans->rcv_buffer && !dev->no_compensate && dev->half_duplex) { in spi_hal_setup_trans()
397 int no_compensate = dev_config->flags & SPI_DEVICE_NO_DUMMY ? 1 : 0; in spi_bus_add_device() local402 .no_compensate = no_compensate, in spi_bus_add_device()470 hal_dev->no_compensate = dev_config->flags & SPI_DEVICE_NO_DUMMY ? 1 : 0; in spi_bus_add_device()