Type Alias stm32f412gdiscovery::TemperatureDriver

source ·
pub(crate) type TemperatureDriver = TemperatureComponentType<TemperatureSTMComponentType<AdcDevice<'static, Adc<'static>>>>;

Aliased Type§

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

Fields§

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