![]() |
MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
|
Modules | |
The members required for Interrupt or DMA driven transactions | |
Variables | |
mxc_uart_regs_t * | uart |
uint8_t * | txData |
uint8_t * | rxData |
uint32_t | txLen |
uint32_t | rxLen |
uint32_t | txCnt |
uint32_t | rxCnt |
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
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