1.28.14.2 PIT_ClearInterrupt Function

C

__STATIC_INLINE void PIT_ClearInterrupt(void);

Summary

PIT Clear Interrupt.

Description

Clear the PIT interrupt by reading the PIVR register. Meant to be used by external interrupt handlers (e.g. FreeRTOS tick hanlder).

Precondition

None.

Parameters

None.

Returns

None.