1 /* 2 * Component description for HMATRIXB 3 * 4 * Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries. 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 * 18 */ 19 20 /* file generated from device description file (ATDF) version 2023-03-17T09:48:59Z */ 21 #ifndef _PIC32CXSG61_HMATRIXB_COMPONENT_H_ 22 #define _PIC32CXSG61_HMATRIXB_COMPONENT_H_ 23 24 /* ************************************************************************** */ 25 /* SOFTWARE API DEFINITION FOR HMATRIXB */ 26 /* ************************************************************************** */ 27 28 /* -------- HMATRIXB_PRAS : (HMATRIXB Offset: 0x00) (R/W 32) Priority A for Slave -------- */ 29 #define HMATRIXB_PRAS_RESETVALUE _UINT32_(0x00) /* (HMATRIXB_PRAS) Priority A for Slave Reset Value */ 30 31 #define HMATRIXB_PRAS_Msk _UINT32_(0x00000000) /* (HMATRIXB_PRAS) Register Mask */ 32 33 34 /* -------- HMATRIXB_PRBS : (HMATRIXB Offset: 0x04) (R/W 32) Priority B for Slave -------- */ 35 #define HMATRIXB_PRBS_RESETVALUE _UINT32_(0x00) /* (HMATRIXB_PRBS) Priority B for Slave Reset Value */ 36 37 #define HMATRIXB_PRBS_Msk _UINT32_(0x00000000) /* (HMATRIXB_PRBS) Register Mask */ 38 39 40 /** \brief HMATRIXB register offsets definitions */ 41 #define HMATRIXB_PRAS_REG_OFST _UINT32_(0x00) /* (HMATRIXB_PRAS) Priority A for Slave Offset */ 42 #define HMATRIXB_PRBS_REG_OFST _UINT32_(0x04) /* (HMATRIXB_PRBS) Priority B for Slave Offset */ 43 44 #if !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) 45 /** \brief PRS register API structure */ 46 typedef struct 47 { 48 __IO uint32_t HMATRIXB_PRAS; /**< Offset: 0x00 (R/W 32) Priority A for Slave */ 49 __IO uint32_t HMATRIXB_PRBS; /**< Offset: 0x04 (R/W 32) Priority B for Slave */ 50 } hmatrixb_prs_registers_t; 51 52 #define HMATRIXB_PRS_NUMBER 16 53 54 /** \brief HMATRIXB register API structure */ 55 typedef struct 56 { /* HSB Matrix */ 57 __I uint8_t Reserved1[0x80]; 58 hmatrixb_prs_registers_t PRS[HMATRIXB_PRS_NUMBER]; /**< Offset: 0x80 */ 59 } hmatrixb_registers_t; 60 61 62 #endif /* !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) */ 63 #endif /* _PIC32CXSG61_HMATRIXB_COMPONENT_H_ */ 64