Trait gd32vf103xx_hal::exmc::ExmcExt[][src]

pub trait ExmcExt {
    fn configure(
        self,
        pins: ExmcPins,
        conf: ExmcConfiguration,
        timing_conf: ExmcTimingConfiguration,
        rcu: &mut Rcu
    ) -> Exmc; }
Expand description

Extension trait that sets up the EXMC peripheral

Required methods

Configures the EXMC peripheral

Implementations on Foreign Types

Implementors