1.25.9.6 1.26.8.6 1.28.12.6 OTPC_InvalidatePacket Function
C
otpc_error_code_t OTPC_InvalidatePacket(uint16_t headerAddress);
Summary
Invalidates the packet
Description
Invalidate a packet with a given address.
Precondition
OTPC_Initialize() function must have been called first and a valid packet should exist at the address.
Parameters
Param | Description |
---|---|
headerAddress | Address of the packet |
Returns
OTPC error code
Example
OTPC_Initialize(); OTPC_InvalidatePacket(headerAddress);
Remarks
None