Home
last modified time | relevance | path

Searched refs:rx_buff (Results 1 – 11 of 11) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/
A Dperiph_spi_rom_polling.c46 static uint16_t rx_buff[sizeof(xferArray) / sizeof(uint16_t)]; variable
138 paramRec.rx_buffer = rx_buff; /* SPI RX buffer */ in WriteSpiMssg()
151 if (rx_buff[i] != xferArray[i]) { in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/
A Dperiph_spi_rom_polling_slave.c46 static uint16_t rx_buff[SPI_RX_BUFFER_SIZE]; variable
179 ReadSpiMssg(rx_buff, SPI_RX_BUFFER_SIZE); in main()
181 DEBUGOUT("SPI Read Data %d is %x\r\n", i, rx_buff[i]); in main()
/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/src/
A Dperiph_spi_polling.c40 static uint16_t rx_buff[sizeof(xferArray) / sizeof(xferArray[0])]; variable
125 XferSetup.pRx = rx_buff;/* Receive Buffer */ in WriteSpiMssg()
137 if (rx_buff[i] != xferArray[i]) { in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/
A Dperiph_spi_rom_interrupt.c46 static uint16_t rx_buff[sizeof(xferArray) / sizeof(uint16_t)]; variable
140 if (rx_buff[i] != xferArray[i]) { in cbSpiComplete()
163 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.c45 static uint16_t rx_buff[SPI_RX_BUFFER_SIZE]; variable
216 ReadSpiMssg(rx_buff, SPI_RX_BUFFER_SIZE); in main()
218 DEBUGOUT("SPI Read Data %d is %x\r\n", i, rx_buff[i]); in main()
/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/src/
A Dperiph_spi_interrupt.c40 static uint16_t rx_buff[sizeof(xferArray) / sizeof(xferArray[0])]; variable
128 XferSetup.pRx = rx_buff;/* Receive Buffer */ in WriteSpiMssg()
176 if (rx_buff[i] != xferArray[i]) { in SPI0_IRQHandler()
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_vcom.c71 pVcom->rx_count = USBD_API->hw->ReadEP(hUsb, USB_CDC_OUT_EP, pVcom->rx_buff); in VCOM_bulk_out_hdlr()
88 USBD_API->hw->ReadReqEP(hUsb, USB_CDC_OUT_EP, pVcom->rx_buff, VCOM_RX_BUF_SZ); in VCOM_bulk_out_hdlr()
134 g_vCOM.rx_buff = (uint8_t *) cdc_param.mem_base; in vcom_init()
163 memcpy(pBuf, pVcom->rx_buff, cnt); in vcom_bread()
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcdc_vcom.c71 pVcom->rx_count = USBD_API->hw->ReadEP(hUsb, USB_CDC_OUT_EP, pVcom->rx_buff); in VCOM_bulk_out_hdlr()
88 USBD_API->hw->ReadReqEP(hUsb, USB_CDC_OUT_EP, pVcom->rx_buff, VCOM_RX_BUF_SZ); in VCOM_bulk_out_hdlr()
134 g_vCOM.rx_buff = (uint8_t *) cdc_param.mem_base; in vcom_init()
163 memcpy(pBuf, pVcom->rx_buff, cnt); in vcom_bread()
/external/platform/nrfx/drivers/include/
A Dnrfx_usbd.h280 #define NRFX_USBD_TRANSFER_OUT(name, rx_buff, rx_size) \ argument
282 .p_data = { .rx = (rx_buff) }, \
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/inc/
A Dcdc_vcom.h60 uint8_t *rx_buff; member
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc/
A Dcdc_vcom.h60 uint8_t *rx_buff; member

Completed in 13 milliseconds