esp_intr_ptr_in_isr_region() function
Check if the given pointer is in the safe ISR area. In other words, make sure that the pointer's content is accessible at any time, regardless of the cache status
Syntax
bool esp_intr_ptr_in_isr_region(void* ptr); Return value
true if `ptr` points to ISR area, false else