Searched refs:otPlatRadioGetSupportedChannelMask (Results 1 – 6 of 6) sorted by relevance
167 OT_TOOL_WEAK uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask() function176 return otPlatRadioGetSupportedChannelMask(aInstance); in otPlatRadioGetPreferredChannelMask()
861 inline uint32_t Radio::GetSupportedChannelMask(void) { return otPlatRadioGetSupportedChannelMask(Ge… in GetSupportedChannelMask()
1074 uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance);
852 uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask() function
2565 return EncodeChannelMask(otPlatRadioGetSupportedChannelMask(mInstance)); in HandlePropertyGet()
1207 OutputLine("0x%lx", ToUlong(otPlatRadioGetSupportedChannelMask(GetInstancePtr()))); in Process()