Home
last modified time | relevance | path

Searched defs:spi_bus_lock_dev_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c144 typedef struct spi_bus_lock_dev_t spi_bus_lock_dev_t; typedef
215 struct spi_bus_lock_dev_t { struct
216 SemaphoreHandle_t semphr; ///< Binary semaphore to notify the device it claimed the bus
217 spi_bus_lock_t* parent; ///< Pointer to parent spi_bus_lock_t
218 … uint32_t mask; ///< Bitwise OR-ed mask of the REQ, PEND, LOCK bits of this device