Home
last modified time | relevance | path

Searched refs:write (Results 1 – 10 of 10) sorted by relevance

/external/platform/pico/rp2_common/boot_stage2/
A Dpad_checksum47 ofile.write("// Padded and checksummed version of: {}\n\n".format(args.ifile))
48 ofile.write(".cpu cortex-m0plus\n")
49 ofile.write(".thumb\n\n")
50 ofile.write(".section .boot2, \"ax\"\n\n")
53 ofile.write(".byte {}\n".format(", ".join("0x{:02x}".format(b) for b in chunk)))
/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/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/
A Dreadme.dox41 * EEPROMs have their memory locations set and read via I2C write and read
46 * - <START> <ADDR><W> Write 16-bit address WRITE WRITE ... WRITE <STOP> (unbound write)<br>
52 * will wrap. All reads and write operations auto-increment. Read operations without a
/external/platform/lpc15xx/lpcopen/periph_flashiap/example/
A Dreadme.dox3 * to write to FLASH memory with FLASH signature generator
33 /** @defgroup EXAMPLES_PERIPH_15XX_FLASHSIG LPC15xx FLASH read/write/signature example
/external/platform/pico/rp2_common/hardware_dma/include/hardware/
A Ddma.h228 static inline void channel_config_set_ring(dma_channel_config *c, bool write, uint size_bits) { in channel_config_set_ring() argument
232 (write ? DMA_CH0_CTRL_TRIG_RING_SEL_BITS : 0); in channel_config_set_ring()
/external/platform/lpc15xx/lpcopen/periph_gpio/example/
A Dreadme.dox37 * pins at once usnig the GPIO direction setup and masked write oeprations.<br>
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_bus_pio_spi.c365 static inline uint32_t make_cmd(bool write, bool inc, uint32_t fn, uint32_t addr, uint32_t sz) { in make_cmd() argument
366 return write << 31 | inc << 30 | fn << 28 | (addr & 0x1ffff) << 11 | sz; in make_cmd()
/external/lib/lwip/include/lwip/
A Dsockets.h366 #define write(a,b,c) lwip_write(a,b,c) macro
/external/platform/nrfx/
A DCHANGELOG.md46 - Fixed assertions that check write addresses in the NVMC driver. Now the UICR memory region is han…
168 - Fixed handling of short unaligned write requests (1 or 2 bytes in length) in the nrfx_nvmc_bytes_…
/external/platform/nrfx/doc/
A Dnrfx.doxyfile1715 # section "Doxygen usage" for information on how to let doxygen write the
1850 # Note: WordPad (write) and others do not support links.

Completed in 35 milliseconds