Home
last modified time | relevance | path

Searched refs:read (Results 1 – 16 of 16) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/
A Dreadme.dox41 * EEPROMs have their memory locations set and read via I2C write and read
45 …TART> <ADDR><W> Write 16-bit address <REPEAT START><R> READ READ ... READ <STOP> (unbound read)<br>
47 * - <START> <ADDR><R> READ READ ... READ <STOP> (unbound read)<br>
50 * Unbound read oeprations have no limit on size and will go as long as the master
/external/platform/lpc15xx/lpcopen/periph_eeprom/example/
A Dreadme.dox2 * @brief EEPROM example using IAP command to read/write from/to EEPROM
32 /** @defgroup EXAMPLES_PERIPH_15XX_EEPROM LPC15xx EEPROM read/write example
35 * This examples uses the IAP commands to read and write a small test
/external/lib/lwip/netif/
A Dethernetif.c195 read data into(q->payload, q->len);
197 acknowledge that packet has been read();
/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c124 int read = driver->in_chars(buf, len); in stdio_get_until() local
125 if (read > 0) { in stdio_get_until()
126 return read; in stdio_get_until()
/external/platform/pico/rp2_common/boot_stage2/
A Dpad_checksum30 idata = open(args.ifile, "rb").read()
/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/
A Dreadme.dox38 * This example uses 7-bit addressing to periodically read temperature data from a temperature
/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/
A Dreadme.dox38 * This example uses 7-bit addressing to periodically read temperature data from a temperature
/external/platform/lpc15xx/lpcopen/periph_temp/example/
A Dreadme.dox42 * Note: The recommended approach to read the temperature sensor
/external/platform/lpc15xx/lpcopen/periph_flashiap/example/
A Dreadme.dox33 /** @defgroup EXAMPLES_PERIPH_15XX_FLASHSIG LPC15xx FLASH read/write/signature example
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/
A Dreadme.dox50 * to the slave which controls the slave's LED state (0 or 1). The master can also read the
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/
A Dreadme.dox50 * to the slave which controls the slave's LED state (0 or 1). The master can also read the
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/
A Dreadme.dox38 …* This example configures SPI as a slave to read an array of 4 words of 16 bits using interrupt mo…
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/
A Dreadme.dox38 * This example configures SPI as a slave to read an array of 4 words of 16 bits using polling mode.
/external/lib/lwip/include/lwip/
A Dsockets.h365 #define read(a,b,c) lwip_read(a,b,c) macro
/external/platform/nrfx/doc/
A Dnrfx.doxyfile290 # the files are not read by doxygen.
817 # read by doxygen.
1300 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
2477 # read).
/external/lib/heap/dlmalloc/
A Ddlmalloc.c3220 read(fd, buf, sizeof(buf)) == sizeof(buf)) { in init_mparams()

Completed in 52 milliseconds