Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_axon_platform_interface.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include "nrf_axon_driver.h"

Go to the source code of this file.

Functions

nrf_axon_result_e nrf_axon_driver_init (void *base_address)
 one-time driver initialziation code.
 
nrf_axon_result_e nrf_axon_driver_power_on ()
 Enables Axon after being powered on.
 
nrf_axon_result_e nrf_axon_driver_power_off ()
 Clean-up code invoked before Axon is powered off.
 
nrf_axon_result_e nrf_axon_handle_interrupt ()
 Low level Axon interrupt handler.
 
nrf_axon_result_e nrf_axon_process_driver_event ()
 Called by platform in response to nrf_axon_generate_driver_event()
 
bool nrf_axon_queue_not_empty ()
 Indicates if any asynchronous inference jobs are in the queue.
 
void nrf_axon_start_queue_processing ()
 Initiates asynchronous operation after synchronous operation completes.