Home
last modified time | relevance | path

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

/openthread-3.6.0/src/ncp/
Dncp_base_dispatcher.cpp64 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_MCU_POWER_STATE), in FindGetPropertyHandler()
403 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_MCU_POWER_STATE), in FindSetPropertyHandler()
Dncp_base.cpp2094 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet()
2116 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertySet()
2170 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet()
/openthread-3.6.0/src/lib/spinel/
Dspinel.h1576 SPINEL_PROP_MCU_POWER_STATE = 13, enumerator
Dspinel.c1215 {SPINEL_PROP_MCU_POWER_STATE, "MCU_POWER_STATE"}, in spinel_prop_key_to_cstr()