esp_ptr_in_rom() function
Check if the given pointer is in ROM
Syntax
__attribute__((always_inline))
inline static bool esp_ptr_in_rom(const void *p);
Return value
true if `ptr` points to ROM, false else
![]()
inline static bool esp_ptr_in_rom(const void *p)
esp_ptr_in_rom() is called by 1 function:
![]()
esp_ptr_in_rom()
esp_ptr_in_rom():
![]()
esp_ptr_in_rom()