Struct nrf51dk::Platform [] [src]

pub struct Platform {
    ble_radio: &'static BLE<'static, Radio, VirtualMuxAlarm<'static, Rtc>>,
    button: &'static Button<'static, GPIOPin>,
    console: &'static Console<'static, UART>,
    gpio: &'static GPIO<'static, GPIOPin>,
    led: &'static LED<'static, GPIOPin>,
    temp: &'static TemperatureSensor<'static>,
    alarm: &'static AlarmDriver<'static, VirtualMuxAlarm<'static, Rtc>>,
    rng: &'static SimpleRng<'static, Trng<'static>>,
}

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