/* * Component description for HMATRIXB * * Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /* file generated from device description file (ATDF) version 2023-03-17T09:48:34Z */ #ifndef _PIC32CXSG41_HMATRIXB_COMPONENT_H_ #define _PIC32CXSG41_HMATRIXB_COMPONENT_H_ /* ************************************************************************** */ /* SOFTWARE API DEFINITION FOR HMATRIXB */ /* ************************************************************************** */ /* -------- HMATRIXB_PRAS : (HMATRIXB Offset: 0x00) (R/W 32) Priority A for Slave -------- */ #define HMATRIXB_PRAS_RESETVALUE _UINT32_(0x00) /* (HMATRIXB_PRAS) Priority A for Slave Reset Value */ #define HMATRIXB_PRAS_Msk _UINT32_(0x00000000) /* (HMATRIXB_PRAS) Register Mask */ /* -------- HMATRIXB_PRBS : (HMATRIXB Offset: 0x04) (R/W 32) Priority B for Slave -------- */ #define HMATRIXB_PRBS_RESETVALUE _UINT32_(0x00) /* (HMATRIXB_PRBS) Priority B for Slave Reset Value */ #define HMATRIXB_PRBS_Msk _UINT32_(0x00000000) /* (HMATRIXB_PRBS) Register Mask */ /* HMATRIXB register offsets definitions */ #define HMATRIXB_PRAS_REG_OFST _UINT32_(0x00) /* (HMATRIXB_PRAS) Priority A for Slave Offset */ #define HMATRIXB_PRBS_REG_OFST _UINT32_(0x04) /* (HMATRIXB_PRBS) Priority B for Slave Offset */ #if !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) /* PRS register API structure */ typedef struct { __IO uint32_t HMATRIXB_PRAS; /* Offset: 0x00 (R/W 32) Priority A for Slave */ __IO uint32_t HMATRIXB_PRBS; /* Offset: 0x04 (R/W 32) Priority B for Slave */ } hmatrixb_prs_registers_t; #define HMATRIXB_PRS_NUMBER 16 /* HMATRIXB register API structure */ typedef struct { /* HSB Matrix */ __I uint8_t Reserved1[0x80]; hmatrixb_prs_registers_t PRS[HMATRIXB_PRS_NUMBER]; /* Offset: 0x80 */ } hmatrixb_registers_t; #endif /* !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) */ #endif /* _PIC32CXSG41_HMATRIXB_COMPONENT_H_ */