pub unsafe extern "C" fn esp_dma_is_buffer_aligned(
ptr: *const c_void,
size: usize,
location: u32,
) -> bool
Expand description
@note This API will use MAX alignment requirement
pub unsafe extern "C" fn esp_dma_is_buffer_aligned(
ptr: *const c_void,
size: usize,
location: u32,
) -> bool
@note This API will use MAX alignment requirement