Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dspi_hal.h46 uint32_t half_duplex; ///< Whether half duplex mode is used, device specific member
148 uint32_t half_duplex : 1; ///< Whether half duplex mode is used, device specific member
/device/soc/esp/esp32/components/driver/
Dspi_master.c351 int half_duplex = dev_config->flags & SPI_DEVICE_HALFDUPLEX ? 1 : 0; in spi_bus_add_device() local
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_ll.h433 static inline void spi_ll_set_half_duplex(spi_dev_t *hw, bool half_duplex) in spi_ll_set_half_duplex()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h329 unsigned int half_duplex; member