@mchp-mcc/scf-avr8-tca-v1
v7.0.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
783
Maintainers
Keywords
Readme
16bit Timer/Counter Type A Driver
Overview
The flexible 16-bit PWM Timer/Counter type A (TCA) provides accurate program execution timing, frequency and waveform generation, and command execution.
A TCA consists of a base counter and a set of compare channels. The base counter can be used to count clock cycles or events, or let events control how it counts clock cycles. It has direction control and period setting that can be used for timing. The compare channels can be used together with the base counter to do compare match control, frequency generation, and pulse-width waveform modulation.
By default, the TCA is a 16-bit timer/counter. The timer/counter has a Split mode feature that splits it into two 8-bit timer/counters with three compare channels each.
Changelog
All notable changes to this project will be documented in this file.
[7.0.0] - 2024-10-23
New Features and Improvements
- M8PD-9494 :- Software quality improvements
- M8PD-9493 :- Add support for Initializer API generation options
- M8PD-9492 :- Use DFP defined macros in generated code
[6.0.11] - 2024-03-19
No changes from previous version
[6.0.10] - 2023-10-30
No changes from previous version