Searched refs:reverse (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/ |
D | README.md | 23 …whole USB stack, deinitializing counterparts to functions above has to be called in reverse order.
|
/hal_espressif-3.6.0/components/heap/ |
D | heap_tlsf.c | 62 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() local 63 const int bit = 32 - __builtin_clz(reverse); in tlsf_ffs()
|
/hal_espressif-3.6.0/docs/ |
D | generate_chart.py | 66 reverse=True)
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-key-cmd.rst | 101 …n, will be burned in direct byte order. The encryption key is written in reverse byte order for co… 134 …es the bytes when writing. For this reason, an unprotected key will read back in the reverse order.
|
/hal_espressif-3.6.0/tools/kconfig/ |
D | kconfig-language.txt | 98 - reverse dependencies: "select" <symbol> ["if" <expr>] 100 below), reverse dependencies can be used to force a lower limit of 533 only reverse engineering techniques have been used to deduce semantics from
|
/hal_espressif-3.6.0/tools/ci/python_packages/idf_iperf_test_util/ |
D | IperfUtility.py | 142 index_list.reverse()
|
/hal_espressif-3.6.0/components/partition_table/ |
D | gen_esp32part.py | 259 last = sorted(self, reverse=True)[0]
|
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/ |
D | base_operations.py | 636 data_block.reverse()
|
/hal_espressif-3.6.0/tools/ |
D | idf_size.py | 913 s = sorted(s, key=lambda elem: elem[1]['flash_total'], reverse=True) 1074 s = sorted(s, key=lambda k_v: int(k_v[1]), reverse=True)
|
D | idf_tools.py | 1141 …versions_sorted = sorted(versions_for_platform.keys(), key=tool.versions.get, reverse=True) # typ…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | rmt.rst | 48 The reverse operation is performed by the receiver, where a series of pulses is decoded into a list…
|
D | mcpwm.rst | 87 * Introduce a dead time between outputs A and B when they are changing the state to reverse directi…
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32/ |
D | get-started-ethernet-kit-v1.1.rst | 374 …connections more foolproof (reduce chances of plugging in the B board in reverse orientation), the…
|
/hal_espressif-3.6.0/components/esp32/ |
D | Kconfig | 496 # Memory to reverse for trace, used in linker script
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | expected_output | 547 Running idf_size.py diff with app in reverse order... 760 Running idf_size.py diff --archives with app in reverse order... 1967 Running idf_size.py diff --files with app in reverse order... 2828 Running idf_size.py diff --archive_details with app in reverse order...
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | build-system.rst | 681 …d to avoid linker errors: Specify the specific symbols required for the "reverse" dependency as un…
|