| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /**
- * \brief Instance header file for ATSAMD21J18A
- *
- * Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.
- *
- * Subject to your compliance with these terms, you may use Microchip software and any derivatives
- * exclusively with Microchip products. It is your responsibility to comply with third party license
- * terms applicable to your use of third party software (including open source software) that may
- * accompany Microchip software.
- *
- * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY,
- * APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, AND
- * FITNESS FOR A PARTICULAR PURPOSE.
- *
- * IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, INCIDENTAL OR CONSEQUENTIAL
- * LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF
- * MICROCHIP HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE FULLEST EXTENT
- * ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS IN ANY WAY RELATED TO THIS SOFTWARE WILL NOT
- * EXCEED THE AMOUNT OF FEES, IF ANY, THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE.
- *
- */
- /* file generated from device description version 2019-11-25T06:52:33Z */
- #ifndef _SAMD21_DMAC_INSTANCE_
- #define _SAMD21_DMAC_INSTANCE_
- /* ========== Instance Parameter definitions for DMAC peripheral ========== */
- #define DMAC_CH_BITS _UL_(4) /* Number of bits to select channel */
- #define DMAC_CH_NUM _UL_(12) /* Number of channels */
- #define DMAC_EVIN_NUM _UL_(4) /* Number of input events */
- #define DMAC_EVOUT_NUM _UL_(4) /* Number of output events */
- #define DMAC_LVL_BITS _UL_(2) /* Number of bit to select level priority */
- #define DMAC_LVL_NUM _UL_(4) /* Enable priority level number */
- #define DMAC_TRIG_BITS _UL_(6) /* Number of bits to select trigger source */
- #define DMAC_TRIG_NUM _UL_(45) /* Number of peripheral triggers */
- #define DMAC_INSTANCE_ID _UL_(36)
- #endif /* _SAMD21_DMAC_INSTANCE_ */
|