Home
last modified time | relevance | path

Searched full:writes (Results 1 – 25 of 77) sorted by relevance

1234

/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_reg.h66 \details Writes the given value to the PSR Register.
89 \details Writes the given value to the SP Register.
113 \details Writes the given value to the VBR Register.
136 \details Writes the given value to the EPC Register.
159 \details Writes the given value to the EPSR Register.
355 \details Writes the given value to the GCR Register.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dflashio.c73 // writes need to be aligned but the data we're passed may not be in jffs2_flash_direct_writev()
74 // Observation suggests most unaligned writes are small, so we in jffs2_flash_direct_writev()
81 // to do multiple writes anyway? in jffs2_flash_direct_writev()
H A Dbuild.c271 /* Be conservative about how much space we need before we allow writes. in jffs2_calc_trigger_levels()
302 D1(printk(KERN_DEBUG "Blocks required to allow writes: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/
H A Dstat.h19 #define _FAPPEND 0x0008 /* append (writes guaranteed at the end) */
29 #define _FSYNC 0x2000 /* do all writes synchronously */
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/
H A Dunistd.h22 #define _FAPPEND 0x0008 /* append (writes guaranteed at the end) */
32 #define _FSYNC 0x2000 /* do all writes synchronously */
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/
H A Dunistd.h24 #define _FAPPEND 0x0008 /* append (writes guaranteed at the end) */
34 #define _FSYNC 0x2000 /* do all writes synchronously */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/port/
H A Dfcntl.h24 #define JFFS2_O_DSYNC (O_DSYNC) /* Synchronized I/O data integrity writes */
27 #define JFFS2_O_SYNC (O_SYNC) /* Synchronized I/O file integrity writes */
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_att.rst8 an ATT client reads or writes an attribute belonging to an ATT server. Any device that needs to sen…
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dsyscall_open.c60 /* The file should be opened for both reads and writes. */ in __open()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_temp.h54 * This function initializes the TEMP module and writes to the hidden configuration register.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml251 Enables the Reliable Writes GATT procedure. (0/1)
362 Expiry time for incoming ATT queued writes (ms). If this much
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/src/
H A Dble_svc_ias.c64 * Writes the received value from a characteristic write to
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsio.h116 * Writes to the serial device.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsio.h117 * Writes to the serial device.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsio.h117 * Writes to the serial device.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_eddystone.c37 * Writes an eddystone header to the global service data buffer.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/src/
H A Dble_svc_lls.c64 * Writes the received value from a characteristic write to
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dstart_rvds.S776 ;// <0=> For reads BLSn are HIGH, for writes BLSn are LOW
777 ;// <1=> For reads BLSn are LOW, for writes BLSn are LOW
843 ;// <0=> For reads BLSn are HIGH, for writes BLSn are LOW
844 ;// <1=> For reads BLSn are LOW, for writes BLSn are LOW
910 ;// <0=> For reads BLSn are HIGH, for writes BLSn are LOW
911 ;// <1=> For reads BLSn are LOW, for writes BLSn are LOW
977 ;// <0=> For reads BLSn are HIGH, for writes BLSn are LOW
978 ;// <1=> For reads BLSn are LOW, for writes BLSn are LOW
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dhmac.h119 * Writes the HMAC tag into the tag buffer
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h438 * Initiates GATT procedure: Reliable Writes. This function consumes the
618 * reads or writes a locally registered characteristic or descriptor, an
636 * o For writes: This is already populated with the value being written
H A Dble_att.h132 * Writes a locally registered attribute. This function consumes the supplied
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmFunc.h73 This function writes the given value to the Control Register.
363 This function writes the given value to the Control Register.
/nrf52832-nimble/rt-thread/components/drivers/mtd/
H A Dmtdnand.c312 /* Reject writes, which are not page aligned */ in nand_do_write_desc()
320 /* Don't allow multipage oob writes with offset */ in nand_do_write_desc()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h899 files and writes out uncompressed files. The utility would decode the
907 routines until it reads a complete deflate stream and writes out all of the
1117 Writes the given number of uncompressed bytes into the compressed file.
1124 Converts, formats, and writes the args to the compressed file under
1137 Writes the given null-terminated string to the compressed file, excluding
1153 Writes c, converted to an unsigned char, into the compressed file.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h899 files and writes out uncompressed files. The utility would decode the
907 routines until it reads a complete deflate stream and writes out all of the
1117 Writes the given number of uncompressed bytes into the compressed file.
1124 Converts, formats, and writes the args to the compressed file under
1137 Writes the given null-terminated string to the compressed file, excluding
1153 Writes c, converted to an unsigned char, into the compressed file.

1234