Searched defs:half_duplex (Results 1 – 4 of 4) sorted by relevance
46 uint32_t half_duplex; ///< Whether half duplex mode is used, device specific member148 uint32_t half_duplex : 1; ///< Whether half duplex mode is used, device specific member
351 int half_duplex = dev_config->flags & SPI_DEVICE_HALFDUPLEX ? 1 : 0; in spi_bus_add_device() local
433 static inline void spi_ll_set_half_duplex(spi_dev_t *hw, bool half_duplex) in spi_ll_set_half_duplex()
329 unsigned int half_duplex; member