/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | server_common.c | 119 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()
|
D | lighting_server.c | 226 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 …]
|
D | generic_server.c | 133 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 …]
|
D | sensor_server.c | 433 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()
|
D | time_scene_server.c | 599 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/ |
D | README.md | 36 - **`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/ |
D | server_common.h | 107 bool *optional);
|
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_hpm_enable.c | 52 #warning High Performance Mode (QSPI Flash > 80MHz) is optional feature that depends on flash model…
|
D | Kconfig | 42 …Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manua…
|
/hal_espressif-latest/tools/esptool_py/ |
D | pyproject.toml | 53 [project.optional-dependencies]
|
/hal_espressif-latest/components/log/ |
D | README.rst | 10 …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/ |
D | CMakeLists.txt | 329 # Additional optional dependencies for the mbedcrypto library
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 74 …The optional ``--spi-connection`` argument overrides the SPI flash connection configuration on ESP…
|
D | basic-commands.rst | 21 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/ |
D | serial-protocol.rst | 392 …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…
|
D | boot-mode-selection.rst | 28 …High/VCC, or No Connection (pin has internal weak pullup, external pullup resistor is optional) |
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 196 …Specify the names of partitions as a comma-delimited with optional spaces for readability. (Like t…
|