/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_cfg_srv_model.c | 72 .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/ |
D | main.c | 72 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/ |
D | main.c | 75 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/ |
D | genie_mesh.c | 36 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/ |
D | main.c | 85 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/ |
D | app_mesh.c | 372 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/ |
D | main.c | 92 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/ |
D | main.c | 136 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/ |
D | CMakeLists.txt | 5 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/ |
D | main.c | 137 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/ |
D | main.c | 94 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/ |
D | main.c | 109 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/ |
D | main.c | 149 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/ |
D | ble-mesh-terminology.rst | 55 …- 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 … 136 …elements 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/ |
D | touch_element.rst | 14 …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/ |
D | ble_mesh_fast_prov_operation.c | 193 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/ |
D | main.c | 76 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/ |
D | README.md | 6 …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/ |
D | ble-mesh-terminology.rst | 57 …- "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/ |
D | aligenie_demo.c | 233 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/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 61 …elements 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/ |
D | README.md | 38 …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/ |
D | README.md | 5 …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/ |
D | Kconfig | 203 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/ |
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 193 static esp_ble_mesh_elem_t elements[] = { 259 static esp_ble_mesh_elem_t elements[] = {
|