Searched refs:rx_buff (Results 1 – 11 of 11) sorted by relevance
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/ |
| A D | periph_spi_rom_polling.c | 46 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 D | periph_spi_rom_polling_slave.c | 46 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 D | periph_spi_polling.c | 40 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 D | periph_spi_rom_interrupt.c | 46 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 D | periph_spi_rom_interrupt_slave.c | 45 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 D | periph_spi_interrupt.c | 40 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 D | cdc_vcom.c | 71 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 D | cdc_vcom.c | 71 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 D | nrfx_usbd.h | 280 #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 D | cdc_vcom.h | 60 uint8_t *rx_buff; member
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc/ |
| A D | cdc_vcom.h | 60 uint8_t *rx_buff; member
|
Completed in 13 milliseconds