1.2.5.28 ADP_ResetRequest Function

C

void ADP_ResetRequest (
    void
);

Summary

This primitive performs a reset of the adaptation sublayer.

Description

The ADP Reset Request primitive performs a reset of the adaptation sublayer and allows the resetting of the MIB attributes. Result is provided in the corresponding ADP Reset Confirm callback.

Parameters

None.

Returns

None.

Example

ADP_ResetRequest();
// Wait for Reset Confirm

Remarks

When ADP Reset is propagated to lower layers, MAC and PHY, so the whole G3 Stack is reset when ADP Reset is invoked.