pub unsafe extern "C" fn otLinkGetSupportedChannelMask(
aInstance: *mut otInstance,
) -> u32
Expand description
Get the supported channel mask of MAC layer.
@param[in] aInstance A pointer to an OpenThread instance.
@returns The supported channel mask as uint32_t
with bit 0 (lsb) mapping to channel 0, bit 1 to channel 1, so on.