Searched refs:logic (Results 1 – 25 of 44) sorted by relevance
12
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | hlinterrupts.rst | 20 …5 xt_highint5 Normally used by ESP-IDF debug logic :ref:`(See 1) <hlinterrupts-pin-notes… 30 …logic can be configured to run on `xt_highint4` or `xt_highint5` in :ref:`CONFIG_ESP_SYSTEM_CHECK_… 40 4 xt_highint4 Normally used by ESP-IDF debug logic
|
D | linux-host-testing.rst | 27 1. Unit tests which test program logic on a Linux machine, isolated through mocks.
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_basic/ |
D | README.md | 53 If you have a logic analyzer, you can use a logic analyzer to grab online data. The following table…
|
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/ |
D | ir_parser_rmt_nec.c | 90 static esp_err_t nec_parse_logic(ir_parser_t *parser, bool *logic) in nec_parse_logic() argument 103 *logic = logic_value; in nec_parse_logic()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | sleep_modes.rst | 66 …RTC IO module contains logic to trigger wakeup when a touch sensor interrupt occurs. You need to c… 79 …RTC IO module contains logic to trigger wakeup when one of RTC GPIOs is set to a predefined logic … 94 …RTC controller contains logic to trigger wakeup using multiple RTC GPIOs. One of the two logic fun…
|
/hal_espressif-3.6.0/components/tinyusb/ |
D | CMakeLists.txt | 16 # CONFIG_TINYUSB dependency has been garanteed by Kconfig logic,
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_es8311/ |
D | README.md | 116 If you have a logic analyzer, you can use a logic analyzer to grab GPIO signal directly. The follow…
|
/hal_espressif-3.6.0/tools/ldgen/ |
D | README.md | 13 - `generation.py` - contains bulk of the logic used to process fragments into output commands.
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_sync_example/ |
D | README.md | 24 It is recommended to have an oscilloscope or logic analyzer to verify the output pulse
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | twai.rst | 82 …lines represent/interpret a dominant bit as a low logic level (0V), and a recessive bit as a high … 84 …d is set to a low logic level (0V) whenever the TWAI controller reaches a bus-off state. The BUS-O… 89 …in logic level to the TX signal line can be observed on the RX line. Failing to do so will cause t…
|
D | touch_element.rst | 224 //Event handler logic 296 ... //Event handler logic 315 //Event handler logic
|
/hal_espressif-3.6.0/examples/storage/spiffsgen/ |
D | README.md | 59 The logic of the example is contained in a [single source file](./main/spiffsgen_example_main.c), a…
|
/hal_espressif-3.6.0/tools/kconfig/ |
D | kconfig-language.txt | 134 used to help visually separate configuration logic from help within 168 the input range of tristate symbols. The tristate logic used in the 169 expressions uses one more state than normal boolean logic to express the 525 translate Kconfig logic into boolean formulas and run a SAT solver on this to 546 abstraction the inferred semantics of Kconfig to translate Kconfig logic into
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | unit-tests-legacy.rst | 190 (2) "esp_ota_get_next_update_partition logic" [ota]
|
D | unit-tests.rst | 192 (2) "esp_ota_get_next_update_partition logic" [ota]
|
/hal_espressif-3.6.0/components/partition_table/ |
D | project_include.cmake | 20 # Note: partition_table CMakeLists.txt contains some logic to create a dummy
|
D | parttool.py | 263 … using the same fallback logic as the IDF bootloader', action='store_true')
|
/hal_espressif-3.6.0/examples/storage/ext_flash_fatfs/ |
D | README.md | 24 … NOR Flash chip connected to the ESP32. The SPI Flash chip must have 3.3V logic levels. The exampl…
|
/hal_espressif-3.6.0/components/esp_eth/ |
D | Kconfig | 108 Ethernet MAC engine on ESP32 doesn't feature a flow control logic.
|
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/ |
D | protocomm.rst | 18 …g the two way handshake. See :doc:`provisioning` for more details about the secure handshake logic.
|
D | wifi_provisioning.rst | 100 …* main application must implement some logic to call ``esp_wifi_`` APIs for erasing the credential… 101 …* main application must implement some logic to force start the provisioning irrespective of the p… 149 …ish, then de-initialize the manager to free up resources and finally start executing its own logic.
|
/hal_espressif-3.6.0/examples/build_system/cmake/multi_config/ |
D | README.md | 21 …is compiled and linked. See [component CMakeLists.txt file](main/CMakeLists.txt) for related logic.
|
/hal_espressif-3.6.0/tools/kconfig_new/ |
D | README.md | 9 … allow editing sdkconfig, without needing to reproduce all of the kconfig logic in a particular pr…
|
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/ |
D | Kconfig.projbuild | 295 Select which kind of IPv6 address the connect logic waits for.
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | esp_sdio_slave_protocol.rst | 117 …/api-reference/protocols/esp_serial_slave_link>` component implements the logic of this protocol f…
|
12