pub unsafe extern "C" fn otPlatRadioSetMacFrameCounter(
aInstance: *mut otInstance,
aMacFrameCounter: u32,
)Expand description
Sets the current MAC frame counter value.
Is used when radio provides OT_RADIO_CAPS_TRANSMIT_SEC capability.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aMacFrameCounter The MAC frame counter value.