[][src]Trait lpc55_hal::peripherals::pmc::PowerControl

pub trait PowerControl {
    fn powered_on(&self, pmc: &mut Pmc);
fn powered_off(&self, pmc: &mut Pmc);
fn is_powered(&self, pmc: &Pmc) -> bool; }

Required methods

fn powered_on(&self, pmc: &mut Pmc)

Internal method

fn powered_off(&self, pmc: &mut Pmc)

Internal method

fn is_powered(&self, pmc: &Pmc) -> bool

Internal method

Loading content...

Implementations on Foreign Types

impl PowerControl for USB0[src]

impl PowerControl for USBPHY[src]

impl PowerControl for ADC0[src]

Loading content...

Implementors

impl PowerControl for ClocksSupport32KhzFroToken[src]

Loading content...