Trait cupi::bcm270x::PeripheralsBase [] [src]

pub trait PeripheralsBase {
    const PERI_BASE: usize;
    const GPIO_PADS: usize;
    const CLOCK_BASE: usize;
    const GPIO_BASE: usize;
    const GPIO_TIMER: usize;
    const GPIO_PWM: usize;
    const PAGE_SIZE: usize;
    const BLOCK_SIZE: usize;
}

Associated Constants

Implementors