Function itsybitsy_m4::qspi_master[][src]

pub fn qspi_master(
    mclk: &mut MCLK,
    qspi: QSPI,
    sck: impl Into<QspiSck>,
    cs: impl Into<QspiCs>,
    data: (impl Into<QspiD0>, impl Into<QspiD1>, impl Into<QspiD2>, impl Into<QspiD3>)
) -> Qspi<OneShot>
Expand description

Convenience for setting up the onboard QSPI flash. Enables the clocks for the QSPI peripheral in single data rate mode assuming 120MHz system clock, for 4MHz QSPI mode 0 operation.