Type Alias sma_q3::TemperatureDriver

source ·
pub(crate) type TemperatureDriver = TemperatureComponentType<Bmp280ComponentType<VirtualMuxAlarm<'static, Rtc<'static>>, I2CDevice<'static, TWI<'static>>>>;

Aliased Type§

struct TemperatureDriver {
    driver: &'static Bmp280<'static, VirtualMuxAlarm<'static, Rtc<'static>>, I2CDevice<'static, TWI<'static>>>,
    apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>,
    busy: Cell<bool>,
}

Fields§

§driver: &'static Bmp280<'static, VirtualMuxAlarm<'static, Rtc<'static>>, I2CDevice<'static, TWI<'static>>>§apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<0>>§busy: Cell<bool>