esp_ptr_in_drom() function
Check if the pointer is in drom
Syntax
__attribute__((always_inline))
inline static bool esp_ptr_in_drom(const void *p);
Return value
true: is in drom; false: not in drom
Examples
esp_ptr_in_drom() is referenced by 1 libraries and example projects: