Searched refs:MAX_SPI_BYTES (Results 1 – 1 of 1) sorted by relevance
25 #define MAX_SPI_BYTES MIN((CONFIG_SHELL_ARGC_MAX - TXRX_ARGV_BYTES), 32) macro50 uint8_t rx_buffer[MAX_SPI_BYTES] = {0}; in cmd_spi_transceive()51 uint8_t tx_buffer[MAX_SPI_BYTES] = {0}; in cmd_spi_transceive()201 cmd_spi_transceive, 2, MAX_SPI_BYTES - 1),
Completed in 10 milliseconds