esp_ptr_in_dram() function
Check if the pointer is in dram
Syntax
__attribute__((always_inline))
inline static bool esp_ptr_in_dram(const void *p);
Return value
true: is in dram; false: not in dram
esp_ptr_in_dram() is called by 5 functions:
![]()
esp_ptr_in_dram()
esp_ptr_in_dram():
![]()
esp_ptr_in_dram()