Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dspi_slave_hd_hal.h235 void spi_slave_hd_hal_write_buffer(spi_slave_hd_hal_context_t *hal, int addr, uint8_t *data, size_t…
/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c242 void spi_slave_hd_hal_write_buffer(spi_slave_hd_hal_context_t *hal, int addr, uint8_t *data, size_t… in spi_slave_hd_hal_write_buffer() function
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c571 spi_slave_hd_hal_write_buffer(&spihost[host_id]->hal, addr, data, len); in spi_slave_hd_write_buffer()