Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 40) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dcmn_crt_authorities.csv8 DigiCert,DigiCert Assured ID Root CA
9 DigiCert,DigiCert Assured ID Root G2
10 DigiCert,DigiCert Assured ID Root G3
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h28 #define sdio_slave_ll_get_slc(ID) (&SLC) argument
30 #define sdio_slave_ll_get_host(ID) (&HOST) argument
32 #define sdio_slave_ll_get_hinf(ID) (&HINF) argument
Dspi_ll.h40 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
Dmcpwm_ll.h31 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL) argument
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h28 #define sdio_slave_ll_get_slc(ID) (&SLC) argument
30 #define sdio_slave_ll_get_host(ID) (&HOST) argument
32 #define sdio_slave_ll_get_hinf(ID) (&HINF) argument
Dspi_ll.h40 #define SPI_LL_GET_HW(ID) ((ID)==0? &SPI1:((ID)==1? &SPI2 : &SPI3)) argument
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1) argument
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espsecure_hsm.py88 (pkcs11.Attribute.ID, keyID),
101 (pkcs11.Attribute.ID, keyID),
/hal_espressif-latest/tools/esptool_py/docs/en/
Dindex.rst9 * Read chip features and other related data such as MAC address or flash chip ID.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst139 Read the Chip ID: chip_id
142 …The ``chip_id`` command allows you to read a 4 byte ID which forms part of the MAC address. It is …
144 … output is the same as the ``system_get_chip_id()`` SDK function. The chip ID is four bytes long, …
Dflash-modes.rst77 To enable automatic flash size detection based on SPI flash ID, add the argument ``esptool.py [...]…
79 …d the flash size by using the ``flash_id`` command and then looking up the ID from the output (see…
Dbasic-options.rst30 …/HT203001>`__'s list of USB devices to identify the manufacturer or device ID when the adapter is …
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h41 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):((ID)==1? &GPSPI2 : &GPSPI3)) argument
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1) argument
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):((ID)==1? &GPSPI2 : &GPSPI3)) argument
/hal_espressif-latest/components/heap/include/
Dheap_trace.inc21 /* Encode the CPU ID in the LSB of the ccount value */
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL) argument
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst133 …| 4-5 | Chip ID (which ESP device is this image for) …
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in990 bool "System ID"
993 Enable the DIS System ID characteristic
997 bool "PnP ID"
1000 Enable the DIS PnP ID characteristic
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C6.rst48 OPTIONAL_UNIQUE_ID (BLOCK2) Optional unique 128-bit ID
Dsummary_ESP32-H2.rst47 OPTIONAL_UNIQUE_ID (BLOCK2) Optional unique 128-bit ID
Dsummary_ESP32-C3.rst58 OPTIONAL_UNIQUE_ID (BLOCK2) Optional unique 128-bit ID

12