/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | uffs_fileem_ecc_soft.c | 55 int written; in femu_WritePage() local 82 written = fwrite(data, 1, data_len, emu->fp); in femu_WritePage() 84 if (written != data_len) { in femu_WritePage() 90 dev->st.io_write += written; in femu_WritePage() 104 written = fwrite(spare, 1, spare_len, emu->fp); in femu_WritePage() 105 if (written != spare_len) { in femu_WritePage() 111 dev->st.io_write += written; in femu_WritePage() 117 written = fwrite("\0", 1, 1, emu->fp); in femu_WritePage() 118 if (written != 1) { in femu_WritePage()
|
H A D | uffs_fileem_ecc_hw.c | 59 int written; in femu_hw_WritePageWithLayout() local 90 written = fwrite(data, 1, data_len, emu->fp); in femu_hw_WritePageWithLayout() 92 if (written != data_len) { in femu_hw_WritePageWithLayout() 98 dev->st.io_write += written; in femu_hw_WritePageWithLayout() 118 written = fwrite(spare, 1, spare_len, emu->fp); in femu_hw_WritePageWithLayout() 119 if (written != spare_len) { in femu_hw_WritePageWithLayout() 125 dev->st.io_write += written; in femu_hw_WritePageWithLayout() 131 written = fwrite("\0", 1, 1, emu->fp); in femu_hw_WritePageWithLayout() 132 if (written != 1) { in femu_hw_WritePageWithLayout()
|
H A D | uffs_fileem_share.c | 67 int written; in femu_InitFlash() local 120 written = fwrite(p, 1, full_page_size, emu->fp); in femu_InitFlash() 121 if (written != full_page_size) { in femu_InitFlash()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | zlib.3 | 56 written by Paul Marquess ([email protected]), 64 written by A.M. Kuchling ([email protected]), 73 written by Andreas Kupries ([email protected]), 79 written on top of 151 specifications were written by L. Peter Deutsch.
|
H A D | README | 44 A Perl interface to zlib written by Paul Marquess <[email protected]> is in the 48 A Python interface to zlib written by A.M. Kuchling <[email protected]> is 52 A zlib binding for TCL written by Andreas Kupries <[email protected]> is 55 An experimental package to read and write files in .zip format, written on top 89 and zlib specifications were written by L. Peter Deutsch. Thanks to all the 119 entirely written by Jean-loup Gailly and Mark Adler; it does not
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/ |
H A D | makefsdata.c | 579 size_t written, i, src_off=0; in process_file_data() local 592 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data() 593 LWIP_ASSERT("written == off", written == off); in process_file_data() 597 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data() 598 LWIP_ASSERT("written == off", written == off); in process_file_data() 813 int written = 0; in file_write_http_header() local 846 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 856 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 897 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 906 written += file_put_ascii(data_file, intbuf, cur_len, &i); in file_write_http_header() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 632 size_t written, i, src_off = 0; in process_file_data() local 634 LWIP_UNUSED_ARG(written); /* for LWIP_NOASSERT */ in process_file_data() 645 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data() 646 LWIP_ASSERT("written == off", written == off); in process_file_data() 650 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data() 651 LWIP_ASSERT("written == off", written == off); in process_file_data() 1031 int written = 0; in file_write_http_header() local 1064 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 1074 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 1115 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_store.h | 159 /** The type of object that failed to be written. */ 162 /** The object that failed to be written. */ 172 /** The type of object that may fail to be written. */ 207 * @param obj_type The type of object being written; one of the 211 * @return 0 if the object was successfully written;
|
H A D | ble_hs_hci.h | 46 * As there are 37 channels, only the first 37 bits get written. 54 * written here. This buffer must have a size 74 * As there are 37 channels, only the first 37 bits should be written are used.
|
H A D | ble_hs_id.h | 45 * @param out_addr On success, the generated address gets written 115 * written here.
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mtd.h | 68 uint8_t oobretlen; /* number of oob bytes written/read */ 73 size_t datretlen; /* number of data bytes written/read */ 74 uint8_t *datbuf; /* if NULL only oob are read/written */
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_vmc.h | 17 * software without specific prior written permission. 176 // written to the VMC peripheral. in nrf_vmc_ram_block_config() 192 // written to the VMC peripheral. in nrf_vmc_ram_block_power_set() 220 // written to the VMC peripheral. in nrf_vmc_ram_block_retention_set()
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf52_to_nrf52810.h | 17 software without specific prior written permission. 64 …different versions of nRF52 headers. By defining the following, any code written for any version o…
|
H A D | nrf52_to_nrf52840.h | 17 software without specific prior written permission. 64 …different versions of nRF52 headers. By defining the following, any code written for any version o…
|
/nrf52832-nimble/rt-thread/src/ |
H A D | device.c | 377 * @param pos the position of written 378 * @param buffer the data buffer to be written to device 381 * @return the actually written size on successful, otherwise negative returned. 460 * written data to physical hardware.
|
/nrf52832-nimble/rt-thread/components/libc/termios/ |
H A D | posix_termios.c | 35 * Don't make the change until all currently written data in tcsetattr() 40 /* Don't make the change until all currently written data in tcsetattr()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_addr.rst | 19 1. If the *DEVICEADDRTYPE* FICR register is written, read the address 46 Note: this method takes precedence over method 1. Whatever is written to
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | magic.h | 11 * distributions. No written agreement, license, or royalty fee is required 46 * from this software without specific prior written permission.
|
H A D | chpms.h | 11 * distributions. No written agreement, license, or royalty fee is required 48 * specific prior written permission.
|
H A D | magic.c | 11 * distributions. No written agreement, license, or royalty fee is required 46 * from this software without specific prior written permission.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd.h | 19 * derived from this software without specific prior written permission. 125 * "<!--#name-->" in file sent back to the client,should be written to pointer 130 * The handler returns the number of characters written to pcInsert excluding
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_eddystone.c | 43 * should be written. 64 * @param svc_data_len The amount of data written to the global
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbfuncholding_m.c | 15 * derived from this software without specific prior written permission. 94 * @param usRegData register data to be written 163 * @param pusDataBuffer data to be written 349 * @param pusDataBuffer data to be written
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb.h | 15 * derived from this software without specific prior written permission. 93 * \brief If register should be written or read. 317 * read or written by the protocol stack. The starting register address 352 * read or written by the protocol stack. If you are going to use 359 * If the buffer should be written by the callback function unused
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd.h | 19 * derived from this software without specific prior written permission. 135 * "<!--#name-->" in file sent back to the client, should be written to pointer 140 * The handler returns the number of characters written to pcInsert excluding
|