Home
last modified time | relevance | path

Searched refs:states (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dsensor_server.c45 state = &srv->states[i]; in send_sensor_descriptor_status()
63 state = &srv->states[i]; in send_sensor_descriptor_status()
112 state = &srv->states[i]; in send_sensor_data_status()
140 state = &srv->states[i]; in send_sensor_data_status()
193 state = &srv->states[i]; in send_sensor_cadence_status()
304 state = &srv->states[i]; in send_sensor_settings_status()
341 state = &srv->states[i]; in find_sensor_setting()
438 state = &srv->states[i]; in send_sensor_column_status()
513 state = &srv->states[i]; in send_sensor_series_status()
594 if (srv->state_count == 0U || srv->states == NULL) { in sensor_get()
[all …]
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md3 …ins how to generate pin muxing definitions to support pin states for Espressif SoCs. Pin states ar…
9 … `ESP32`). Pin muxing information will be derived from this file to support pin states description.
45 …r, the script expects an array. Failing to do so, may lead to unintended states generation. For ex…
73 Use those definitions on your pin states declarations.
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dsensor_server.h172 struct bt_mesh_sensor_state *states; member
179 struct bt_mesh_sensor_state *states; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_hci.h49 uint64_t states; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_sensor_model_api.h528 esp_ble_mesh_sensor_state_t *states; /*!< Parameters of the Sensor states */ member
536 esp_ble_mesh_sensor_state_t *states; /*!< Parameters of the Sensor states */ member
/hal_espressif-latest/tools/esptool_py/docs/en/
Dversions.rst37 …use ``esptool.py`` respects the semantic versioning specification (which states that breaking chan…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst15 * ``--force``. Suppress an error to burn eFuses. The tool checks for incompatible eFuse states to p…
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c133 bt_mesh_dev.le.states = (states_sh << 32) | states_fh; in bt_mesh_hci_init()