[][src]Module stm32l0xx_hal::prelude

Re-exports

pub use crate::adc::AdcExt as _stm32l0xx_hal_analog_AdcExt;
pub use crate::delay::DelayExt as _stm32l0xx_hal_delay_DelayExt;
pub use crate::exti::ExtiExt as _stm32l0xx_hal_exti_ExtiExt;
pub use crate::gpio::GpioExt as _stm32l0xx_hal_gpio_GpioExt;
pub use crate::i2c::I2c1Ext as _stm32l0xx_hal_i2c_I2c1Ext;
pub use crate::pwm::PwmExt as _stm32l0xx_hal_pwm_PwmExt;
pub use crate::rcc::RccExt as _stm32l0xx_hal_rcc_RccExt;
pub use crate::serial::Serial1Ext as _stm32l0xx_hal_serial_Serial1Ext;
pub use crate::serial::Serial2Ext as _stm32l0xx_hal_serial_Serial2Ext;
pub use crate::spi::SpiExt as _stm32l0xx_hal_spi_SpiExt;
pub use crate::time::U32Ext as _stm32l0xx_hal_time_U32Ext;
pub use crate::timer::TimerExt as _stm32l0xx_hal_timer_TimerExt;
pub use crate::watchdog::IndependedWatchdogExt as _stm32l0xx_hal_watchdog_IndependedWatchdogExt;
pub use crate::watchdog::WindowWatchdogExt as _stm32l0xx_hal_watchdog_WindowWatchdogExt;

Traits

_embedded_hal_Capture

Input capture

_embedded_hal_Pwm

Pulse Width Modulation

_embedded_hal_PwmPin

A single PWM channel / pin

_embedded_hal_Qei

Quadrature encoder interface

_embedded_hal_blocking_delay_DelayMs

Millisecond delay

_embedded_hal_blocking_delay_DelayUs

Microsecond delay

_embedded_hal_blocking_i2c_WriteRead

Blocking write + read

_embedded_hal_blocking_i2c_Write

Blocking write

_embedded_hal_blocking_i2c_Read

Blocking read

_embedded_hal_blocking_rng_Read

Blocking read

_embedded_hal_blocking_serial_Write

Write half of a serial interface (blocking variant)

_embedded_hal_blocking_spi_Transfer

Blocking transfer

_embedded_hal_blocking_spi_Write

Blocking write

_embedded_hal_digital_InputPin

Single digital input pin

_embedded_hal_digital_OutputPin

Single digital push-pull output pin

_embedded_hal_digital_ToggleableOutputPin

Output pin that can be toggled

_embedded_hal_serial_Read

Read half of a serial interface

_embedded_hal_serial_Write

Write half of a serial interface

_embedded_hal_spi_FullDuplex

Full duplex (master mode)

_embedded_hal_timer_CountDown

A count down timer

_hal_adc_OneShot

ADCs that sample on single channels per request, and do so at the time of the request.

_hal_watchdog_Watchdog

Feeds an existing watchdog to ensure the processor isn't reset. Sometimes commonly referred to as "kicking" or "refreshing".

_hal_watchdog_WatchdogEnable

Enables A watchdog timer to reset the processor if software is frozen or stalled.