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

◆ async_drdy_cb_t

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.

Parameters
[in]dataA pointer to the data buffer that was passed to the async function
[in]data_sizeSize of data that was passed to the async function, in bytes