![]() |
Edge AI Add-on API 2.2.0
|
| typedef void(* async_drdy_cb_t) (void *data, uint32_t data_size) |
#include <applications/gesture_recognition/src/hw_modules/common.h>
Base async data ready callback type.
| [in] | data | A pointer to the data buffer that was passed to the async function |
| [in] | data_size | Size of data that was passed to the async function, in bytes |