Home
last modified time | relevance | path

Searched refs:spi_ll_enable_miso (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/
Dspi_slave_hal_iram.c89 spi_ll_enable_miso(hal->hw, (hal->rx_buffer == NULL) ? 0 : 1); in spi_slave_hal_prepare_data()
Dspi_hal_iram.c185 spi_ll_enable_miso(hw, (trans->rcv_buffer) ? 1 : 0); in spi_hal_prepare_data()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_ll.h859 static inline void spi_ll_enable_miso(spi_dev_t *hw, int enable) in spi_ll_enable_miso() function