Searched refs:MAX_SPI_BYTES (Results 1 – 1 of 1) sorted by relevance
21 #define MAX_SPI_BYTES MIN((CONFIG_SHELL_ARGC_MAX - TXRX_ARGV_BYTES), 32) macro41 uint8_t rx_buffer[MAX_SPI_BYTES] = {0}; in cmd_spi_transceive()42 uint8_t tx_buffer[MAX_SPI_BYTES] = {0}; in cmd_spi_transceive()152 cmd_spi_transceive, 2, MAX_SPI_BYTES - 1),