@mchp-mcc/dspic33a-interrupt
v1.0.1
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
90
Maintainers
Keywords
Readme
MCC Melody dsPIC33A Interrupt PLIB
Overview
Interrupt Module provides a tabular representation of all the Interrupts present in the system.
Features
- Interrupt Priority(IPL) can be assigned to a given interrupt based on the active Interrupts and relative priority or dependency between the interrupts.
- Alternate Working Register set can be assigned to any Interrupt Priority Level(IPL).
- Global Interrupt is non-editable and always enabled for a given device.
- Interrupts cannot be enabled as part of the table and needs to be enabled in the their respective Driver/PLIB.
Changelog
All notable changes to this project will be documented in this file.
[1.0.1] - 2024-07-18
New Features
- CC16SCRIP-9436 :- Updated link for API reference document