Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.c1156 static const char *spinel_to_cstr(const struct spinel_cstr *table, uint32_t val) in spinel_to_cstr() function
1196 return spinel_to_cstr(spinel_commands_cstr, command); in spinel_command_to_cstr()
1509 return spinel_to_cstr(spinel_prop_cstr, prop_key); in spinel_prop_key_to_cstr()
1520 return spinel_to_cstr(spinel_net_cstr, net_role); in spinel_net_role_to_cstr()
1532 return spinel_to_cstr(spinel_mcu_power_state_cstr, mcu_power_state); in spinel_mcu_power_state_to_cstr()
1581 return spinel_to_cstr(spinel_status_cstr, status); in spinel_status_to_cstr()
1653 return spinel_to_cstr(spinel_cap_cstr, capability); in spinel_capability_to_cstr()