![]() |
Edge AI Add-on API 2.2.0
|
| nrf_axon_result_e nrf_axon_handle_interrupt | ( | ) |
Low level Axon interrupt handler.
This function is called by the platform interrupt handler to check for and handle an Axon interrupt. This function will clear the interrupt at its source so that system interrupts can be safely re-enabled.
If further processing is required, it invokes nrf_axon_platform_generate_driver_event(), which should lead to the platform calling nrf_axon_process_driver_event() either indirectly (by signalling the Axon driver thread on an RTOS system) or directly (in bare-metal systems).
| kAxonResultEventPending | Indicates that nrf_axon_process_driver_event() was called. |