[][src]Trait e310x_hal::clock::AonExt

pub trait AonExt {
    fn constrain(self) -> AonClk;
}

AonExt trait extends AONCLK peripheral.

Required methods

fn constrain(self) -> AonClk

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

Loading content...

Implementations on Foreign Types

impl AonExt for AONCLK[src]

Loading content...

Implementors

Loading content...