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

Bus associated to peripheral

Required Associated Types

Bus type;

Implementors