/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf_common.ld | 53 KEEP(*(.isr_vector)) 56 KEEP(*(.init)) 57 KEEP(*(.fini)) 75 KEEP(*(.eh_frame*)) 101 KEEP(*(.preinit_array)) 107 KEEP(*(SORT(.init_array.*))) 108 KEEP(*(.init_array)) 115 KEEP(*(SORT(.fini_array.*))) 116 KEEP(*(.fini_array)) 119 KEEP(*(.jcr*)) [all …]
|
H A D | nrf52_common.ld | 55 KEEP(*(.isr_vector)) 58 KEEP(*(.init)) 59 KEEP(*(.fini)) 77 KEEP(*(.eh_frame*)) 103 KEEP(*(.preinit_array)) 109 KEEP(*(SORT(.init_array.*))) 110 KEEP(*(.init_array)) 117 KEEP(*(SORT(.fini_array.*))) 118 KEEP(*(.fini_array)) 121 KEEP(*(.jcr*)) [all …]
|
H A D | nrf51_common.ld | 55 KEEP(*(.isr_vector)) 58 KEEP(*(.init)) 59 KEEP(*(.fini)) 77 KEEP(*(.eh_frame*)) 103 KEEP(*(.preinit_array)) 109 KEEP(*(SORT(.init_array.*))) 110 KEEP(*(.init_array)) 117 KEEP(*(SORT(.fini_array.*))) 118 KEEP(*(.fini_array)) 121 KEEP(*(.jcr*)) [all …]
|
H A D | nrf91_common.ld | 52 KEEP(*(.isr_vector)) 55 KEEP(*(.init)) 56 KEEP(*(.fini)) 104 KEEP(*(.preinit_array)) 110 KEEP(*(SORT(.init_array.*))) 111 KEEP(*(.init_array)) 118 KEEP(*(SORT(.fini_array.*))) 119 KEEP(*(.fini_array))
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_power.h | 198 NRF_POWER_ONRAM0, /**< Keep RAM block 0 on or off in system ON Mode */ 199 NRF_POWER_OFFRAM0, /**< Keep retention on RAM block 0 when RAM block is switched off */ 200 NRF_POWER_ONRAM1, /**< Keep RAM block 1 on or off in system ON Mode */ 201 NRF_POWER_OFFRAM1, /**< Keep retention on RAM block 1 when RAM block is switched off */ 202 NRF_POWER_ONRAM2, /**< Keep RAM block 2 on or off in system ON Mode */ 203 NRF_POWER_OFFRAM2, /**< Keep retention on RAM block 2 when RAM block is switched off */ 204 NRF_POWER_ONRAM3, /**< Keep RAM block 3 on or off in system ON Mode */ 205 NRF_POWER_OFFRAM3, /**< Keep retention on RAM block 3 when RAM block is switched off */ 215 …NRF_POWER_ONRAM0_MASK = 1U << NRF_POWER_ONRAM0, /**< Keep RAM block 0 on or off in system ON Mod… 216 …NRF_POWER_OFFRAM0_MASK = 1U << NRF_POWER_OFFRAM0, /**< Keep retention on RAM block 0 when RAM bloc… [all …]
|
H A D | nrf_vmc.h | 51 …NRF_VMC_POWER_S0 = VMC_RAM_POWER_S0POWER_Msk, ///< Keep retention on RAM section S0 of the partic… 52 …NRF_VMC_POWER_S1 = VMC_RAM_POWER_S1POWER_Msk, ///< Keep retention on RAM section S1 of the partic… 53 …NRF_VMC_POWER_S2 = VMC_RAM_POWER_S2POWER_Msk, ///< Keep retention on RAM section S2 of the partic… 54 …NRF_VMC_POWER_S3 = VMC_RAM_POWER_S3POWER_Msk, ///< Keep retention on RAM section S3 of the partic… 60 …NRF_VMC_RETENTION_S0 = VMC_RAM_POWER_S0RETENTION_Msk, ///< Keep RAM section S0 of the particular … 61 …NRF_VMC_RETENTION_S1 = VMC_RAM_POWER_S1RETENTION_Msk, ///< Keep RAM section S1 of the particular … 62 …NRF_VMC_RETENTION_S2 = VMC_RAM_POWER_S2RETENTION_Msk, ///< Keep RAM section S2 of the particular … 63 …NRF_VMC_RETENTION_S3 = VMC_RAM_POWER_S3RETENTION_Msk, ///< Keep RAM section S3 of the particular …
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | README.md | 23 KEEP(*(SORT(.ctors.*))) 24 KEEP(*(.ctors)) 26 KEEP (*(SORT(.init_array.*))) 27 KEEP (*(.init_array)) 50 KEEP(*(SORT(.dtors.*))) 51 KEEP(*(.dtors))
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd_structs.h | 29 "Connection: keep-alive\r\n", 30 "Connection: keep-alive\r\nContent-Length: ", 34 …,"Connection: keep-alive\r\nContent-Length: 77\r\n\r\n<html><body><h2>404: The requested file cann… 49 #define HTTP_HDR_CONN_KEEPALIVE 10 /* Connection: keep-alive (HTTP 1.1) */ 50 #define HTTP_HDR_KEEPALIVE_LEN 11 /* Connection: keep-alive + Content-Length: (HTTP 1.1)*/ 54 #define DEFAULT_404_HTML_PERSISTENT 14 /* default 404 body, but including Connection: keep-alive */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd_structs.h | 27 "Connection: keep-alive\r\n", 28 "Connection: keep-alive\r\nContent-Length: ", 32 …, "Connection: keep-alive\r\nContent-Length: 77\r\n\r\n<html><body><h2>404: The requested file can… 47 #define HTTP_HDR_CONN_KEEPALIVE 10 /* Connection: keep-alive (HTTP 1.1) */ 48 #define HTTP_HDR_KEEPALIVE_LEN 11 /* Connection: keep-alive + Content-Length: (HTTP 1.1)*/ 52 #define DEFAULT_404_HTML_PERSISTENT 14 /* default 404 body, but including Connection: keep-alive */
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in | 36 --keep-case|-k Keep next symbols' case (dont' upper-case it) 41 By default, $myname will upper-case the given symbol. Use --keep-case to keep 142 --keep-case|-k)
|
H A D | kconfig-tweak.in.patch | 16 By default, $myname will upper-case the given symbol. Use --keep-case to keep
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | SConscript | 32 LINKFLAGS = ' --keep *.o(FSymTab)' 35 LINKFLAGS = LINKFLAGS + ' --keep *.o(VSymTab) '
|
/nrf52832-nimble/rt-thread/src/ |
H A D | SConscript | 12 LINKFLAGS += ' --keep *.o(RTMSymTab) ' 14 LINKFLAGS += ' --keep *.o(.rti_fn.*) '
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | nodelist.h | 86 This is all we need to keep in-core for each raw node during normal 89 which nodes are currently valid. JFFSv1 always used to keep that whole 115 /* For each inode in the filesystem, we need to keep a record of 117 at read_inode() time to calculate it, and to keep sufficient information 119 dirent nodes) would take more space than this does. We also keep
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd_opts.h | 177 * include the "Connection: keep-alive" header (pass argument "-11" to makefsdata). 257 /* By default, the httpd is limited to send 2*pcb->mss to keep resource usage low 293 * that is opened. This allows to keep a state per connection/file.
|
H A D | mqtt.h | 66 /** keep alive time in seconds, 0 to disable keep alive functionality*/
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt.h | 75 /** keep alive time in seconds, 0 to disable keep alive functionality*/
|
H A D | httpd_opts.h | 245 * include the "Connection: keep-alive" header (pass argument "-11" to makefsdata). 325 /* By default, the httpd is limited to send 2*pcb->mss to keep resource usage low 362 * that is opened. This allows to keep a state per connection/file.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | adler32.c | 73 /* in case user likes doing a byte at a time, keep it fast */ 88 /* in case short lengths are provided, keep it somewhat fast */
|
H A D | FAQ | 55 Because we would like to keep zlib as a very small and simple 214 and keep an index of those locations, then you can start decompression 331 No. PKWare has apparently decided to keep that format proprietary, since
|
/nrf52832-nimble/rt-thread/examples/pm/ |
H A D | timer_app.c | 41 /* keep in timer mode */ in timer_app_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mqtt/ |
H A D | mqtt.c | 562 /* keep_alive > 0 means keep alive functionality shall be used */ in mqtt_cyclic_timer() 568 LWIP_DEBUGF(MQTT_DEBUG_WARN,("mqtt_cyclic_timer: Server incoming keep-alive timeout\n")); in mqtt_cyclic_timer() 573 … /* If time for a keep alive message to be sent, transmission has been idle for keep_alive time */ in mqtt_cyclic_timer() 575 LWIP_DEBUGF(MQTT_DEBUG_TRACE,("mqtt_cyclic_timer: Sending keep-alive message to server\n")); in mqtt_cyclic_timer() 884 /* If keep alive functionality is used */ in mqtt_tcp_recv_cb() 913 /* Reset keep-alive send timer and server watchdog */ in mqtt_tcp_sent_cb() 1206 /* Length is the sum of 2+"MQTT", protocol level, flags and keep alive */ in mqtt_client_connect() 1293 /* Append keep-alive */ in mqtt_client_connect()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/ |
H A D | syscfg.yml | 22 Whether to save data to sys/config, or just keep it in RAM.
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | math.c | 50 * To save multiplications and to keep the precision high, it's performed in sin() 125 * To save multiplications and to keep the precision high, it's performed in cos()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mqtt/ |
H A D | mqtt.c | 594 /* keep_alive > 0 means keep alive functionality shall be used */ in mqtt_cyclic_timer() 600 LWIP_DEBUGF(MQTT_DEBUG_WARN, ("mqtt_cyclic_timer: Server incoming keep-alive timeout\n")); in mqtt_cyclic_timer() 605 … /* If time for a keep alive message to be sent, transmission has been idle for keep_alive time */ in mqtt_cyclic_timer() 607 … LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_cyclic_timer: Sending keep-alive message to server\n")); in mqtt_cyclic_timer() 957 /* If keep alive functionality is used */ in mqtt_tcp_recv_cb() 986 /* Reset keep-alive send timer and server watchdog */ in mqtt_tcp_sent_cb() 1289 /* Length is the sum of 2+"MQTT", protocol level, flags and keep alive */ in mqtt_client_connect() 1405 /* Append keep-alive */ in mqtt_client_connect()
|