Function esp_idf_sys::esp_ptr_byte_accessible

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

@brief Check if the pointer is byte accessible

@param p pointer

@return true: is byte accessible; false: not byte accessible