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

Modules

 The members required for Interrupt or DMA driven transactions
 

Variables

mxc_spi_regs_tspi
 
int ssIdx
 
int ssDeassert
 
uint8_t * txData
 
uint8_t * rxData
 
uint32_t txLen
 
uint32_t rxLen
 
uint32_t txCnt
 
uint32_t rxCnt
 
mxc_uart_regs_tuart
 
const uint8_t * txData
 
uint8_t * rxData
 
uint32_t txLen
 
uint32_t rxLen
 
uint32_t txCnt
 
uint32_t rxCnt
 

Detailed Description

Variable Documentation

◆ rxData [1/2]

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

◆ rxData [2/2]

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 [1/2]

const 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

◆ txData [2/2]

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