Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp308 …rror RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_REGION_CODE>(void) in HandleSpinelCommand()
312 return mRadioSpinel.Get(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, &regionCode); in HandleSpinelCommand()
376 …rror RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_PHY_REGION_CODE>(void) in HandleSpinelCommand()
380 return mRadioSpinel.Set(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, kRegionCode); in HandleSpinelCommand()
438 SPINEL_ENTRY(kCategoryUtils, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_REGION_CODE),
447 SPINEL_ENTRY(kCategoryUtils, SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_PHY_REGION_CODE),
/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp78 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_PHY_REGION_CODE), in FindGetPropertyHandler()
423 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_PHY_REGION_CODE), in FindSetPropertyHandler()
Dncp_base.cpp2491 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertyGet()
2509 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertySet()
/openthread-latest/src/lib/spinel/
Dlogger.cpp249 case SPINEL_PROP_PHY_REGION_CODE: in LogSpinelFrame()
262 case SPINEL_PROP_PHY_REGION_CODE: in LogSpinelFrame()
Dspinel.h1759 SPINEL_PROP_PHY_REGION_CODE = SPINEL_PROP_PHY__BEGIN + 12, enumerator
Dradio_spinel.cpp2282 error = Set(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, aRegionCode); in SetRadioRegion()
2303 error = Get(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, aRegionCode); in GetRadioRegion()
Dspinel.c1237 {SPINEL_PROP_PHY_REGION_CODE, "PHY_REGION_CODE"}, in spinel_prop_key_to_cstr()