| /external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/ |
| A D | periph_i2cs_interrupt.c | 313 uint8_t rx[8], tx[8]; in eepromTest() local 326 SetupXferRecAndExecute(eepromAddr, tx, 3, rx, 0); in eepromTest() 334 SetupXferRecAndExecute(eepromAddr, tx, 4, rx, 0); in eepromTest() 344 SetupXferRecAndExecute(eepromAddr, tx, 6, rx, 0); in eepromTest() 351 rxWorkBuff[i] = rx[0]; in eepromTest() 358 rxWorkBuff[128 + i] = rx[0]; in eepromTest() 359 rxWorkBuff[128 + i + 1] = rx[1]; in eepromTest() 366 rxWorkBuff[256 + i] = rx[0]; in eepromTest() 367 rxWorkBuff[256 + i + 1] = rx[1]; in eepromTest() 368 rxWorkBuff[256 + i + 2] = rx[2]; in eepromTest() [all …]
|
| /external/platform/nrfx/mdk/ |
| A D | nrf5340_xxaa_application.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x100000 9 EXTFLASH (rx) : ORIGIN = 0x10000000, LENGTH = 0x8000000
|
| A D | nrf52840_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x100000 9 EXTFLASH (rx) : ORIGIN = 0x12000000, LENGTH = 0x8000000
|
| A D | nrf5340_xxaa_network.ld | 8 FLASH (rx) : ORIGIN = 0x1000000, LENGTH = 0x40000 9 EXTFLASH (rx) : ORIGIN = 0x10000000, LENGTH = 0x8000000
|
| A D | nrf9160_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x100000
|
| A D | nrf51422_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51422_xxab.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x20000
|
| A D | nrf51422_xxac.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51801_xxab.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x30000
|
| A D | nrf51802_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51822_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51822_xxab.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x20000
|
| A D | nrf51822_xxac.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51824_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf51_xxab.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x20000
|
| A D | nrf51_xxac.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
|
| A D | nrf52805_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x30000
|
| A D | nrf52810_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x30000
|
| A D | nrf52811_xxaa.ld | 8 FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x30000
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | cyw43_bus_pio_spi.c | 223 int cyw43_spi_transfer(cyw43_int_t *self, const uint8_t *tx, size_t tx_length, uint8_t *rx, in cyw43_spi_transfer() argument 226 if ((tx == NULL) && (rx == NULL)) { in cyw43_spi_transfer() 232 if (rx != NULL) { in cyw43_spi_transfer() 234 tx = rx; in cyw43_spi_transfer() 243 assert(!(((uintptr_t)rx) & 3)); in cyw43_spi_transfer() 271 …dma_channel_configure(bus_data->dma_in, &in_config, rx + tx_length, &bus_data->pio->rxf[bus_data->… in cyw43_spi_transfer() 280 …memset(rx, 0, tx_length); // make sure we don't have garbage in what would have been returned data… in cyw43_spi_transfer() 316 } else if (rx != NULL) { /* currently do one at a time */ in cyw43_spi_transfer() 319 dump_bytes(rx, rx_length); in cyw43_spi_transfer() 328 dump_bytes(rx, rx_length); in cyw43_spi_transfer()
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 77 @ rx:ry means the concatenation of rx and ry with rx having the less significant bits 360 @ can have rt3==rx, in which case rx trashed 362 @ can have rzl==rx 365 .macro mul32_32_64 rx,ry,rzl,rzh,rt0,rt1,rt2,rt3,rt4 368 uxth \rt0,\rx @ xl 371 lsrs \rt2,\rx,#16 @ xh 375 uxth \rt3,\rx @ xl 429 @ can have rt3==rx, in which case rx trashed 431 @ can have rzl==rx 437 uxth \rt0,\rx @ xl [all …]
|
| /external/lib/lwip/netif/ppp/ |
| A D | ppp.c | 195 PPPControlRx rx; member 556 pppFreeCurrentInputPacket(&pc->rx); in pppOverSerialOpen() 559 pc->rx.pd = pd; in pppOverSerialOpen() 560 pc->rx.fd = fd; in pppOverSerialOpen() 573 pc->rx.inACCM[15] = 0x60; /* no need to protect since RX is not running */ in pppOverSerialOpen() 585 …sys_thread_new(PPP_THREAD_NAME, pppInputThread, (void*)&pc->rx, PPP_THREAD_STACKSIZE, PPP_THREAD_P… in pppOverSerialOpen() 1205 pc->rx.inACCM[i] = (u_char)(asyncmap >> (i * 8)); in ppp_recv_config() 1210 pc->rx.inACCM[0], pc->rx.inACCM[1], pc->rx.inACCM[2], pc->rx.inACCM[3])); in ppp_recv_config() 1773 pppInProc(&pppControl[pd].rx, data, len); in pppos_input()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_usbd.h | 213 void * rx; //!< Writable RX buffer pointer. member 282 .p_data = { .rx = (rx_buff) }, \
|
| /external/platform/pico/rp2_common/boot_stage2/ |
| A D | boot_stage2.ld | 4 SRAM(rx) : ORIGIN = 0x20041f00, LENGTH = 252
|