Trait e310x_hal::clock::AonExt

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

AonExt trait extends AONCLK peripheral.

Required Methods§

source

fn constrain(self) -> AonClk

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

Implementations on Foreign Types§

source§

impl AonExt for AONCLK

Implementors§