Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/driver/gpio/
Ddedic_gpio.c122 dedic_gpio_platform_t *platform = (dedic_gpio_platform_t *)arg; in dedic_gpio_default_isr() local
125 portENTER_CRITICAL_ISR(&platform->spinlock); in dedic_gpio_default_isr()
126 uint32_t status = dedic_gpio_ll_get_interrupt_status(platform->dev); in dedic_gpio_default_isr()
127 dedic_gpio_ll_clear_interrupt_status(platform->dev, status); in dedic_gpio_default_isr()
128 portEXIT_CRITICAL_ISR(&platform->spinlock); in dedic_gpio_default_isr()
133 if (platform->cbs[channel]) { in dedic_gpio_default_isr()
134 …if (platform->cbs[channel](platform->in_bundles[channel], channel - platform->in_bundles[channel]-… in dedic_gpio_default_isr()
/hal_espressif-latest/tools/esptool_py/
DREADME.md3 A Python-based, open-source, platform-independent utility to communicate with the ROM bootloader in…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dindex.rst4 This is the documentation for ``esptool.py`` - a Python-based, open source, platform independent ut…
/hal_espressif-latest/west/
Dtools.py10 import platform
/hal_espressif-latest/components/soc/
DCMakeLists.txt125 # Replace this value in an adaptive way, if Kconfig isn't available on your platform
/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py710 if sys.platform != "win32":
845 if sys.platform == "darwin" and esp._get_pid() == 0x55D4:
1093 if sys.platform == "darwin" and port.device.endswith(
Dloader.py68 if sys.platform == "darwin":
336 if sys.platform == "win32":
355 if sys.platform.startswith("linux"):
578 if sys.platform == "darwin" and "tty" in active_port:
/hal_espressif-latest/tools/esptool_py/espefuse/
D__init__.py290 if sys.platform != "win32":
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py284 elif args.port.startswith('/dev/tty.') and sys.platform == 'darwin':
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst89 the size of a platform-independent implementation, as presented in TinyCrypt.
/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py1871 if sys.platform != "win32":
/hal_espressif-latest/components/mbedtls/
DKconfig583 bool "Enable mbedtls time support: platform-specific"