pub type Cluster = MaybeArray<ClusterInfo>;Expand description
Cluster describes a sequence of neighboring registers within a peripheral.
Aliased Type§
enum Cluster {
Single(ClusterInfo),
Array(ClusterInfo, DimElement),
}Variants§
Implementations§
Source§impl Cluster
impl Cluster
Sourcepub fn validate_all(&self, lvl: ValidateLevel) -> Result<(), SvdError>
pub fn validate_all(&self, lvl: ValidateLevel) -> Result<(), SvdError>
Validate the Cluster recursively