Home
last modified time | relevance | path

Searched refs:esp_ptr_internal (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_cp_dma.c91 return esp_ptr_internal(src) && esp_ptr_internal(dst); in async_memcpy_impl_is_buffer_address_valid()
Dgdma.c399 …ESP_GOTO_ON_FALSE(esp_ptr_internal(user_data), ESP_ERR_INVALID_ARG, err, TAG, "user context not in… in gdma_register_tx_event_callbacks()
435 …ESP_GOTO_ON_FALSE(esp_ptr_internal(user_data), ESP_ERR_INVALID_ARG, err, TAG, "user context not in… in gdma_register_rx_event_callbacks()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_gpio.c133 …assert(esp_ptr_internal(&gpio_hal) && "If hold digital IO, the stack of the task calling esp_deep_… in esp_sleep_isolate_digital_gpio()
Desp_ds.c225 assert(esp_ptr_internal(p_data) && esp_ptr_word_aligned(p_data)); in esp_ds_encrypt_params()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h245 inline static bool esp_ptr_internal(const void *p) { in esp_ptr_internal() function
/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c316 (internal_ram && esp_ptr_internal(r_cur->address)) || in heap_trace_dump_base()
322 if (esp_ptr_internal(r_cur->address)) { in heap_trace_dump_base()
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c65 if (!esp_ptr_internal(host) && cfg->host_id == SPI1_HOST) { in memspi_host_init_pointers()
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c1094 if (!esp_ptr_internal(rmt_item)) { in rmt_write_items()
1238 if (!esp_ptr_internal(src)) { in rmt_write_sample()