Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp64 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_MCU_POWER_STATE), in FindGetPropertyHandler()
416 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_MCU_POWER_STATE), in FindSetPropertyHandler()
Dncp_base.cpp2185 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet()
2207 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertySet()
2261 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet()
/openthread-latest/src/lib/spinel/
Dspinel.h1546 SPINEL_PROP_MCU_POWER_STATE = 13, enumerator
Dspinel.c1215 {SPINEL_PROP_MCU_POWER_STATE, "MCU_POWER_STATE"}, in spinel_prop_key_to_cstr()