Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 89) sorted by relevance

1234

/hal_espressif-3.6.0/examples/peripherals/uart/nmea0183_parser/main/
DKconfig.projbuild41 Enabling this option will parse the following parameter from GGA statement:
50 Enabling this option will parse the following parameter from GSA statement:
60 Enabling this option will parse the following parameter from GSV statement:
69 Enabling this option will parse the following parameter from RMC statement:
80 Enabling this option will parse the following parameter from GLL statement:
89 Enabling this option will parse the following parameter from VTG statement:
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/
DESP32_SSP.md3 …will help you figure out how to set the parameter when calling `esp_bt_gap_set_security_param`, or…
52 If an authenticated link key is not required by the Host, the Authentication Requirements parameter
57 **Note**: If both Hosts set the Authentication_Requirements parameter to one of the above values, t…
59 If an authenticated link key is required by the Host, the Authentication Requirements parameter sha…
65 …e Authentication Requirements parameter to one of the above values, the Link Managers shall use th…
66 2. A Host that sets the Authentication_Requirements parameter to one of the above values shall veri…
69 If one or both devices have set the Authentication_Requirements parameter to one of the MITM Protec…
115 …whether or not required MITM protection for Authentication_Requirements parameter. Second, to set …
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Dmodbus.rst62 The API call uses the first parameter to recognize the type of port being initialized. Supported en…
106 …through the table called Data Dictionary and represents device physical parameter (such as tempera…
130 - The short address of the device with correspond parameter UID.
144 It is optional field and can be set to zero if the parameter is not used in the application.
162 .. note:: The ``cid`` and ``param_key`` have to be unique. Please use the prefix to the parameter k…
236 …nter to the Data Dictionary (called descriptor) must be provided as the parameter of the function …
255 The communication structure provided as a parameter is different for serial and TCP communication m…
320 …blocking Modbus request. The master sends a data request (as defined in parameter request structur…
324 …of a Modbus slave device. The additional data for request is taken from parameter description tabl…
359 …d as a name and cid parameter in corresponded slave device. The additional data for parameter requ…
[all …]
/hal_espressif-3.6.0/examples/protocols/modbus/serial/
DREADME.md32 The folder "mb_example_common" includes definitions of parameter structures for master and slave de…
60 E (949) MB_CONTROLLER_MASTER: mbc_master_get_parameter(111): SERIAL master get parameter failure er…
62 E (1029) MB_CONTROLLER_MASTER: mbc_master_get_parameter(111): SERIAL master get parameter failure e…
72 E (1692332) MB_CONTROLLER_MASTER: mbc_master_get_parameter(111): SERIAL master get parameter failur…
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_utils.c94 void unity_send_signal_param(const char* signal_name, const char *parameter) in unity_send_signal_param() argument
96 if (parameter == NULL) { in unity_send_signal_param()
99 printf("Send signal: [%s][%s]!\n", signal_name, parameter); in unity_send_signal_param()
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/
DREADME.md32 The folder "mb_example_common" one level above includes definitions of parameter structures for mas…
45 E (1692332) MB_CONTROLLER_MASTER: mbc_master_get_parameter(111): SERIAL master get parameter failur…
49 Check ability for communication pinging each slave configured in the master parameter description t…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dflash-modes.rst22 …``keep``, which keeps whatever value is already in the image file. This parameter can also be spec…
39 …``keep``, which keeps whatever value is already in the image file. This parameter can also be spec…
68 The default ``--flash_size`` parameter is ``keep``. This means that if no ``--flash_size`` argument…
75 The default ``flash_size`` parameter can also be overridden using the environment variable ``ESPTOO…
/hal_espressif-3.6.0/components/esptool_py/
Dproject_include.cmake243 # This function takes a fifth optional named parameter: "ALWAYS_PLAINTEXT". As
246 # this parameter is provided, then the image will be flahsed as plain text
247 # (not encrypted) on the target. This parameter will be ignored if build macro
256 # CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT and the parameter
376 # CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT and the parameter
402 # can use --encrypt-files parameter to specify which ones should be
405 # --encrypt parameter.
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_slave/
DREADME.md10 The slave example uses shared parameter structures defined in `examples/protocols/modbus/mb_example…
71 Note: The ```Modbus communiction mode``` parameter must be the same for master and slave example ap…
95 …eration, its timestamp, modbus address, access type, storage address in parameter structure and nu…
/hal_espressif-3.6.0/examples/wifi/espnow/
DREADME.md39 This parameter must be set to the same value for sending and recving devices.
41 This parameter must be set to the same value for sending and recving devices.
47 …When this parameter is enabled, the ESP32 device will send data at the PHY rate of 512Kbps or 256K…
/hal_espressif-3.6.0/components/lwip/test_afl_host/
DMakefile4 -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-unused-variable -DESP_PLATFORM -D IDF_V…
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_master/
DREADME.md9 …ce and gets alarm (relay in the slave device) when value of holding_data0 parameter exceeded limit.
26 The Kconfig ```Modbus slave address``` - CONFIG_MB_SLAVE_ADDR parameter in slave example can be con…
95 Define the communication mode parameter for master and slave in Kconfig - CONFIG_MB_COMM_MODE (must…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dadc.rst176 …see :cpp:type:`adc1_channel_t` and :cpp:type:`adc2_channel_t`, set as a parameter of above functio…
178 … and :cpp:func:`adc2_get_raw`. Reading width of ADC2 should be set as a parameter of :cpp:func:`ad…
242 …* is an estimate of the ADC reference voltage provided by the user as a parameter during character…
256 …fuse.py <https://github.com/espressif/esptool/wiki/espefuse>`_ tool with ``adc_info`` parameter ::
285 …fuse.py <https://github.com/espressif/esptool/wiki/espefuse>`_ tool with ``adc_info`` parameter ::
305 …1. Set an auto-calibration parameter of bandgap voltage reference. In this way, the difference men…
Dpcnt.rst38 … function :cpp:func:`pcnt_unit_config` with above :cpp:type:`pcnt_config_t` as the input parameter.
54 …:func:`pcnt_set_pin`. To disable particular input provide as a function parameter :cpp:type:`PCNT_…
Dsigmadelta.rst24 The range of the 'duty' input parameter of :cpp:func:`sigmadelta_set_duty` is from -128 to 127 (eig…
/hal_espressif-3.6.0/components/esp_phy/
DKconfig55 and the parameter policy is WIFI_COUNTRY_POLICY_MANUAL.
58 and the parameter policy is WIFI_COUNTRY_POLICY_AUTO.
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/include/
Dtest_utils.h215 void unity_send_signal_param(const char* signal_name, const char *parameter);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/
DGatt_Client_Multi_Connection_Example_Walkthrough.md46 …registration operation generates a GATT interface that is returned as a parameter in a registratio…
200 …me ``esp_ble_gattc_get_characteristic()`` function, this time, the last parameter is set to the cu…
222 * In order to pass this descriptor as a parameter we first define it as:
239parameter ``ESP_GATT_WRITE_TYPE_RSP`` is also passed to request that the server responds to the wr…
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_slave/
DREADME.md7 The slave example uses shared parameter structures defined in ```examples/protocols/modbus/mb_examp…
82 …eration, its timestamp, modbus address, access type, storage address in parameter structure and nu…
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/publish_connect_test/
DREADME.md17 * transport: string parameter, one of: tcp, ssl, ws, wss
/hal_espressif-3.6.0/components/spiffs/
Dproject_include.cmake52 # Last (optional) parameter is the encryption for the target. In our
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_function_with_shared_stack.rst13 passing that function as parameter
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md143 …s_if parameter. For initialization, this parameter is set to ``ESP_GATT_IF_NONE``, later when the …
211 … an additional esp_ble_adv_data_t type structure with the .set_scan_rsp parameter is set to true. …
362 The attr_control is the auto-respond parameter which can be set as ``ESP_GATT_AUTO_RSP`` to allow t…
/hal_espressif-3.6.0/examples/storage/spiffs/
DREADME.md37 Here is an example console output. In this case `format_if_mount_failed` parameter was set to `true…
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-faq.rst104 …esp_ble_mesh_config_client_set_state` with :code:`comp_data_get` in the parameter :cpp:type:`esp_b…
209 …- Add AppKey to nodes with :code:`app_key_add` in the parameter :cpp:type:`esp_ble_mesh_cfg_client…
210 …- Add subscription address to the models of nodes with :code:`model_sub_add` in the parameter :cpp…
211 …on information to the models of nodes with :code:`model_pub_set` in the parameter :cpp:type:`esp_b…
314 …sp_ble_mesh_config_client_set_state` with :code:`net_key_update` in the parameter :cpp:type:`esp_b…
316 …sp_ble_mesh_config_client_set_state` with :code:`app_key_update` in the parameter :cpp:type:`esp_b…
410 …_model_send_msg`. The default value (4 seconds) would be applied if the parameter :code:`msg_timeo…
415 …can use the API :cpp:func:`esp_ble_mesh_client_model_send_msg` with the parameter :code:`need_rsp`…

1234