![]() |
Edge AI Add-on API 2.2.0
|
| bool nrf_axon_platform_reserve_for_driver | ( | ) |
Reserves Axon hardware use for asynchronous job processing by the driver.
This function must not be called from user code!!!
Non-blocking call to reserve the axons hardware for the driver to service the asynchronous command queue. The driver will never call this function more than once before calling nrf_axon_platform_reserve_for_driver(). The driver will always call nrf_axon_platform_reserve_for_driver() exactly once after calling this function.
| true | Axon hardware successfully reserved for the driver. |
| false | Axon hardware is use by a user, unavailable to the driver. |