Searched refs:read (Results 1 – 16 of 16) sorted by relevance
41 * EEPROMs have their memory locations set and read via I2C write and read45 …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
2 * @brief EEPROM example using IAP command to read/write from/to EEPROM32 /** @defgroup EXAMPLES_PERIPH_15XX_EEPROM LPC15xx EEPROM read/write example35 * This examples uses the IAP commands to read and write a small test
195 read data into(q->payload, q->len);197 acknowledge that packet has been read();
124 int read = driver->in_chars(buf, len); in stdio_get_until() local125 if (read > 0) { in stdio_get_until()126 return read; in stdio_get_until()
30 idata = open(args.ifile, "rb").read()
38 * This example uses 7-bit addressing to periodically read temperature data from a temperature
42 * Note: The recommended approach to read the temperature sensor
33 /** @defgroup EXAMPLES_PERIPH_15XX_FLASHSIG LPC15xx FLASH read/write/signature example
50 * to the slave which controls the slave's LED state (0 or 1). The master can also read the
38 …* This example configures SPI as a slave to read an array of 4 words of 16 bits using interrupt mo…
38 * This example configures SPI as a slave to read an array of 4 words of 16 bits using polling mode.
365 #define read(a,b,c) lwip_read(a,b,c) macro
290 # 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 Workshop2477 # read).
3220 read(fd, buf, sizeof(buf)) == sizeof(buf)) { in init_mparams()
Completed in 52 milliseconds