px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
px_c1098.h : COMedia C1098 CMOS Camera Module driver

Description

File(s):

Reference:

Typedefs

typedef void(* px_c1098_on_rx_data_t) (const uint8_t *data, uint16_t bytes_received)
 Definition for a pointer to a function that will be called once a block of data has been received. More...
 

Typedef Documentation

◆ px_c1098_on_rx_data_t

typedef void(* px_c1098_on_rx_data_t) (const uint8_t *data, uint16_t bytes_received)

Definition for a pointer to a function that will be called once a block of data has been received.

Parameters
dataPointer to structure containing received data
bytes_receivedNumber of bytes in structure

Definition at line 72 of file px_c1098.h.