Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_config.h102 #ifndef OPENTHREAD_CONFIG_NCP_SPI_BUFFER_SIZE
104 #define OPENTHREAD_CONFIG_NCP_SPI_BUFFER_SIZE 512 macro
106 #define OPENTHREAD_CONFIG_NCP_SPI_BUFFER_SIZE 1300 macro
Dncp_spi.cpp51 OPENTHREAD_CONFIG_NCP_SPI_BUFFER_SIZE - ot::Ncp::NcpBase::kSpinelCmdHeaderSize -
54 static_assert(OPENTHREAD_CONFIG_DIAG_CMD_LINE_BUFFER_SIZE <= OPENTHREAD_CONFIG_NCP_SPI_BUFFER_SIZE,
Dncp_spi.hpp262 kSpiBufferSize = OPENTHREAD_CONFIG_NCP_SPI_BUFFER_SIZE,