Searched refs:positive_cs (Results 1 – 3 of 3) sorted by relevance
151 … uint32_t positive_cs : 1; ///< Whether the postive CS feature is abled, device specific member
38 spi_ll_master_set_pos_cs(hw, dev->cs_pin_id, dev->positive_cs); in spi_hal_setup_device()
474 hal_dev->positive_cs = dev_config->flags & SPI_DEVICE_POSITIVE_CS ? 1 : 0; in spi_bus_add_device()