/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | state_binding.c | 62 case ONOFF_TEMP:/* Temp. update as per Light CTL temp. default state */ in state_binding() 63 case CTL_TEMP: /* Temp. update as per Light CTL temp. state */ in state_binding() 72 case LEVEL_TEMP:/* Temp. update as per Generic Level (s0) state */ in state_binding() 88 case ONPOWERUP: /* Lightness update as per Generic OnPowerUp state */ in state_binding() 101 case ONOFF: /* Lightness update as per Generic OnOff (root) state */ in state_binding() 119 case LEVEL: /* Lightness update as per Generic Level (root) state */ in state_binding() 124 case DELTA_LEVEL: /* Lightness update as per Gen. Level (root) state */ in state_binding() 125 /* This is as per Mesh Model Specification 3.3.2.2.3 */ in state_binding() 145 case ACTUAL: /* Lightness update as per Light Lightness Actual state */ in state_binding() 148 case LINEAR: /* Lightness update as per Light Lightness Linear state */ in state_binding() [all …]
|
H A D | publisher.c | 138 /* This is as per 6.1.3.1 in Mesh Model Specification */ in publish() 150 /* This is as per 6.1.3.1 in Mesh Model Specification */ in publish() 162 /* This is as per 6.1.3.1 in Mesh Model Specification */ in publish() 205 /* This is as per 6.1.3.1 in Mesh Model Specification */ in publish() 217 /* This is as per 6.1.3.1 in Mesh Model Specification */ in publish() 229 /* This is as per 6.1.3.1 in Mesh Model Specification */ in publish()
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 12 without the overhead of per-thread stacks. The purpose of protothreads 45 - Very small RAM overhead - only two bytes per protothread 83 the overhead of per-thread stacks. The purpose of protothreads is to 100 memory per protothread. Moreover, protothreads are implemented in pure 153 memory per protothread. The exact amount of memory required depends on 156 The standard C implementation requires only two bytes of state per 165 per protothread.
|
/nrf52832-nimble/rt-thread/libcpu/risc-v/common/ |
H A D | riscv-plic.h | 18 /* Priority Register - 32 bits per source */ 22 /* Pending Register - 1 bit per soirce */ 26 /* Enable Register - 0x80 per target */ 30 /* Priority Threshold Register - 0x1000 per target */ 34 /* Claim Register - 0x1000 per target */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_config.h | 69 * value is become larger than 'max pages per block' 91 * 'max pages per block' and (MAX_PAGE_BUFFERS - CLONE_BUFFERS_THRESHOLD - 1). 106 * \note use global lock instead of per-device lock. 114 * \note use per-device lock.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | uffs_config.h | 69 * value is become larger than 'max pages per block' 91 * 'max pages per block' and (MAX_PAGE_BUFFERS - CLONE_BUFFERS_THRESHOLD - 1). 111 * \note use global lock instead of per-device lock. 119 * \note use per-device lock.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/ |
H A D | uffs_config.h | 69 * value is become larger than 'max pages per block' 91 * 'max pages per block' and (MAX_PAGE_BUFFERS - CLONE_BUFFERS_THRESHOLD - 1). 111 * \note use global lock instead of per-device lock. 119 * \note use per-device lock.
|
/nrf52832-nimble/rt-thread/components/drivers/cputime/ |
H A D | cputime.c | 18 * number of nanosecond per tick. 20 * @return the number of nanosecond per tick
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | dhcp6.h | 4 * IPv6 address autoconfiguration as per RFC 4862. 37 * IPv6 address autoconfiguration as per RFC 4862.
|
H A D | opt.h | 362 * per active UDP "connection". 424 * can be members at the same time (one per netif - allsystems group -, plus one 425 * per netif membership). 562 * resolution. By default, only the most recent packet is queued per IP address. 717 * filter per pcb on udp and raw send operations. To enable broadcast filter 1234 * TCP_OOSEQ_MAX_BYTES: The maximum number of bytes queued on ooseq per pcb. 1242 * TCP_OOSEQ_MAX_PBUFS: The maximum number of pbufs queued on ooseq per pcb. 1277 * TCP_MSS/4: Try to create 4 fragments or less per TCP packet. 1690 /** LWIP_NETCONN_SEM_PER_THREAD==1: Use one (thread-local) semaphore per 1692 * semaphore per netconn (and per select etc.) [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/port/sys/ |
H A D | stat.h | 129 /* Maximum simultaneous processes per real user ID. */ 157 /* Number of simultaneous supplementary group IDs per process. */ 190 /* The number of data keys per process. */ 193 /* The number of threads per process. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | contrib.txt | 17 2. indentation is two spaces per level (i.e. per tab).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | contrib.txt | 17 2. indentation is two spaces per level (i.e. per tab).
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | contrib.txt | 17 2. indentation is two spaces per level (i.e. per tab).
|
H A D | snmp_agent.txt | 12 SNMPv1 per RFC1157 22 MIB II per RFC1213
|
/nrf52832-nimble/rt-thread/components/libc/compilers/common/ |
H A D | gmtime_r.c | 14 /* seconds per day */ 17 /* days per month -- nonleap! */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 47 States of Servers are bounded as per Bluetooth SIG Mesh Model Specification v1.0 89 supported by the node. This example supports 2 elements per node.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | lowpan6_opts.h | 47 * contexts per netif type 60 /** LWIP_6LOWPAN_IPHC: set this to 0 to disable IP header compression as per
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 47 # during when the device is sleeping (in parts per million). 89 Manufacturer ID. Should be set to unique ID per manufacturer. 172 The number of usecs per period.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | opt.h | 424 * per active UDP "connection". 496 * can be members at the same time (one per netif - allsystems group -, plus one 497 * per netif membership). 538 * In that case, you need one per thread calling lwip_select.) 649 * resolution. By default, only the most recent packet is queued per IP address. 806 * filter per pcb on udp and raw send operations. To enable broadcast filter 1344 * TCP_OOSEQ_MAX_BYTES: The default maximum number of bytes queued on ooseq per 1354 * on ooseq per pcb, given the pcb. Only valid for TCP_QUEUE_OOSEQ==1 && 1356 * Use this to override TCP_OOSEQ_MAX_BYTES to a dynamic value per pcb. 1367 * TCP_OOSEQ_MAX_PBUFS: The default maximum number of pbufs queued on ooseq per [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll.c | 1343 /* 8 usecs per byte */ in ble_ll_pdu_tx_time_get() 1346 /* 4 usecs per byte */ in ble_ll_pdu_tx_time_get() 1349 /* S=8 => 8 * 8 = 64 usecs per byte */ in ble_ll_pdu_tx_time_get() 1352 /* S=2 => 2 * 8 = 16 usecs per byte */ in ble_ll_pdu_tx_time_get() 1396 /* 8 usecs per byte */ in ble_ll_pdu_max_tx_octets_get() 1399 /* 4 usecs per byte */ in ble_ll_pdu_max_tx_octets_get() 1402 /* S=8 => 8 * 8 = 64 usecs per byte */ in ble_ll_pdu_max_tx_octets_get() 1405 /* S=2 => 2 * 8 = 16 usecs per byte */ in ble_ll_pdu_max_tx_octets_get()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | vj.h | 46 * sequence number changes, one change per bit set in the header 134 * all the state data for one serial line (we need one of these per line).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | vj.h | 50 * sequence number changes, one change per bit set in the header 138 * all the state data for one serial line (we need one of these per line).
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | vj.h | 43 * sequence number changes, one change per bit set in the header 131 * all the state data for one serial line (we need one of these per line).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | sntp_opts.h | 110 * the originate, receive, transmit and destination timestamps, as per RFC. 198 /** Keep a reachability shift register per server
|