Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/
DREADME.md23 …whole USB stack, deinitializing counterparts to functions above has to be called in reverse order.
/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c62 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/
Dgenerate_chart.py66 reverse=True)
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dburn-key-cmd.rst101 …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/
Dkconfig-language.txt98 - 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/
DIperfUtility.py142 index_list.reverse()
/hal_espressif-3.6.0/components/partition_table/
Dgen_esp32part.py259 last = sorted(self, reverse=True)[0]
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/
Dbase_operations.py636 data_block.reverse()
/hal_espressif-3.6.0/tools/
Didf_size.py913 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)
Didf_tools.py1141 …versions_sorted = sorted(versions_for_platform.keys(), key=tool.versions.get, reverse=True) # typ…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Drmt.rst48 The reverse operation is performed by the receiver, where a series of pulses is decoded into a list…
Dmcpwm.rst87 * 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/
Dget-started-ethernet-kit-v1.1.rst374 …connections more foolproof (reduce chances of plugging in the B board in reverse orientation), the…
/hal_espressif-3.6.0/components/esp32/
DKconfig496 # Memory to reverse for trace, used in linker script
/hal_espressif-3.6.0/tools/test_idf_size/
Dexpected_output547 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/
Dbuild-system.rst681 …d to avoid linker errors: Specify the specific symbols required for the "reverse" dependency as un…