Re-exports§
pub use py32_metapac as pac;
Modules§
- Analog to Digital Converter (ADC)
- Direct Memory Access (DMA)
- External Interrupts (EXTI)
- General-purpose Input/Output (GPIO)
- Inter-Integrated-Circuit (I2C)
- Interrupt definitions.
- Operating modes for peripherals.
- Types for the peripheral singletons.
- Time units
- Timers, PWM, quadrature decoder.
- Universal Synchronous/Asynchronous Receiver Transmitter (USART, UART, LPUART)
Macros§
- Convenience converting into reference.
Structs§
py32-halglobal configuration.- An exclusive reference to a peripheral.
- Struct containing all the peripheral singletons.
Traits§
- Trait for any type that can be used as a peripheral of type
P.
Functions§
- Initialize the
embassy-stm32HAL with the provided configuration.