Searched refs:SPINEL_PROP_PHY_REGION_CODE (Results 1 – 7 of 7) sorted by relevance
| /openthread-latest/src/posix/platform/ |
| D | rcp_caps_diag.cpp | 308 …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, ®ionCode); 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/ |
| D | ncp_base_dispatcher.cpp | 78 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_PHY_REGION_CODE), in FindGetPropertyHandler() 432 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_PHY_REGION_CODE), in FindSetPropertyHandler()
|
| D | ncp_base.cpp | 2526 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertyGet() 2544 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertySet()
|
| /openthread-latest/src/lib/spinel/ |
| D | logger.cpp | 249 case SPINEL_PROP_PHY_REGION_CODE: in LogSpinelFrame() 262 case SPINEL_PROP_PHY_REGION_CODE: in LogSpinelFrame()
|
| D | spinel.h | 1725 SPINEL_PROP_PHY_REGION_CODE = SPINEL_PROP_PHY__BEGIN + 12, enumerator
|
| D | radio_spinel.cpp | 2325 error = Set(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, aRegionCode); in SetRadioRegion() 2346 error = Get(SPINEL_PROP_PHY_REGION_CODE, SPINEL_DATATYPE_UINT16_S, aRegionCode); in GetRadioRegion()
|
| D | spinel.c | 1237 {SPINEL_PROP_PHY_REGION_CODE, "PHY_REGION_CODE"}, in spinel_prop_key_to_cstr()
|