Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 129) sorted by relevance

123456

/hal_espressif-latest/components/heap/
Dheap_caps_init.c151 esp_err_t heap_caps_add_region(intptr_t start, intptr_t end) in heap_caps_add_region()
170 bool heap_caps_check_add_region_allowed(intptr_t heap_start, intptr_t heap_end, intptr_t start, int… in heap_caps_check_add_region_allowed()
207 esp_err_t heap_caps_add_region_with_caps(const uint32_t caps[], intptr_t start, intptr_t end) in heap_caps_add_region_with_caps()
Dmulti_heap_poisoning.c203 void block_absorb_post_hook(void *start, size_t size, bool is_free) in block_absorb_post_hook()
359 multi_heap_handle_t multi_heap_register(void *start, size_t size) in multi_heap_register()
419 bool multi_heap_internal_check_block_poisoning(void *start, size_t size, bool is_free, bool print_e… in multi_heap_internal_check_block_poisoning()
443 void multi_heap_internal_poison_fill_region(void *start, size_t size, bool is_free) in multi_heap_internal_poison_fill_region()
Dheap_private.h28 intptr_t start; member
/hal_espressif-latest/components/heap/include/
Dheap_memory_layout.h43 intptr_t start; ///< Start address of the region member
56 intptr_t start; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dmbo.c129 u8 start, u8 end) in wpas_mbo_non_pref_chan_attr_body()
151 struct wpabuf *mbo, u8 start, u8 end) in wpas_mbo_non_pref_chan_attr()
173 struct wpabuf *mbo, u8 start, in wpas_mbo_non_pref_chan_subelement()
189 u8 i, start = 0; in wpas_mbo_non_pref_chan_attrs() local
/hal_espressif-latest/components/spi_flash/sim/
DSpiFlash.cpp165 int start = 0; in write() local
203 int start = 0; in read() local
/hal_espressif-latest/components/efuse/private_include/
Desp_efuse_utility.h32 uint32_t start; member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dsha.h34 bool start; member
/hal_espressif-latest/components/esp_mm/
Dext_mem_layout.h21 uint32_t start; //laddr start member
/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_noos.c17 static IRAM_ATTR esp_err_t start(void *arg) in start() function
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Desp_flash.h34 esp_err_t (*start)(esp_flash_t *chip); member
Dsha.h25 bool start; member
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Desp_flash.h42 esp_err_t (*start)(esp_flash_t *chip); member
Dsha.h33 bool start; member
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Desp_flash.h34 esp_err_t (*start)(esp_flash_t *chip); member
Dsha.h25 bool start; member
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dstoppable_thread.py41 def start(self): member in StoppableThread
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Desp_flash.h34 esp_err_t (*start)(esp_flash_t *chip); member
Dsha.h25 bool start; member
/hal_espressif-latest/components/esp_phy/include/esp_private/
Dphy.h25 uint8_t start, end; /* the start and end index of phy i2c master command memory */ member
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random.c41 uint32_t start, now; in bootloader_fill_random() local
/hal_espressif-latest/components/mbedtls/port/
Desp_timing.c27 struct timeval start; member
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Ddebug_helpers.c100 esp_backtrace_frame_t start = { 0 }; in esp_backtrace_print() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_sbc.c179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) in A2D_BldSbcMplHdr()
/hal_espressif-latest/components/spi_flash/include/esp_private/
Dspi_flash_os.h207 spi_flash_guard_start_func_t start; /**< critical section start function. */ member

123456