![]() |
MAX32665 SDK Documentation
0.2
Software Development Kit Overview and API Documentation
|
Non-blocking UART transaction request. More...
Data Fields | |
uint8_t * | data |
int | len |
Data buffer for characters. | |
int | num |
Length of characters in data to send or receive. | |
void(* | callback )(uart_req_t *, int) |
Number of characters actually sent or received. More... | |
void(* uart_req_t::callback) (uart_req_t *, int) |
Callback for asynchronous request.
uart_req_t* | Pointer to the transaction request. |
int | Error code. |