Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base_dispatcher.cpp64 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_MCU_POWER_STATE), in FindGetPropertyHandler()
405 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_MCU_POWER_STATE), in FindSetPropertyHandler()
Dncp_base.cpp2005 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet()
2027 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertySet()
2082 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet()
/external/openthread/src/lib/spinel/
Dspinel.h1523 SPINEL_PROP_MCU_POWER_STATE = 13, enumerator
Dspinel.c1216 {SPINEL_PROP_MCU_POWER_STATE, "MCU_POWER_STATE"}, in spinel_prop_key_to_cstr()