Searched defs:spi_bus_lock_dev_t (Results 1 – 1 of 1) sorted by relevance
144 typedef struct spi_bus_lock_dev_t spi_bus_lock_dev_t; typedef215 struct spi_bus_lock_dev_t { struct216 SemaphoreHandle_t semphr; ///< Binary semaphore to notify the device it claimed the bus217 spi_bus_lock_t* parent; ///< Pointer to parent spi_bus_lock_t218 … uint32_t mask; ///< Bitwise OR-ed mask of the REQ, PEND, LOCK bits of this device