spi_flash_munmap() function
Release region previously obtained using spi_flash_mmap
Arguments
handle
Handle obtained from spi_flash_mmap
Notes
Calling this function will not necessarily unmap memory region. Region will only be unmapped when there are no other handles which reference this region. In case of partially overlapping regions it is possible that memory will be unmapped partially.