Expand description
Prelude
Re-exports§
pub use flash::FlashExt as _stm32f30x_hal_flash_FlashExt;
pub use gpio::GpioExt as _stm32f30x_hal_gpio_GpioExt;
pub use rcc::RccExt as _stm32f30x_hal_rcc_RccExt;
pub use time::U32Ext as _stm32f30x_hal_time_U32Ext;
Traits§
- _embedded_
hal_ PwmPin - A single PWM channel / pin
- _embedded_
hal_ blocking_ delay_ Delay Ms - Millisecond delay
- _embedded_
hal_ blocking_ delay_ Delay Us - Microsecond delay
- _embedded_
hal_ blocking_ i2c_ Read - Blocking read
- _embedded_
hal_ blocking_ i2c_ Write - Blocking write
- _embedded_
hal_ blocking_ i2c_ Write Read - Blocking write + 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_ Output Pin Deprecated - Single digital push-pull output pin
- _embedded_
hal_ serial_ Read - Read half of a serial interface
- _embedded_
hal_ serial_ Write - Write half of a serial interface
- _embedded_
hal_ spi_ Full Duplex - Full duplex (master mode)
- _embedded_
hal_ timer_ Count Down - A count down timer