nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
rtfw_config Struct Reference

RTFW client configuration. More...

#include <rtfw.h>

Data Fields

rtfw_command_handler_t command_handler
 
rtfw_fastpath_handler_t fastpath_handler
 
rtfw_pend_source_irq_t pend_source_irq
 
rtfw_event_cb_t event_handler
 
void * fastpath_user_data
 
void * event_user_data
 

Detailed Description

RTFW client configuration.

A zero-latency interrupt does not perform Zephyr's system power-management resume sequence. The client must keep the source peripheral, shared RAM, and required power domains accessible while the source IRQ is enabled. It must mask that IRQ before entering an unsafe power state and restore the source before unmasking it after resume.


The documentation for this struct was generated from the following file: