Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/coap/port/
Dcoap_debug.c336 static struct option_desc_t options_csm[] = { in msg_option_string() local
358 for (i = 0; i < sizeof(options_csm)/sizeof(struct option_desc_t); i++) { in msg_option_string()
359 if (option_type == options_csm[i].type) { in msg_option_string()
360 return options_csm[i].name; in msg_option_string()