Home
last modified time | relevance | path

Searched refs:as_cs (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dspi_hal.h149 …uint32_t as_cs : 1; ///< Whether to toggle the CS while the clock toggles, device spec… member
/hal_espressif-latest/components/hal/
Dspi_hal_iram.c36 spi_ll_master_set_cksel(hw, dev->cs_pin_id, dev->as_cs); in spi_hal_setup_device()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c472 hal_dev->as_cs = dev_config->flags & SPI_DEVICE_CLK_AS_CS ? 1 : 0; in spi_bus_add_device()