Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c228 size_t rx_length) { in cyw43_spi_transfer() argument
239 assert(tx_length && tx_length < rx_length); in cyw43_spi_transfer()
242 printf("[%lu] bus TX/RX %u bytes rx %u:", counter++, tx_length, rx_length); in cyw43_spi_transfer()
248 assert(!(rx_length & 3)); in cyw43_spi_transfer()
258 pio_sm_put(bus_data->pio, bus_data->pio_sm, (rx_length - tx_length) * 8 - 1); in cyw43_spi_transfer()
275 …_in, &in_config, rx + tx_length, &bus_data->pio->rxf[bus_data->pio_sm], rx_length / 4 - tx_length … in cyw43_spi_transfer()
322 printf("[%lu] bus TX %u bytes:", counter++, rx_length); in cyw43_spi_transfer()
323 dump_bytes(rx, rx_length); in cyw43_spi_transfer()
332 dump_bytes(rx, rx_length); in cyw43_spi_transfer()