esp_psram_check_ptr_addr() function
Check if the pointer is on PSRAM
Syntax
bool esp_psram_check_ptr_addr(const void *p); Return value
- False: the pointer isn't on PSRAM, or PSRAM isn't initialised successfully - True: the pointer is on PSRAM
esp_psram_check_ptr_addr() is called by 3 functions:
![]()
esp_psram_check_ptr_addr()
esp_psram_check_ptr_addr() reads 5 variables:
![]()
esp_psram_check_ptr_addr()