1.25.11.2 1.26.10.2 1.27.12.2 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.