/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | cmn_crt_authorities.csv | 8 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/ |
D | sdio_slave_ll.h | 28 #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
|
D | spi_ll.h | 40 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
|
D | mcpwm_ll.h | 31 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL) argument
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 28 #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
|
D | spi_ll.h | 40 #define SPI_LL_GET_HW(ID) ((ID)==0? &SPI1:((ID)==1? &SPI2 : &SPI3)) argument
|
D | mcpwm_ll.h | 29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1) argument
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espsecure_hsm.py | 88 (pkcs11.Attribute.ID, keyID), 101 (pkcs11.Attribute.ID, keyID),
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | index.rst | 9 * Read chip features and other related data such as MAC address or flash chip ID.
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-commands.rst | 139 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, …
|
D | flash-modes.rst | 77 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…
|
D | basic-options.rst | 30 …/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/ |
D | spi_ll.h | 41 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):((ID)==1? &GPSPI2 : &GPSPI3)) argument
|
D | mcpwm_ll.h | 29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1) argument
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):((ID)==1? &GPSPI2 : &GPSPI3)) argument
|
/hal_espressif-latest/components/heap/include/ |
D | heap_trace.inc | 21 /* Encode the CPU ID in the LSB of the ccount value */
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
|
D | mcpwm_ll.h | 29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL) argument
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 133 …| 4-5 | Chip ID (which ESP device is this image for) …
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 990 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/ |
D | summary_ESP32-C6.rst | 48 OPTIONAL_UNIQUE_ID (BLOCK2) Optional unique 128-bit ID
|
D | summary_ESP32-H2.rst | 47 OPTIONAL_UNIQUE_ID (BLOCK2) Optional unique 128-bit ID
|
D | summary_ESP32-C3.rst | 58 OPTIONAL_UNIQUE_ID (BLOCK2) Optional unique 128-bit ID
|