Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c119 bool *optional) in bt_mesh_server_get_optional() argument
122 delay == NULL || optional == NULL) { in bt_mesh_server_get_optional()
149 *optional = false; in bt_mesh_server_get_optional()
161 *optional = true; in bt_mesh_server_get_optional()
Dlighting_server.c226 bool optional = false; in light_lightness_set() local
238 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in light_lightness_set()
245 .lightness_set.op_en = optional, in light_lightness_set()
338 bool optional = false; in light_lightness_linear_set() local
350 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in light_lightness_linear_set()
357 .lightness_linear_set.op_en = optional, in light_lightness_linear_set()
758 bool optional = false; in light_ctl_set() local
776 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in light_ctl_set()
783 .ctl_set.op_en = optional, in light_ctl_set()
1007 bool optional = false; in light_ctl_temp_set() local
[all …]
Dgeneric_server.c133 bool optional = false; in gen_onoff_set() local
148 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in gen_onoff_set()
155 .onoff_set.op_en = optional, in gen_onoff_set()
314 bool optional = false; in gen_level_set() local
326 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in gen_level_set()
333 .level_set.op_en = optional, in gen_level_set()
411 bool optional = false; in gen_delta_set() local
422 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in gen_delta_set()
429 .delta_set.op_en = optional, in gen_delta_set()
531 bool optional = false; in gen_move_set() local
[all …]
Dsensor_server.c433 bool optional = false; in send_sensor_column_status() local
450 if (optional) { in send_sensor_column_status()
484 if (optional) { in send_sensor_column_status()
508 bool optional = false; in send_sensor_series_status() local
521 if (optional) { in send_sensor_series_status()
555 if (optional) { in send_sensor_series_status()
Dtime_scene_server.c599 bool optional = false; in scene_recall() local
615 if (bt_mesh_server_get_optional(model, ctx, buf, &trans_time, &delay, &optional)) { in scene_recall()
621 .scene_recall.op_en = optional, in scene_recall()
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md36 - **`sigo`** (optional): output signal, required if the pin is an output.
37 - **`sigi`** (optional): input signal, required if the pin is an output.
44 - Though the fields `sigi` and `sigo` are optional, at least one of them must be present in the tar…
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dserver_common.h107 bool *optional);
/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c52 #warning High Performance Mode (QSPI Flash > 80MHz) is optional feature that depends on flash model…
DKconfig42 …Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manua…
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml53 [project.optional-dependencies]
/hal_espressif-latest/components/log/
DREADME.rst10 …as the default level, but it can be set higher in order to compile more optional logs into the fir…
/hal_espressif-latest/components/mbedtls/
DCMakeLists.txt329 # Additional optional dependencies for the mbedcrypto library
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst74 …The optional ``--spi-connection`` argument overrides the SPI flash connection configuration on ESP…
Dbasic-commands.rst21 The ``--chip`` argument is optional when writing to flash, esptool will detect the type of chip whe…
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst392 …On the ESP8266 stub loader sending this command before interacting with SPI flash is optional. On …
404 …} stub loader sending this command before interacting with SPI flash is optional. On {IDF_TARGET_N…
Dboot-mode-selection.rst28 …High/VCC, or No Connection (pin has internal weak pullup, external pullup resistor is optional) |
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild196 …Specify the names of partitions as a comma-delimited with optional spaces for readability. (Like t…