8.6.4.15 Function events_is_overrun()

Check if there has been an overrun situation on this channel.

bool events_is_overrun( struct events_resource * resource)

Note: This function will clear the event overrun detected interrupt flag.
Table 8-28. Parameters
Data directionParameter nameDescription

[in]

resource

Pointer to an events_resource struct

Returns

Status of the event overrun interrupt flag.

Table 8-29. Return Values
Return valueDescription

true

Event overrun has been detected

false

Event overrun has not been detected