Home
last modified time | relevance | path

Searched refs:RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dsoft_source_match_table.h48 #ifndef RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM
49 #define RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM OPENTHREAD_CONFIG_MLE_MAX_CHILDREN macro
56 #if RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM || RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM
60 #if RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM
Dsoft_source_match_table.c45 #if RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM || RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM
51 #if RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM
58 static sSrcMatchShortEntry srcMatchShortEntry[RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM];
65 for (int16_t i = 0; i < RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM; i++) in utilsSoftSrcMatchShortFindEntry()
81 for (int16_t i = 0; i < RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM; i++) in findSrcMatchShortAvailEntry()
117 …otEXPECT_ACTION(entry >= 0 && entry < RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM, error = OT_ERROR_NO_… in otPlatRadioAddSrcMatchShortEntry()
135 …otEXPECT_ACTION(entry >= 0 && entry < RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM, error = OT_ERROR_NO_… in otPlatRadioClearSrcMatchShortEntry()