Module stm32f4xx_hal::timer
source · [−]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 counter::*;
pub use delay::*;
pub use pwm::*;
pub use monotonic::*;
Modules
Structs
Wrapper type that indicates which register of the contained timer to use for DMA.
Channel wrapper
Wrapper type that indicates which register of the contained timer to use for DMA.
Timer wrapper for fixed precision timers.
Timer wrapper.
Enums
Constants
Traits
Output channels markers
Complementary output channels markers