Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp484 otError otPlatRadioSetRegion(otInstance *aInstance, uint16_t aRegionCode) in otPlatRadioSetRegion() argument
487 return psRadioSpinel->SetRadioRegion(aRegionCode); in otPlatRadioSetRegion()
490 otError otPlatRadioGetRegion(otInstance *aInstance, uint16_t *aRegionCode) in otPlatRadioGetRegion() argument
493 return psRadioSpinel->GetRadioRegion(aRegionCode); in otPlatRadioGetRegion()