[][src]Trait e310x_hal::clock::PrciExt

pub trait PrciExt {
    fn constrain(self) -> CoreClk;
}

PrciExt trait extends PRCI peripheral.

Required methods

fn constrain(self) -> CoreClk

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

Loading content...

Implementations on Foreign Types

impl PrciExt for PRCI[src]

Loading content...

Implementors

Loading content...