Struct launchxl::Platform [] [src]

pub struct Platform {
    gpio: &'static GPIO<'static, GPIOPin>,
    led: &'static LED<'static, GPIOPin>,
    button: &'static Button<'static, GPIOPin>,
    alarm: &'static AlarmDriver<'static, VirtualMuxAlarm<'static, Rtc>>,
}

Fields

Trait Implementations

impl Platform for Platform
[src]

[src]

Platform-specific mapping of syscall numbers to objects that implement the Driver methods for that syscall Read more