Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ nrf_axon_platform_generate_driver_event()

void nrf_axon_platform_generate_driver_event ( )

Driver event to event processing synchronization function.

The driver invokes this function when it has work to do, in response to an interrupt or an asynchronous processing request.

The platform code must then call nrf_axon_driver_process_event().

In an RTOS system, the platform code signals the driver's thread (also created by the platform), which in-turn invokes nrf_axon_driver_process_event().

In a bare-metal system, nrf_axon_driver_process_event() can be called directly from nrf_axon_platform_generate_driver_event().