Trait e310x_hal::clock::PrciExt

source ·
pub trait PrciExt {
    // Required method
    fn constrain(self) -> CoreClk;
}
Expand description

PrciExt trait extends PRCI peripheral.

Required Methods§

source

fn constrain(self) -> CoreClk

Constrains the PRCI peripheral so it plays nicely with the other abstractions.

Implementations on Foreign Types§

source§

impl PrciExt for PRCI

Implementors§