Searched refs:tPORT_DATA_CALLBACK (Results 1 – 3 of 3) sorted by relevance
96 typedef int(tPORT_DATA_CALLBACK)(uint16_t port_handle, void* p_data, typedef283 tPORT_DATA_CALLBACK* p_cb);
192 tPORT_DATA_CALLBACK*
382 int PORT_SetDataCallback(uint16_t port_handle, tPORT_DATA_CALLBACK* p_port_cb) { in PORT_SetDataCallback()