Searched refs:platform (Results 1 – 12 of 12) sorted by relevance
122 dedic_gpio_platform_t *platform = (dedic_gpio_platform_t *)arg; in dedic_gpio_default_isr() local125 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()
3 A Python-based, open-source, platform-independent utility to communicate with the ROM bootloader in…
4 This is the documentation for ``esptool.py`` - a Python-based, open source, platform independent ut…
10 import platform
125 # Replace this value in an adaptive way, if Kconfig isn't available on your platform
710 if sys.platform != "win32":845 if sys.platform == "darwin" and esp._get_pid() == 0x55D4:1093 if sys.platform == "darwin" and port.device.endswith(
68 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:
290 if sys.platform != "win32":
284 elif args.port.startswith('/dev/tty.') and sys.platform == 'darwin':
89 the size of a platform-independent implementation, as presented in TinyCrypt.
1871 if sys.platform != "win32":
583 bool "Enable mbedtls time support: platform-specific"