You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eMMC specification defines block size in bytes as 2^READ_BL_LEN so I think it would be much more convenient to return it as u32 instead of a BlockSize enum, which the user has to match to convert it back to a number