|
px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
|
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 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.
| data | Pointer to structure containing received data |
| bytes_received | Number of bytes in structure |
Definition at line 72 of file px_c1098.h.