stm32f1-hal 0.12.3

HAL for the STM32F1 family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use super::{
    dma::DmaChannel as _,
    fugit::{ExtU32 as _, RateExtU32 as _},
    i2c::I2cPeriph as _,
    spi::{SpiBusInterface as _, Word as _},
    timer::{
        GeneralTimer as _, PwmChannel as _, TimerDirection as _, TimerWithPwm as _,
        TimerWithPwm1Ch as _, TimerWithPwm2Ch as _, TimerWithPwm3Ch as _, TimerWithPwm4Ch as _,
    },
    uart::{UartPeriph as _, UartPeriphWithDma as _},
};
pub use os_trait::prelude::*;