1.1.5.24 SPW_LINK_EscapeCharEvent1Set
void SPW_LINK_EscapeCharEvent1Set(SPW_LINK link, bool active, uint8_t mask, uint8_t value)
Summary
Set SPW LINK Escape Character match event 1 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 1 is active, False otherwise
mask - Bits mask of incoming escape character to check
value - Value to check in incoming escape character
Returns
None