Home
last modified time | relevance | path

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

/openthread-3.6.0/src/ncp/
Dncp_base_dispatcher.cpp78 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_PHY_REGION_CODE), in FindGetPropertyHandler()
419 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_PHY_REGION_CODE), in FindSetPropertyHandler()
Dncp_base.cpp2435 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertyGet()
2453 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertySet()
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.cpp2290 error = Set(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, aRegionCode); in SetRadioRegion()
2311 error = Get(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, aRegionCode); in GetRadioRegion()
2544 case SPINEL_PROP_PHY_REGION_CODE: in LogSpinelFrame()
2557 case SPINEL_PROP_PHY_REGION_CODE: in LogSpinelFrame()
Dspinel.h1757 SPINEL_PROP_PHY_REGION_CODE = SPINEL_PROP_PHY__BEGIN + 12, enumerator
Dspinel.c1237 {SPINEL_PROP_PHY_REGION_CODE, "PHY_REGION_CODE"}, in spinel_prop_key_to_cstr()