Searched refs:tx_buffer (Results 1 – 8 of 8) sorted by relevance
| /external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/ |
| A D | periph_i2cm_polling.c | 120 uint8_t tx_buffer[3]; in readI2CMaster() local 123 tx_buffer[0] = 0x00; in readI2CMaster() 125 SetupXferRecAndExecute(AddressI2C, tx_buffer, 1, rx_buffer, 2); in readI2CMaster()
|
| /external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/ |
| A D | periph_i2cm_interrupt.c | 139 uint8_t tx_buffer[3]; in readI2CMaster() local 142 tx_buffer[0] = 0x00; in readI2CMaster() 144 SetupXferRecAndExecute(AddressI2C, tx_buffer, 1, rx_buffer, 2); in readI2CMaster()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_spis.c | 117 volatile const uint8_t * tx_buffer; //!< SPI slave TX buffer. member 419 p_cb->tx_buffer = p_tx_buffer; in nrfx_spis_buffers_set() 458 nrf_spis_tx_buffer_set(p_spis, (uint8_t *)p_cb->tx_buffer, p_cb->tx_buffer_size); in spis_irq_handler()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | rom_spi_15xx.h | 95 uint16_t *tx_buffer; /*!< Tx buffer */ member
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/ |
| A D | periph_spi_rom_polling.c | 136 paramRec.tx_buffer = xferPtr; /* SPI TX buffer */ in WriteSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/ |
| A D | periph_spi_rom_polling_slave.c | 134 paramRec.tx_buffer = NULL; /* SPI TX buffer */ in ReadSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/ |
| A D | periph_spi_rom_interrupt.c | 161 paramRec.tx_buffer = xferPtr; /* SPI TX buffer */ in WriteSpiMssg()
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/ |
| A D | periph_spi_rom_interrupt_slave.c | 152 paramRec.tx_buffer = NULL; /* SPI TX buffer */ in ReadSpiMssg()
|
Completed in 14 milliseconds