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

◆ rtfw_pend_source_irq_t

typedef void(* rtfw_pend_source_irq_t) (void *user_data)

#include <include/rtfw/rtfw.h>

Pend the client-owned source interrupt.

rtfw_submit calls this required callback in Zephyr thread context after publishing a command. It must make the source ISR run even when no hardware event is pending. The callback must not process the command itself.