Type Alias nrf52840_dongle::TemperatureDriver

source ·
pub(crate) type TemperatureDriver = TemperatureComponentType<Temp<'static>>;

Aliased Type§

struct TemperatureDriver {
    driver: &'static Temp<'static>,
    apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>,
    busy: Cell<bool>,
}

Fields§

§driver: &'static Temp<'static>§apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>§busy: Cell<bool>