Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/
A Dperiph_i2cm_polling.c120 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 Dperiph_i2cm_interrupt.c139 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 Dnrfx_spis.c117 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 Drom_spi_15xx.h95 uint16_t *tx_buffer; /*!< Tx buffer */ member
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/
A Dperiph_spi_rom_polling.c136 paramRec.tx_buffer = xferPtr; /* SPI TX buffer */ in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/
A Dperiph_spi_rom_polling_slave.c134 paramRec.tx_buffer = NULL; /* SPI TX buffer */ in ReadSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/
A Dperiph_spi_rom_interrupt.c161 paramRec.tx_buffer = xferPtr; /* SPI TX buffer */ in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/
A Dperiph_spi_rom_interrupt_slave.c152 paramRec.tx_buffer = NULL; /* SPI TX buffer */ in ReadSpiMssg()

Completed in 14 milliseconds