Searched refs:swap (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.5.0/components/app_trace/private_include/ |
D | esp_app_trace_membufs_proto.h | 39 esp_err_t (*swap)(uint32_t new_block_id); member
|
/hal_espressif-3.5.0/components/app_trace/port/riscv/ |
D | port.c | 71 .swap = esp_apptrace_riscv_buffer_swap, in esp_apptrace_jtag_hw_get()
|
/hal_espressif-3.5.0/components/app_trace/port/xtensa/ |
D | port.c | 224 .swap = esp_apptrace_trax_buffer_swap, in esp_apptrace_jtag_hw_get()
|
/hal_espressif-3.5.0/tools/catch/ |
D | catch.hpp | 521 swap( temp ); in operator =() 526 swap( temp ); in operator =() 529 void swap( Ptr& other ) { std::swap( m_p, other.m_p ); } in swap() function in Catch::Ptr 2865 void swap( TestCase& other ); 6147 std::swap( assertions.failedButOk, assertions.failed ); in runCurrentTest() 7506 void TestCase::swap( TestCase& other ) { in swap() function in Catch::TestCase 7507 test.swap( other.test ); in swap() 7508 name.swap( other.name ); in swap() 7509 className.swap( other.className ); in swap() 7510 description.swap( other.description ); in swap() [all …]
|
/hal_espressif-3.5.0/components/app_trace/ |
D | app_trace_membufs_proto.c | 94 proto->hw->swap(new_block_num); in esp_apptrace_membufs_swap()
|
/hal_espressif-3.5.0/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 682 …line void mcpwm_ll_deadtime_swap_out_path(mcpwm_dev_t *mcpwm, int operator_id, int path, bool swap) in mcpwm_ll_deadtime_swap_out_path() argument 684 if (swap) { in mcpwm_ll_deadtime_swap_out_path()
|
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 700 …line void mcpwm_ll_deadtime_swap_out_path(mcpwm_dev_t *mcpwm, int operator_id, int path, bool swap) in mcpwm_ll_deadtime_swap_out_path() argument 702 if (swap) { in mcpwm_ll_deadtime_swap_out_path()
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | dfu.rst | 33 … connections. Please try to swap the cables connecting to D+ and D- if your device is not detected.
|
D | deep-sleep-stub.rst | 34 If you want to swap between different deep sleep stubs at runtime, it is also possible to do this b…
|
D | freertos-smp.rst | 62 …- True atomic access to the same memory address is achieved via an atomic compare-and-swap instruc…
|
/hal_espressif-3.5.0/examples/system/himem/ |
D | README.md | 14 … by reserving some amount of address space, then allowing applications to swap in and out normally…
|
/hal_espressif-3.5.0/components/console/argtable3/ |
D | argtable3.c | 420 char *swap; in permute_args() local 438 swap = nargv[pos]; in permute_args() 442 ((char **)nargv)[cstart] = swap; in permute_args()
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/ |
D | troubleshooting.rst | 90 Try disconnecting anything from those pins (and/or swap to Dual I/O mode if you were previously usi…
|
/hal_espressif-3.5.0/docs/en/security/ |
D | secure-boot-v1.rst | 226 5. Byte-swap each 4 byte word of the ciphertext (^)
|