Home
last modified time | relevance | path

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

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