Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.tracemem17 … 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/
DKconfig.tracemem17 … 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/
Dremote-serial-ports.rst15 … 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…
Dadvanced-commands.rst68 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.
Dbasic-commands.rst211 …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/
DKconfig.mac7 single base MAC address.
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c369 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()
Davdt_scb_act.c865 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 …]
Davdt_ccb_act.c223 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()
Davdt_msg.c391 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/
DKconfig.tracemem17 … 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/
DKconfig.mac7 single base MAC address.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst37 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/
DKconfig.mac7 single base MAC address.
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.mac7 single base MAC address.
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.mac8 single base MAC address.
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.mac8 single base MAC address.
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DKconfig.mac8 single base MAC address.
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h386 tAVDT_EVT_HDR single; member
406 tAVDT_EVT_HDR single; member
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common85 …Note also that the DMA reserved pool may not be one single contiguous memory region, depending on …
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst67 … <https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit/>`_?
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst126 …p_efuse_custom_table.csv`` file. This example demonstrates how to define single eFuse fields, ``st…
/hal_espressif-latest/components/mbedtls/
DKconfig234 … 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/
DKconfig.spiram388 Enable this option to fix single bit errors inside 64Mbit PSRAM.
/hal_espressif-latest/components/esp_system/
DKconfig422 # Software implementation of Task Watchdog, handy for targets with only a single

12