nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ ppi_seq_rtc_irq_handler()

void ppi_seq_rtc_irq_handler ( struct ppi_seq * seq)

#include <include/drivers/ppi_seq/ppi_seq.h>

RTC interrupt handler.

RTC on some devices starts with a delay. If system timer is used as notifier it makes it impossible to correctly calculate the time of batch completion. Compare event of the first tick is used as the known starting point of system timer notifier. User need to register this interrupt handler if RTC is used as the timing source.

Parameters
seqSequencer instance.