Function esp_idf_sys::esp_ptr_dma_ext_capable

source ยท
pub unsafe extern "C" fn esp_ptr_dma_ext_capable(
    p: *const c_void,
) -> bool
Expand description

@brief Check if the pointer is in external ram dma capable region

@param p pointer

@return true: capable; false: not capable