Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/port/xtensa/include/freertos/
Dportmacro_priv.h73 #define portVALID_TCB_MEM(ptr) (esp_ptr_internal(ptr) && esp_ptr_byte_accessible(ptr))
77 #define portVALID_STACK_MEM(ptr) (esp_ptr_internal(ptr) && esp_ptr_byte_accessible(ptr))
Dportmacro.h273 #define portVALID_TCB_MEM(ptr) (esp_ptr_internal(ptr) && esp_ptr_byte_accessible(ptr))
277 #define portVALID_STACK_MEM(ptr) (esp_ptr_internal(ptr) && esp_ptr_byte_accessible(ptr))
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32s2/
Dasync_memcpy_impl_cp_dma.c90 return esp_ptr_internal(src) && esp_ptr_internal(dst); in async_memcpy_impl_is_buffer_address_valid()
/hal_espressif-2.7.6/components/spi_flash/esp32s2/
Dflash_ops_esp32s2.c42 if (!esp_ptr_internal(src)) { in spi_flash_write_encrypted_chip()
/hal_espressif-2.7.6/components/spi_flash/esp32s3/
Dflash_ops_esp32s3.c42 if (!esp_ptr_internal(src)) { in spi_flash_write_encrypted_chip()
/hal_espressif-2.7.6/components/hal/
Dspi_flash_hal.c76 if (!esp_ptr_internal(data_out) && cfg->host_id == SPI1_HOST) { in spi_flash_hal_init()
/hal_espressif-2.7.6/components/spi_flash/esp32c3/
Dflash_ops_esp32c3.c43 if (!esp_ptr_internal(src) || (intptr_t)src & 0x3) { in spi_flash_write_encrypted_chip()
/hal_espressif-2.7.6/components/esp32s2/
Desp_ds.c180 assert(esp_ptr_internal(p_data) && esp_ptr_word_aligned(p_data)); in esp_ds_encrypt_params()
/hal_espressif-2.7.6/components/soc/include/soc/
Dsoc_memory_layout.h196 inline static bool IRAM_ATTR esp_ptr_internal(const void *p) { in esp_ptr_internal() function
/hal_espressif-2.7.6/components/spi_flash/
Dflash_ops.c477 bool direct_write = esp_ptr_internal(srcc) in spi_flash_write()
747 bool direct_read = esp_ptr_internal(dstc) in spi_flash_read()
Dflash_mmap.c163 if (!esp_ptr_internal(pages)) { in spi_flash_mmap_pages()
/hal_espressif-2.7.6/components/driver/
Drmt.c1119 if (!esp_ptr_internal(rmt_item)) { in rmt_write_items()
1257 if (!esp_ptr_internal(src)) { in rmt_write_sample()
Di2c.c1151 if (cmd_link->cmd.data != NULL && !esp_ptr_internal(cmd_link->cmd.data)) { in is_cmd_link_buffer_internal()