![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| [in] | base_address | Base address of the Axon IP block. Obtained through device tree on Zephyr systems. |
| 0 | on success are a negative error code. |