Struct imix::Imix [] [src]

struct Imix {
    console: &'static Console<'static, USART>,
    gpio: &'static GPIO<'static, GPIOPin>,
    alarm: &'static AlarmDriver<'static, VirtualMuxAlarm<'static, Ast<'static>>>,
    temp: &'static TemperatureSensor<'static>,
    humidity: &'static HumiditySensor<'static>,
    ambient_light: &'static AmbientLight<'static>,
    adc: &'static Adc<'static, Adc>,
    led: &'static LED<'static, GPIOPin>,
    button: &'static Button<'static, GPIOPin>,
    spi: &'static Spi<'static, VirtualSpiMasterDevice<'static, Spi>>,
    ipc: IPC,
    ninedof: &'static NineDof<'static>,
    radio_driver: &'static RadioDriver<'static>,
    crc: &'static Crc<'static, Crccu<'static>>,
    usb_driver: &'static UsbSyscallDriver<'static, Client<'static, Usbc<'static>>>,
    nrf51822: &'static Nrf51822Serialization<'static, USART>,
}

Fields

Trait Implementations

impl Platform for Imix
[src]

[src]

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