Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c311 uint32_t fdebug_tx_stall = 1u << (PIO_FDEBUG_TXSTALL_LSB + bus_data->pio_sm); in cyw43_spi_transfer() local
312 bus_data->pio->fdebug = fdebug_tx_stall; in cyw43_spi_transfer()
314 while (!(bus_data->pio->fdebug & fdebug_tx_stall)) { in cyw43_spi_transfer()