1.1.5.25 SPW_LINK_EscapeCharEvent2Set

void SPW_LINK_EscapeCharEvent2Set(SPW_LINK link, bool active, uint8_t mask, uint8_t value)

Summary

Set SPW LINK Escape Character match event 2 for a given link interface.

Preconditions

SPW_Initialize must have been called for the associated SPW instance.

Parameters

  • link - The selected link ID

  • active - True is the match event 2 is active, False otherwise

  • mask - Bits mask of incoming escape character to check

  • value - Value to check in incoming escape character

Returns

None