![]() |
MAX32655 Peripheral Driver API
Peripheral Driver API for the MAX32655
|
Modules | |
The members required for Interrupt or DMA driven transactions | |
Variables | |
mxc_spi_regs_t * | spi |
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_t * | uart |
const 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* 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
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
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