/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 15 The 3 remaining button/LED pairs are in elements 1 through 3. 17 the secondary elements will appear at 0x101, 0x102 and 0x103. 63 assigns sequential unicast addresses based on the number of elements 64 supported by the node. This example supports 4 elements per node. 67 health, and onoff. The secondary elements only
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | queue.h | 44 * A singly-linked list is headed by a single forward pointer. The elements 46 * the expense of O(n) removal for arbitrary elements. New elements can be 48 * Elements being removed from the head of the list should use the explicit 55 * head of the list and the other to the tail of the list. The elements are 57 * expense of O(n) removal for arbitrary elements. New elements can be added 59 * end of the list. Elements being removed from the head of the tail queue 66 * pointers for a hash table header). The elements are doubly linked 68 * traverse the list. New elements can be added to the list before 73 * list and the other to the tail of the list. The elements are doubly 75 * traverse the list. New elements can be added to the list before or [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/ |
H A D | syscfg.yml | 40 This count is used in creating a pool of elements used by the 41 code to enqueue various elements. In the case of the controller
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/ |
H A D | syscfg.yml | 40 This count is used in creating a pool of elements used by the 41 code to enqueue various elements. In the case of the controller
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 55 This count is used in creating a pool of elements used by the 56 code to enqueue various elements. In the case of the controller
|
/nrf52832-nimble/rt-thread/components/libc/aio/ |
H A D | posix_aio.c | 279 * control blocks. The nent argument indicates the number of elements in the 406 * nent elements. The array may contain NULL elements, which shall be ignored. 409 * elements of the array list become illegal addresses before all asynchronous I/O 412 * pointed to by the elements of the array list become illegal addresses prior to 437 * The nent argument specifies how many elements are members of the list; that is,
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | memp.c | 116 * Elements form a linked list. */ 136 /** This array holds the number of elements in each pool. */ 276 * Do an overflow check for all elements in every pool. 305 * Initialize the restricted areas of all memp elements in every pool. 359 /* create a linked list of memp elements */ in memp_init()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 88 assigns sequential unicast addresses based on the number of elements 89 supported by the node. This example supports 2 elements per node.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | device_composition.c | 147 static struct bt_mesh_elem elements[]; variable 225 if (bt_mesh_model_elem(model)->addr == elements[0].addr) { in gen_onoff_setunack() 228 } else if (bt_mesh_model_elem(model)->addr == elements[1].addr) { in gen_onoff_setunack() 358 if (bt_mesh_model_elem(model)->addr == elements[0].addr) { in gen_level_set_unack() 362 } else if (bt_mesh_model_elem(model)->addr == elements[1].addr) { in gen_level_set_unack() 456 if (bt_mesh_model_elem(model)->addr == elements[0].addr) { in gen_delta_set_unack() 460 } else if (bt_mesh_model_elem(model)->addr == elements[1].addr) { in gen_delta_set_unack() 541 if (bt_mesh_model_elem(model)->addr == elements[0].addr) { in gen_move_set_unack() 549 } else if (bt_mesh_model_elem(model)->addr == elements[1].addr) { in gen_move_set_unack() 1935 static struct bt_mesh_elem elements[] = { variable [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | memp_priv.h | 122 /** Number of elements */ 128 /** First free element of each pool. Elements form a linked list. */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/ |
H A D | main.c | 20 * the secondary elements will appear at 0x101, 0x102 and 0x103. 290 static struct bt_mesh_elem elements[] = { variable 299 .elem = elements, 300 .elem_count = ARRAY_SIZE(elements),
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | glue.h | 57 /** @brief Helper to declare elements of bt_data arrays 60 * elements which is then passed to bt_le_adv_start(). 73 /** @brief Helper to declare elements of bt_data arrays 76 * elements which is then passed to bt_le_adv_start().
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | trees.c | 125 int elems; /* max number of elements in the tree */ 242 int n; /* iterates over tree elements */ in tr_static_init() 414 int n; /* iterates over tree elements */ 501 int n, m; /* iterate over the tree elements */ 505 int overflow = 0; /* number of elements with bit length too large */ 573 * the given tree and the field len is set for all tree elements. 574 * OUT assertion: the field code is set for all tree elements of non 614 * IN assertion: the field freq is set for all tree elements. 626 int n, m; /* iterate over heap elements */ 659 /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree, [all …]
|
H A D | deflate.h | 137 uInt hash_size; /* number of elements in hash table */ 204 int heap_len; /* number of elements in the heap */ 240 * the same number of elements. To use different lengths, an extra flag
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | memp_priv.h | 144 /** Number of elements */ 150 /** First free element of each pool. Elements form a linked list. */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/src/ |
H A D | main.c | 373 static struct bt_mesh_elem elements[] = { variable 379 .elem = elements, 380 .elem_count = ARRAY_SIZE(elements),
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_comp.h | 177 * 'or' of elements from @ref nrfx_comp_evt_en_mask_t. 179 * 'or' of elements from @ref nrfx_comp_short_mask_t.
|
H A D | nrfx_power.h | 141 * This bit only informs the driver that elements for DCDC regulator 152 * This bit only informs the driver that elements for DCDC regulator
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | arm_math.h | 2544 * @brief Shifts the elements of a Q7 vector a specified number of bits. 2558 * @brief Shifts the elements of a Q15 vector a specified number of bits. 2572 * @brief Shifts the elements of a Q31 vector a specified number of bits. 2642 * @brief Negates the elements of a floating-point vector. 2654 * @brief Negates the elements of a Q7 vector. 2666 * @brief Negates the elements of a Q15 vector. 2678 * @brief Negates the elements of a Q31 vector. 2690 * @brief Copies the elements of a floating-point vector. 2702 * @brief Copies the elements of a Q7 vector. 2714 * @brief Copies the elements of a Q15 vector. [all …]
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | arm_math.h | 2680 * @brief Shifts the elements of a Q7 vector a specified number of bits. 2695 * @brief Shifts the elements of a Q15 vector a specified number of bits. 2710 * @brief Shifts the elements of a Q31 vector a specified number of bits. 2785 * @brief Negates the elements of a floating-point vector. 2798 * @brief Negates the elements of a Q7 vector. 2811 * @brief Negates the elements of a Q15 vector. 2824 * @brief Negates the elements of a Q31 vector. 2836 * @brief Copies the elements of a floating-point vector. 2848 * @brief Copies the elements of a Q7 vector. 2860 * @brief Copies the elements of a Q15 vector. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | sys_arch.txt | 99 Creates an empty mailbox for maximum "size" elements. Elements stored
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_hw.h | 35 /* Returns the number of hw whitelist elements */
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | psock.h | 91 * no user-visible elements, but is used through the functions 104 * elements.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | sys_arch.txt | 132 Creates an empty mailbox for maximum "size" elements. Elements stored
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | ex5.c | 16 sem_t sem_read; /* number of elements available for reading */
|