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

◆ nrf_axon_driver_init()

nrf_axon_result_e nrf_axon_driver_init ( void * base_address)

one-time driver initialziation code.

Functions used by Axon platform abstraction (nrf_axon_platform) code to interact with the Axon driver.

Platform code must invoke this function prior to any other use of Axon. Axon must be powered-on and have clocks enabled.

Parameters
[in]base_addressBase address of the Axon IP block. Obtained through device tree on Zephyr systems.
Return values
0on success are a negative error code.