MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
The members needed for all types of transactions

Modules

 The members required for Interrupt or DMA driven transactions
 

Variables

mxc_uart_regs_tuart
 
uint8_t * txData
 
uint8_t * rxData
 
uint32_t txLen
 
uint32_t rxLen
 
uint32_t txCnt
 
uint32_t rxCnt
 

Detailed Description

Variable Documentation

◆ rxData

uint8_t* rxData

Buffer to store received data For character sizes < 8 bits, pad the MSB of each byte with zeros. For character sizes > 8 bits, use two bytes per character and pad the MSB of the upper byte with zeros

◆ txData

uint8_t* txData

Buffer containing transmit data. For character sizes < 8 bits, pad the MSB of each byte with zeros. For character sizes > 8 bits, use two bytes per character and pad the MSB of the upper byte with zeros