![]() |
PK_LROD_cb_f_t |
typedef void (*PK_LROD_cb_f_t) ( --- received arguments --- const PK_LROD_t lrod, --- lrod void *data, --- external data --- returned arguments --- PK_LATTICE_cb_status_t *const status --- callback status ); This is a type of a callback function which the application may pass to a PK function that will apply it to lrods.
The void *data argument is used to communicate between the application and its supplied callback function.