Searched refs:as_cs (Results 1 – 3 of 3) sorted by relevance
155 …uint32_t as_cs : 1; ///< Whether to toggle the CS while the clock toggles, device spec… member
44 spi_ll_master_set_cksel(hw, dev->cs_pin_id, dev->as_cs); in spi_hal_setup_device()
410 hal_dev->as_cs = dev_config->flags& SPI_DEVICE_CLK_AS_CS ? 1 : 0; in spi_bus_add_device()