ESP-IDF
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES macro
@def OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES Defines size of the local source match table used by RadioSpinel when OPENTHREAD_SPINEL_CONFIG_RCP_RESTORATION_MAX_COUNT is used.
Syntax
Show:
Summary
Declaration
from
openthread-spinel-config.h:98
#define
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
OPENTHREAD_CONFIG_MLE_MAX_CHILDREN
Examples
References
from
examples
Code
Location
#define
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
OPENTHREAD_CONFIG_MLE_MAX_CHILDREN
openthread-spinel-config.h:98
assert
(
mSrcMatchShortEntryCount
<
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
)
;
radio_spinel.cpp:992
assert
(
mSrcMatchExtEntryCount
<
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
)
;
radio_spinel.cpp:1017
static_assert
(
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
>=
OPENTHREAD_CONFIG_MLE_MAX_CHILDREN
,
radio_spinel.hpp:1246
uint16_t
mSrcMatchShortEntries
[
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
]
;
radio_spinel.hpp:1248
otExtAddress
mSrcMatchExtEntries
[
OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES
]
;
radio_spinel.hpp:1250
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out