Trait gd32vf103_hal::rcu::RcuExt[][src]

pub trait RcuExt {
    fn constrain(self) -> Rcu;
}

Extension trait that constrains the RCU peripheral

Required methods

fn constrain(self) -> Rcu[src]

Constrains the RCU peripheral so it plays nicely with the other abstractions

Loading content...

Implementations on Foreign Types

impl RcuExt for RCU[src]

Loading content...

Implementors

Loading content...