Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/
A Dperiph_i2cm_polling.c119 uint8_t rx_buffer[3]; in readI2CMaster() local
125 SetupXferRecAndExecute(AddressI2C, tx_buffer, 1, rx_buffer, 2); in readI2CMaster()
130 *readPtr++ = rx_buffer[0]; in readI2CMaster()
131 *readPtr++ = rx_buffer[1]; in readI2CMaster()
/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/
A Dperiph_i2cm_interrupt.c138 uint8_t rx_buffer[3]; in readI2CMaster() local
144 SetupXferRecAndExecute(AddressI2C, tx_buffer, 1, rx_buffer, 2); in readI2CMaster()
149 *readPtr++ = rx_buffer[0]; in readI2CMaster()
150 *readPtr++ = rx_buffer[1]; in readI2CMaster()
/external/platform/nrfx/drivers/src/
A Dnrfx_spis.c118 volatile uint8_t * rx_buffer; //!< SPI slave RX buffer. member
357 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)p_cb->rx_buffer, in spis_state_entry_action_execute()
358 event.rx_amount * sizeof(p_cb->rx_buffer[0])); in spis_state_entry_action_execute()
420 p_cb->rx_buffer = p_rx_buffer; in nrfx_spis_buffers_set()
459 nrf_spis_rx_buffer_set(p_spis, (uint8_t *)p_cb->rx_buffer, p_cb->rx_buffer_size); in spis_irq_handler()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_spi_15xx.h96 uint16_t *rx_buffer; /*!< Rx buffer */ member
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/
A Dperiph_spi_rom_polling.c138 paramRec.rx_buffer = rx_buff; /* SPI RX buffer */ in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/
A Dperiph_spi_rom_polling_slave.c136 paramRec.rx_buffer = xferPtr; /* SPI RX buffer */ in ReadSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/
A Dperiph_spi_rom_interrupt.c163 paramRec.rx_buffer = rx_buff; /* SPI RX buffer */ in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/
A Dperiph_spi_rom_interrupt_slave.c154 paramRec.rx_buffer = xferPtr; /* SPI RX buffer */ in ReadSpiMssg()

Completed in 8 milliseconds