Searched refs:rx_buffer (Results 1 – 8 of 8) sorted by relevance
| /external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/ |
| A D | periph_i2cm_polling.c | 119 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 D | periph_i2cm_interrupt.c | 138 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 D | nrfx_spis.c | 118 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 D | rom_spi_15xx.h | 96 uint16_t *rx_buffer; /*!< Rx buffer */ member
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/ |
| A D | periph_spi_rom_polling.c | 138 paramRec.rx_buffer = rx_buff; /* SPI RX buffer */ in WriteSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/ |
| A D | periph_spi_rom_polling_slave.c | 136 paramRec.rx_buffer = xferPtr; /* SPI RX buffer */ in ReadSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/ |
| A D | periph_spi_rom_interrupt.c | 163 paramRec.rx_buffer = rx_buff; /* SPI RX buffer */ in WriteSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/ |
| A D | periph_spi_rom_interrupt_slave.c | 154 paramRec.rx_buffer = xferPtr; /* SPI RX buffer */ in ReadSpiMssg()
|
Completed in 8 milliseconds