/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.tracemem | 17 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor) 28 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.tracemem | 17 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor) 28 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | remote-serial-ports.rst | 15 … two RFC2217 example programs - `a single-port example <http://pyserial.readthedocs.io/en/latest/e… 18 …s/383>`__. In order to work around this issue, a modified version of the single-port server exampl…
|
D | advanced-commands.rst | 68 The ``read_mem`` & ``write_mem`` commands allow reading and writing single words (4 bytes) of RAM. … 91 * ``--bytes 1`` sends the most common ``RDSR`` command (05h) and returns a single byte of status.
|
D | basic-commands.rst | 211 …For {IDF_TARGET_NAME}, elf2image produces a single output binary "image file". By default this has… 248 The ``merge_bin`` command will merge multiple binary files (of any kind) into a single file that ca…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.mac | 7 single base MAC address.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_api.c | 369 if ((p_evt->single.seid < AVDT_SEID_MIN) || (p_evt->single.seid > AVDT_SEID_MAX)) { in avdt_get_cap_req() 370 AVDT_TRACE_ERROR("seid: %d\n", p_evt->single.seid); in avdt_get_cap_req() 422 getcap.single.seid = seid; in AVDT_GetCapReq() 423 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq() 457 getcap.single.seid = seid; in AVDT_GetAllCapReq() 458 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetAllCapReq()
|
D | avdt_scb_act.c | 865 tAVDT_EVT_HDR single; in avdt_scb_init_open_req() local 871 single.seid = p_scb->peer_seid; in avdt_scb_init_open_req() 872 avdt_scb_event(p_scb, AVDT_SCB_API_OPEN_REQ_EVT, (tAVDT_SCB_EVT *) &single); in avdt_scb_init_open_req() 1070 tAVDT_EVT_HDR single; in avdt_scb_hdl_delay_rpt_cmd() local 1083 single.seid = p_scb->peer_seid; in avdt_scb_hdl_delay_rpt_cmd() 1084 avdt_scb_event(p_scb, AVDT_SCB_API_OPEN_REQ_EVT, (tAVDT_SCB_EVT *) &single); in avdt_scb_hdl_delay_rpt_cmd() 1107 tAVDT_EVT_HDR single; in avdt_scb_hdl_delay_rpt_rsp() local 1113 single.seid = p_scb->peer_seid; in avdt_scb_hdl_delay_rpt_rsp() 1114 avdt_scb_event(p_scb, AVDT_SCB_API_OPEN_REQ_EVT, (tAVDT_SCB_EVT *) &single); in avdt_scb_hdl_delay_rpt_rsp() 1169 tAVDT_EVT_HDR single; in avdt_scb_hdl_delay_rpt_tout() local [all …]
|
D | avdt_ccb_act.c | 223 p_scb = avdt_scb_by_hdl(p_data->msg.single.seid); in avdt_ccb_hdl_getcap_cmd() 461 avdt_msg_send_cmd(p_ccb, NULL, sig_id, (tAVDT_MSG *) &p_data->getcap.single); in avdt_ccb_snd_getcap_cmd()
|
D | avdt_msg.c | 391 AVDT_MSG_BLD_SEID(*p, p_msg->single.seid); in avdt_msg_bld_single() 791 AVDT_MSG_PRS_SEID(p, p_msg->single.seid); in avdt_msg_prs_single() 793 if (avdt_scb_by_hdl(p_msg->single.seid) == NULL) { in avdt_msg_prs_single() 1759 scb_hdl = msg.single.seid; in avdt_msg_ind()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.tracemem | 17 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.mac | 7 single base MAC address.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 37 A traditional "single" SPI (Serial Peripheral Interface) bus uses 4 pins for communication: 46 All of these signals are unidirectional. In single SPI mode, data is sent from the device to the ho… 53 …ith two bits per clock cycle. This doubles the data rate for some commands, compared to single SPI. 56 This doubles the data transfer rate compared to single SPI which only uses MISO to read data.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.mac | 7 single base MAC address.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.mac | 7 single base MAC address.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.mac | 8 single base MAC address.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.mac | 8 single base MAC address.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.mac | 8 single base MAC address.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 386 tAVDT_EVT_HDR single; member 406 tAVDT_EVT_HDR single; member
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 85 …Note also that the DMA reserved pool may not be one single contiguous memory region, depending on …
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 67 … <https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit/>`_?
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | index.rst | 126 …p_efuse_custom_table.csv`` file. This example demonstrates how to define single eFuse fields, ``st…
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 234 … This is a local optimization in handling a single, potentially long-lived connection. 403 on a single block at a time.
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 388 Enable this option to fix single bit errors inside 64Mbit PSRAM.
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 422 # Software implementation of Task Watchdog, handy for targets with only a single
|