Expand description
Timers
Pins can be used for PWM output in both push-pull mode (Alternate
) and open-drain mode
(AlternateOD
).
Re-exports§
pub use pwm_input::PwmInput;
pub use crate::gpio::alt::TimCPin as CPin;
pub use crate::gpio::alt::TimNCPin as NCPin;
pub use counter::*;
pub use delay::*;
pub use pwm::*;
pub use monotonic::*;
Modules§
Structs§
- CCR
- Wrapper type that indicates which register of the contained timer to use for DMA.
- Ch
- Channel wrapper
- DMAR
- Wrapper type that indicates which register of the contained timer to use for DMA.
- FTimer
- Timer wrapper for fixed precision timers.
- Timer
- Timer wrapper.
Enums§
- Center
Aligned Mode - Center-aligned mode selection
- Channel
- Error
- Event
- TIM interrupt events
- Flag
- TIM status flags
- Idle
State - Output Idle state
- Ocm
- Polarity
- Enum for IO polarity
- SysEvent
- SysTick interrupt events