pub fn default_run_eeprom_transactions<T: Target + ?Sized>(
    spi: &T,
    transactions: &mut [Transaction<'_, '_>]
) -> Result<()>