MAX32665 SDK Documentation  0.2
Software Development Kit Overview and API Documentation
uart_req_t Struct Reference

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...
 

Detailed Description

Field Documentation

◆ callback

void(* uart_req_t::callback) (uart_req_t *, int)

Callback for asynchronous request.

Parameters
uart_req_t*Pointer to the transaction request.
intError code.

The documentation for this struct was generated from the following file: