pub trait RccBus: Sealed {
    type Bus;
}
Expand description

Bus associated to peripheral

Associated Types

Bus type;

Implementors