Searched refs:tx (Results 1 – 7 of 7) sorted by relevance
| /hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
| D | cyw43_bus_pio_spi.c | 227 int cyw43_spi_transfer(cyw43_int_t *self, const uint8_t *tx, size_t tx_length, uint8_t *rx, in cyw43_spi_transfer() argument 230 if ((tx == NULL) && (rx == NULL)) { in cyw43_spi_transfer() 237 if (tx == NULL) { in cyw43_spi_transfer() 238 tx = rx; in cyw43_spi_transfer() 243 dump_bytes(tx, tx_length); in cyw43_spi_transfer() 246 assert(!(((uintptr_t)tx) & 3)); in cyw43_spi_transfer() 268 …ure(bus_data->dma_out, &out_config, &bus_data->pio->txf[bus_data->pio_sm], tx, tx_length / 4, true… in cyw43_spi_transfer() 285 } else if (tx != NULL) { in cyw43_spi_transfer() 288 dump_bytes(tx, tx_length); in cyw43_spi_transfer() 290 assert(!(((uintptr_t)tx) & 3)); in cyw43_spi_transfer() [all …]
|
| /hal_rpi_pico-latest/tools/pioasm/ |
| D | pio_enums.h | 14 tx = 1, enumerator
|
| D | parser.yy | 134 TX "tx" 313 | TX { $$ = fifo_config::tx; } 318 …error(@0, pioasm.version_string(1, "expected txrx, tx, rx, txput, rxget or putget", "expected txrx…
|
| D | c_sdk_output.cpp | 152 case fifo_config::tx: type = "PIO_FIFO_JOIN_TX"; break; in output()
|
| D | pio_assembler.cpp | 228 if (fifo != fifo_config::rx && fifo != fifo_config::tx && fifo != fifo_config::txrx) { in finalize()
|
| /hal_rpi_pico-latest/tools/pioasm/test/ |
| D | amethyst.pio | 7 .fifo tx
|
| /hal_rpi_pico-latest/tools/pioasm/gen/ |
| D | parser.cpp | 1454 { yylhs.value.as < enum fifo_config > () = fifo_config::tx; } in parse()
|