Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 25 of 41) sorted by relevance

12

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_cfg_srv_model.c72 .elements = config_server_elements,
88 .elements = config_client_elements,
110 .elements = gen_onoff_srv_elements,
132 .elements = gen_onoff_cli_elements,
185 .elements = test_perf_cli_elements,
200 .elements = test_perf_srv_elements,
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dmain.c72 static esp_ble_mesh_elem_t elements[] = { variable
78 .elements = elements,
79 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c75 static esp_ble_mesh_elem_t elements[] = { variable
81 .elements = elements,
82 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_mesh.c36 extern esp_ble_mesh_elem_t elements[];
268 reply_msg.p_elem = &elements[0]; in genie_indicate_hw_reset_event()
329 reply_msg.p_elem = &elements[0]; in genie_timer_operate_status()
350 request_msg.p_elem = &elements[0]; in genie_timer_unixtime_indicate()
374 reply_msg.p_elem = &elements[0]; in genie_timer_errcode_status()
476 reply_msg.p_elem = &elements[0]; in genie_timer_timing_setting_event()
583 reply_msg.p_elem = &elements[0]; in genie_timer_priordic_timing_setting_event()
627 reply_msg.p_elem = &elements[0]; in genie_timer_timing_remove_event()
650 request_msg.p_elem = &elements[0]; in genie_timer_timeout_indicate()
911 reply_msg.p_elem = &elements[p_elem->elem_index]; in genie_standart_indication()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
Dmain.c85 static esp_ble_mesh_elem_t elements[] = { variable
93 .elements = elements,
94 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/nimble/blemesh/main/
Dapp_mesh.c372 static struct bt_mesh_elem elements[] = { variable
378 .elem = elements,
379 .elem_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/main/
Dmain.c92 static esp_ble_mesh_elem_t elements[] = { variable
98 .elements = elements,
99 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/
Dmain.c136 static esp_ble_mesh_elem_t elements[] = { variable
142 .elements = elements,
143 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/peripherals/touch_sensor/touch_element/touch_elements_combination/main/
DCMakeLists.txt5 message(FATAL_ERROR "Touch elements combination example only available on esp32s2 now")
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dmain.c137 static esp_ble_mesh_elem_t elements[] = { variable
143 .elements = elements,
144 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c94 static esp_ble_mesh_elem_t elements[] = { variable
100 .elements = elements,
101 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c109 static esp_ble_mesh_elem_t elements[] = { variable
115 .elements = elements,
116 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dmain.c149 static esp_ble_mesh_elem_t elements[] = { variable
155 .elements = elements,
156 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-terminology.rst55 …- A node can contain one or more elements, with each having a unicast address and one or more mode…
57 …- The Composition Data state contains information about a node, the elements it includes, and the …
58 …te, users can know basic information of the node, such as the number of elements, and the models i…
130 …ddresses owned by elements which has not been configured yet or no address has been allocated are …
136elements of one or more nodes. For virtual addresses, the 15th and 14th bits are set to 1 and 0 re…
138 - A group address is an address that is programmed into zero or more elements
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dtouch_element.rst14 …routine will dispatch the touch sensor channel information to the touch elements(such as button, s…
206 2. To initialize touch elements(button/slider etc) by calling :cpp:func:`touch_xxxx_install`
233 //Using the default initializer to config Touch elements
263 2. To initialize the specified element, all the elements will not work before its constructor (:cpp…
278 …rtup an event handler task to obtain the touch element message, all the elements raw message could…
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_operation.c193 element = &comp->elements[i]; in example_handle_config_app_key_add_evt()
264 element = &comp->elements[i]; in example_add_fast_prov_group_address()
309 element = &comp->elements[i]; in example_delete_fast_prov_group_address()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dmain.c76 static esp_ble_mesh_elem_t elements[] = { variable
82 .elements = elements,
83 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/peripherals/touch_sensor/touch_element/touch_element_waterproof/
DREADME.md6 …he Touch Element library of capacitive Touch Sensor and setup the touch elements with touch elemen…
/hal_espressif-3.4.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-terminology.rst57 …- "The Composition Data state contains information about a node, the elements it includes, and the…
138 - "A group address is an address that is programmed into zero or more elements."
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Daligenie_demo.c233 esp_ble_mesh_elem_t elements[] = { variable
241 .elements = elements,
242 .element_count = ARRAY_SIZE(elements),
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md61elements are set up in the same order as the Heart Rate Profile attributes, starting with the serv…
71 * ``HRS_IDX_NB``: Number of table elements.
452 …on and to check that the size of the created table equals the number of elements in the enumeratio…
/hal_espressif-3.4.0/zephyr/scripts/pinctrl/
DREADME.md38 …composed of __integers__ and/or __2-sized arrays of integers__. Integer elements represent a pin n…
/hal_espressif-3.4.0/examples/peripherals/lcd/lvgl/
DREADME.md5 …s library for creating modern GUIs. It has plenty of built-in graphical elements with low memory f…
/hal_espressif-3.4.0/components/fatfs/
DKconfig203 maximum elements of each file entry would store.
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md193 static esp_ble_mesh_elem_t elements[] = {
259 static esp_ble_mesh_elem_t elements[] = {

12