esp_ptr_dma_capable() function
End of common functions to be kept in sync with bootloader_memory_utils.h * Add app-specific functions below * Check if the pointer is dma capable
Syntax
__attribute__((always_inline))
inline static bool esp_ptr_dma_capable(const void *p);
Return value
true: capable; false: not capable
Examples
esp_ptr_dma_capable() is referenced by 3 libraries and example projects: