Struct nrf52dk::Platform [] [src]

pub struct Platform {
    ble_radio: &'static BLE<'static, Radio, VirtualMuxAlarm<'static, Rtc>>,
    button: &'static Button<'static, GPIOPin>,
    console: &'static Console<'static, UARTE>,
    gpio: &'static GPIO<'static, GPIOPin>,
    led: &'static LED<'static, GPIOPin>,
    rng: &'static SimpleRng<'static, Trng<'static>>,
    temp: &'static TemperatureSensor<'static>,
    ipc: IPC,
    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