esp_mmu_map_get_max_consecutive_free_block_size() function
Get largest consecutive free external virtual memory block size, with given capabilities and given physical target
Arguments
caps
Bitwise OR of MMU_MEM_CAP_* flags indicating the memory block
target
Physical memory target you're going to map to, see `mmu_target_t`.
out_len
Largest free block length, in bytes.
Return value
- ESP_OK - ESP_ERR_INVALID_ARG: Invalid arguments, could be null pointer
esp_mmu_map_get_max_consecutive_free_block_size() is called by 2 functions and calls 3 functions:
![]()
esp_mmu_map_get_max_consecutive_free_block_size()
esp_mmu_map_get_max_consecutive_free_block_size() reads 12 variables:
![]()
esp_mmu_map_get_max_consecutive_free_block_size()