Crate py32_hal
Source pub use py32_metapac as pac;
- adc
- Analog to Digital Converter (ADC)
- dma
- Direct Memory Access (DMA)
- embassy
- exti
- External Interrupts (EXTI)
- flash
- gpio
- General-purpose Input/Output (GPIO)
- i2c
- Inter-Integrated-Circuit (I2C)
- interrupt
- Interrupt definitions.
- mode
- Operating modes for peripherals.
- peripherals
- Types for the peripheral singletons.
- rcc
- time
- Time units
- timer
- Timers, PWM, quadrature decoder.
- usart
- Universal Synchronous/Asynchronous Receiver Transmitter (USART, UART, LPUART)
- usb
- bind_interrupts
- into_ref
- Convenience converting into reference.
- Config
py32-hal
global configuration.- PeripheralRef
- An exclusive reference to a peripheral.
- Peripherals
- Struct containing all the peripheral singletons.
- Peripheral
- Trait for any type that can be used as a peripheral of type
P
.
- init
- Initialize the
embassy-stm32
HAL with the provided configuration.
- interrupt