[−][src]Crate stm32f4xx_hal
Re-exports
pub use embedded_hal as hal; |
pub use nb; |
Modules
| adc | Analog to digital converter configuration. According to CubeMx, all STM32F4 chips use the same ADC IP so this should be correct for all variants. |
| bb | Bit banding |
| delay | Delays |
| gpio | General Purpose Input / Output |
| i2c | |
| otg_fs | USB OTG full-speed peripheral |
| otg_hs | USB OTG high-speed peripheral |
| prelude | |
| qei | Quadrature Encoder Interface |
| rcc | |
| rng | |
| serial | |
| signature | Device electronic signature |
| spi | |
| stm32 | |
| time | |
| timer | Timers |
| watchdog | Watchdog peripherals |
Macros
| block | Turns the non-blocking expression |
Enums
| interrupt | Enumeration of all the interrupts |
Attribute Macros
| interrupt | Attribute to declare an interrupt (AKA device-specific exception) handler |