Home
last modified time | relevance | path

Searched refs:rx_buffer (Results 1 – 5 of 5) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/SPI/
Dspi_reva2.h126 uint32_t tx_length_frames, uint8_t *rx_buffer,
131 uint32_t tx_length_frames, uint8_t *rx_buffer,
136 uint32_t tx_length_frames, uint8_t *rx_buffer,
141 uint32_t tx_length_frames, uint8_t *rx_buffer,
145 uint32_t tx_length_frames, uint8_t *rx_buffer,
149 uint32_t tx_length_frames, uint8_t *rx_buffer,
Dspi_reva2.c51 uint8_t *rx_buffer; member
245 if (STATES[spi_num].rx_buffer && STATES[spi_num].rx_length_bytes > 0) { in MXC_SPI_RevA2_process()
254 STATES[spi_num].rx_buffer[STATES[spi_num].rx_count_bytes] = spi->fifo8[0]; in MXC_SPI_RevA2_process()
261 spi, &(STATES[spi_num].rx_buffer[STATES[spi_num].rx_count_bytes]), in MXC_SPI_RevA2_process()
325 STATES[spi_num].rx_buffer = NULL; in MXC_SPI_RevA2_resetStateStruct()
1071 uint32_t tx_length_frames, uint8_t *rx_buffer, in MXC_SPI_RevA2_transactionSetup() argument
1089 STATES[spi_num].rx_buffer = rx_buffer; in MXC_SPI_RevA2_transactionSetup()
1232 if (rx_length_frames > 0 && rx_buffer != NULL) { in MXC_SPI_RevA2_transactionSetup()
1258 if (rx_length_frames > 0 && rx_buffer != NULL) { in MXC_SPI_RevA2_transactionSetup()
1269 STATES[spi_num].dma->ch[rx_ch].dst = (uint32_t)rx_buffer; in MXC_SPI_RevA2_transactionSetup()
[all …]
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Demac.h125 void *rx_buffer; member
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/EMAC/
Demac_reva.h164 void *rx_buffer; member
Demac_reva.c310 emac->rx_buffer = (void *)(config->rx_buff); in MXC_EMAC_RevA_SetConfiguration()
654 buffer = emac->rx_buffer + (EMAC_RX_BUFFER_SIZE * emac->rx_tail); in MXC_EMAC_RevA_Recv()
664 memcpy((void *)tail_buff_ptr, (const void *)emac->rx_buffer, taillen); in MXC_EMAC_RevA_Recv()