Quad Timer PWM? #148
-
According to the various documentation I've read for the Teensy 4.1, the board appears to have certain pins that are capable of PWM using the 'Quad Timer'. I can't seem to find a way to access this functionality through this crate or any of the re-exported crates ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's no quad timer driver available in imxrt-hal, and imxrt-iomuxc doesn't know which pins can be used with quad timers. Nevertheless, imxrt-ral exposes the registers and peripheral instances; they're available in the |
Beta Was this translation helpful? Give feedback.
There's no quad timer driver available in imxrt-hal, and imxrt-iomuxc doesn't know which pins can be used with quad timers. Nevertheless, imxrt-ral exposes the registers and peripheral instances; they're available in the
tmr
module. This could be the foundation for a quad timer driver.