pub trait SPI0Ext {
    fn flash(self) -> ESPFlash;
}

Required Methods

Implementations on Foreign Types

Implementors