Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/lorawan/
Dlw_priv.c122 static const int eventinfo2errno[] = { variable
142 if (status < ARRAY_SIZE(eventinfo2errno) && in lorawan_eventinfo2errno()
143 eventinfo2errno[status] != 0) { in lorawan_eventinfo2errno()
144 return eventinfo2errno[status]; in lorawan_eventinfo2errno()