/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ccb_act.c | 270 UINT8 seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_START, p_data->msg.multi.seid_list, in avdt_ccb_hdl_start_cmd() 271 p_data->msg.multi.num_seps, &err_code); in avdt_ccb_hdl_start_cmd() 338 if ((seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_SUSPEND, p_data->msg.multi.seid_list, in avdt_ccb_hdl_suspend_cmd() 339 p_data->msg.multi.num_seps, &err_code)) == 0 && in avdt_ccb_hdl_suspend_cmd() 509 memcpy(seid_list, p_data->msg.multi.seid_list, p_data->msg.multi.num_seps); in avdt_ccb_snd_start_cmd() 512 …if ((avdt_msg.hdr.err_param = avdt_scb_verify(p_ccb, AVDT_VERIFY_OPEN, p_data->msg.multi.seid_list, in avdt_ccb_snd_start_cmd() 513 p_data->msg.multi.num_seps, &avdt_msg.hdr.err_code)) == 0) { in avdt_ccb_snd_start_cmd() 515 avdt_scb_peer_seid_list(&p_data->msg.multi); in avdt_ccb_snd_start_cmd() 521 for (i = 0; i < p_data->msg.multi.num_seps; i++) { in avdt_ccb_snd_start_cmd() 551 for (i = 0; i < p_data->msg.multi.num_seps; i++) { in avdt_ccb_snd_start_rsp() [all …]
|
D | avdt_api.c | 622 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_StartReq() 623 evt.msg.multi.num_seps = num_handles; in AVDT_StartReq() 669 memcpy(evt.msg.multi.seid_list, p_handles, num_handles); in AVDT_SuspendReq() 670 evt.msg.multi.num_seps = num_handles; in AVDT_SuspendReq()
|
D | avdt_msg.c | 447 for (i = 0; i < p_msg->multi.num_seps; i++) { in avdt_msg_bld_multi() 448 AVDT_MSG_BLD_SEID(*p, p_msg->multi.seid_list[i]); in avdt_msg_bld_multi() 918 AVDT_MSG_PRS_SEID(p, p_msg->multi.seid_list[i]); in avdt_msg_prs_multi() 919 if (avdt_scb_by_hdl(p_msg->multi.seid_list[i]) == NULL) { in avdt_msg_prs_multi() 921 p_msg->hdr.err_param = p_msg->multi.seid_list[i]; in avdt_msg_prs_multi() 925 p_msg->multi.num_seps = (UINT8)i; in avdt_msg_prs_multi()
|
/hal_espressif-3.5.0/tools/test_apps/peripherals/usb/ |
D | README.md | 10 advanced features like CDC control request, multi-threaded or multi-device access,
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | unit-tests-legacy.rst | 75 The macro ``TEST_CASE_MULTIPLE_DEVICES`` is used to declare a multi-device test case. 113 To support this, we can define multi-stage test cases, to group a set of test functions:: 197 …multi_stage]`` tags tell the test runner whether a test case is a multi-device or multi-stage test… 200 After you select a multi-device test case, it will print sub menu:: 209 Similar to multi-device test cases, multi-stage test cases will also print sub-menu::
|
D | unit-tests.rst | 50 The following is an example of a multi-device test case: 78 The macro ``TEST_CASE_MULTIPLE_DEVICES`` is used to declare a multi-device test case. 101 …set first and then check the reset reason. To support this, we can define multi-stage test cases, … 230 After you select a multi-device test case, it will print sub-menu:: 239 Similar to multi-device test cases, multi-stage test cases will also print sub-menu::
|
/hal_espressif-3.5.0/components/spiffs/ |
D | project_include.cmake | 7 set(multi DEPENDS) variable 8 cmake_parse_arguments(arg "${options}" "" "${multi}" "${ARGN}")
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/ |
D | remote-serial-ports.rst | 15 …p-serial-bridge-rfc-2217>`__ and a `multi-port example <http://pyserial.readthedocs.io/en/latest/e…
|
/hal_espressif-3.5.0/components/esp_hw_support/ |
D | README.md | 5 or (2) may be multi-step operations involving/affecting multiple parts of the SoC.
|
/hal_espressif-3.5.0/.gitlab/ci/ |
D | README.md | 163 if a phrase has multi words, use `_` to concatenate them. 167 if a name has multi phrases, use `-` to concatenate them. 177 - if it's multi-type combination: `.if-ref-<release_name>-branch-<branch_name>`
|
/hal_espressif-3.5.0/tools/kconfig/ |
D | zconf.l | 188 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/ |
D | Gatt_Client_Multi_Connection_Example_Walkthrough.md | 4 This document presents a description of the multi-connection BLE GATT client example for the ESP32.… 6 …Example_Walkthrough.md) and is shown in the figure below. However, in the multi-connection impleme… 16 The multi-connection example’s main source file is [gattc_multi_connect.c](../main/gattc_multi_conn… 319 In this example we have reviewed the example code for the multi-connection GATT client. The client …
|
/hal_espressif-3.5.0/examples/protocols/modbus/serial/mb_master/ |
D | README.md | 26 …IG_MB_SLAVE_ADDR parameter in slave example can be configured to create Modbus multi slave segment. 37 Modbus multi slave segment connection schematic:
|
/hal_espressif-3.5.0/docs/en/third-party-tools/ |
D | platformio.rst | 33 is a command-line tool that consists of multi-platform build system, platform and
|
/hal_espressif-3.5.0/examples/protocols/modbus/tcp/mb_tcp_master/ |
D | README.md | 23 …IG_MB_SLAVE_ADDR parameter in slave example can be configured to create Modbus multi slave segment. 34 Modbus multi slave segment connection schematic:
|
/hal_espressif-3.5.0/docs/en/api-reference/network/ |
D | esp_eth.rst | 50 If the Least Significant bit in the first byte of the MAC address is set, the address is a multi-ca… 51 For example, 01-00-00-00-F0-00 and 33-45-67-89-AB-CD are multi-cast addresses, while 00-00-00-00-F0… 52 Packets with multi-cast destination addresses are designed to arrive and be important to a selected… 53 If the destination address field is the reserved multi-cast address, i.e. FF-FF-FF-FF-FF-FF, the pa… 56 …rates receive filters which can be used to discard or accept packets with multi-cast, broadcast an…
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | mem_alloc.rst | 9 Because ESP-IDF is a multi-threaded RTOS environment, each RTOS task has its own stack. By default,… 163 (Note: The multi heap API is used internally by the heap capabilities allocator. Most IDF programs …
|
D | console.rst | 37 …multi line editing modes. In single line mode, if the length of the command exceeds the width of t…
|
/hal_espressif-3.5.0/docs/en/get-started/ |
D | vscode-setup.rst | 20 * **Build**, with one click build and multi target build, you can easily build and deploy your appl…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/ |
D | README.md | 6 This example shows the usage of APIs to create a GATT multi-connection client. It can be used to co…
|
/hal_espressif-3.5.0/components/driver/ |
D | i2s.c | 1115 uint32_t multi; in i2s_calculate_common_clock() local 1118 … multi = p_i2s[i2s_num]->mclk_multiple ? p_i2s[i2s_num]->mclk_multiple : I2S_MCLK_MULTIPLE_256; in i2s_calculate_common_clock() 1131 multi = I2S_LL_BASE_CLK / rate; in i2s_calculate_common_clock() 1133 multi = 64 * chan_bit; in i2s_calculate_common_clock() 1140 p_i2s[i2s_num]->fixed_mclk : (rate * multi); in i2s_calculate_common_clock()
|
/hal_espressif-3.5.0/docs/en/hw-reference/esp32/ |
D | get-started-wrover-kit-v2.rst | 28 Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface… 95 FT2232 The FT2232 chip serves as a multi-protocol USB-to-serial bridge which can be pr…
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | esp32.inc | 116 - For multi-core targets, can be set to ``1`` to only enable single core debugging.
|
/hal_espressif-3.5.0/tools/unit-test-app/ |
D | README.md | 170 ### run a multi-stage test (type of test and child case numbers are autodetected) 176 ### run a list of different unit tests (one simple and one multi-stage test)
|
/hal_espressif-3.5.0/examples/peripherals/i2s/i2s_es8311/ |
D | README.md | 11 - High performance and low power multi-bit delta-sigma audio ADC and DAC
|