![]() |
nRF Connect SDK API 3.4.99
|
Coherent framework status snapshot. More...
#include <rtfw.h>
Data Fields | |
| struct rtfw_command | requested |
| struct rtfw_command | attempted |
| struct rtfw_command | applied |
| int32_t | apply_result |
| bool | pending |
| uint32_t | dropped_events |
| uint32_t | max_queue_depth |
| uint32_t | faults |
Coherent framework status snapshot.
The requested field is the newest published command. The attempted and apply_result fields describe the command acknowledged by the fast path. The applied field is the most recent command completed successfully. A failed attempt is acknowledged and clears pending without changing applied.