Home
last modified time | relevance | path

Searched defs:no_compensate (Results 1 – 2 of 2) 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/driver/spi/gpspi/
Dspi_master.c397 int no_compensate = dev_config->flags & SPI_DEVICE_NO_DUMMY ? 1 : 0; in spi_bus_add_device() local