Home
last modified time | relevance | path

Searched refs:no_compensate (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dspi_hal.h41 …uint32_t no_compensate; ///< No need to add dummy to compensate the timing, device spe… member
147 …uint32_t no_compensate : 1; ///< No need to add dummy to compensate the timing, device specific member
/hal_espressif-latest/components/hal/
Dspi_hal.c100 …_HAL_CHECK(timing_param->half_duplex || temp_conf.timing_dummy == 0 || timing_param->no_compensate, in spi_hal_cal_clock_conf()
Dspi_hal_iram.c67 if (trans->rcv_buffer && !dev->no_compensate && dev->half_duplex) { in spi_hal_setup_trans()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c397 int no_compensate = dev_config->flags & SPI_DEVICE_NO_DUMMY ? 1 : 0; in spi_bus_add_device() local
402 .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()