/hal_espressif-3.6.0/components/heap/ |
D | heap_tlsf.c | 125 size_t adjust = 0; in adjust_request_size() local 133 adjust = tlsf_max(aligned, block_size_min); in adjust_request_size() 136 return adjust; in adjust_request_size() 756 size_t adjust = adjust_request_size(size, ALIGN_SIZE); in tlsf_malloc() local 757 block_header_t* block = block_locate_free(control, adjust); in tlsf_malloc() 758 return block_prepare_used(control, block, adjust); in tlsf_malloc() 787 const size_t adjust = adjust_request_size(size, ALIGN_SIZE); in tlsf_memalign_offs() local 802 const size_t size_with_gap = adjust_request_size(adjust + align + gap_minimum - off_adjust, align); in tlsf_memalign_offs() 812 const size_t aligned_size = (adjust && align > ALIGN_SIZE) ? size_with_gap : adjust; in tlsf_memalign_offs() 852 return block_prepare_used(control, block, adjust); in tlsf_memalign_offs() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/button/ |
D | README.md | 39 > You can adjust the following macros within FreeRTOS to adjust the stack depth/queue length/task p…
|
/hal_espressif-3.6.0/examples/system/ulp_riscv/gpio/ |
D | README.md | 16 … To change the pin number, check the ESP32-S2 Chip Pin List document and adjust `gpio_num` and `ul…
|
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_basic/ |
D | README.md | 23 …quency of 5 kHz, duty cycle in 50%, and output GPIO pin. To change them, adjust `LEDC_FREQUENCY`, …
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v1/touch_pad_interrupt/ |
D | README.md | 12 …pulse counts. In certain cases we may need to use additional routines to adjust the threshold leve…
|
/hal_espressif-3.6.0/examples/peripherals/uart/uart_echo_rs485/ |
D | README.md | 33 …5 line driver connected to the ESP board (See picture above). To view or adjust default pins pleas…
|
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/ |
D | README.md | 16 …in. To change the pin number, check the ESP32 Chip Pin List document and adjust `gpio_num` and `ul…
|
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/ |
D | README.md | 54 …EQ_HDR_LEN` has been increased to 1024 in `sdkconfig.defaults`. User can adjust this value as per …
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/ |
D | README.md | 205 * 'p' - the setp size of expectation changed in every 50ms, it can adjust the expectation changing …
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | README_legacy.rst | 106 …on_mmap` may be given any arbitrary offset within the partition, it will adjust the returned point…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | mcpwm.rst | 84 There are couple of ways to adjust a signal on the outputs and changing how the motor operates. 86 …ency by calling :cpp:func:`mcpwm_set_frequency`. This may be required to adjust to electrical or m…
|
D | i2c.rst | 44 5. :ref:`i2c-api-customized-configuration` - adjust default I2C communication parameters (timings, …
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/ |
D | BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md | 188 Users can adjust the address of the destination node.
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | power_management.rst | 9 Power management algorithm included in ESP-IDF can adjust the advanced peripheral bus (APB) frequen…
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s2/ |
D | user-guide-esp32-s2-kaluga-1-kit.rst | 96 * Use together with the Touch panel to control audio playback and adjust volume
|
D | user-guide-esp32-s2-kaluga-1-kit-v1.2.rst | 95 * Use together with the Touch panel to control audio playback and adjust volume
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash.rst | 158 …on_mmap` may be given any arbitrary offset within the partition, it will adjust the returned point…
|
/hal_espressif-3.6.0/docs/en/get-started-legacy/ |
D | index.rst | 120 …tion folder for ESP-IDF. You can use any directory, but you will need to adjust paths for the comm…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | esp-wifi-mesh.rst | 280 … can be configured using :cpp:func:`esp_mesh_set_attempts`. Users should adjust the number of iter… 436 …one layer deeper as a result of the switch. `Parent Node Switching`_ may adjust the network layout… 446 …t node switching, a self-organized ESP-WIFI-MESH network can dynamically adjust its network layout…
|
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/ |
D | wifi_provisioning.rst | 232 … and so on, until all the 14 channels have been scanned. One may need to adjust this parameter as …
|
/hal_espressif-3.6.0/docs/en/get-started/ |
D | index.rst | 203 …tion folder for ESP-IDF. You can use any directory, but you will need to adjust paths for the comm…
|
/hal_espressif-3.6.0/tools/test_idf_monitor/tests/ |
D | in2.txt | 85 I (42171) wifi: ap channel adjust o:1,1 n:11,2
|