Home
last modified time | relevance | path

Searched refs:SPI_BUS_LOCK_DEV_FLAG_CS_REQUIRED (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h475 #define SPI_BUS_LOCK_DEV_FLAG_CS_REQUIRED BIT(0) ///< The device needs a physical CS pin. macro
/hal_espressif-latest/components/spi_flash/
Desp_flash_spi_init.c195 spi_bus_lock_dev_config_t config = {.flags = SPI_BUS_LOCK_DEV_FLAG_CS_REQUIRED}; in acquire_spi_device()
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c628 int id = try_acquire_free_dev(lock, config->flags & SPI_BUS_LOCK_DEV_FLAG_CS_REQUIRED); in spi_bus_lock_register_dev()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c381 uint32_t lock_flag = ((dev_config->spics_io_num != -1) ? SPI_BUS_LOCK_DEV_FLAG_CS_REQUIRED : 0); in spi_bus_add_device()