1 /* 2 * Copyright (c) 2024 Microchip Technology Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #ifndef _MEC5_VBAT_MEM_128B_V1_H 7 #define _MEC5_VBAT_MEM_128B_V1_H 8 9 /** @addtogroup Device_Peripheral_peripherals 10 * @{ 11 */ 12 13 /** 14 * @brief VBAT powered 128 byte SRAM (MEC_VBATM) 15 */ 16 17 typedef struct mec_vbatm_regs { /*!< (@ 0x4000A800) MEC_VBATM Structure */ 18 __IOM uint8_t VBMEM[128]; /*!< (@ 0x00000000) 8-bit access to VBAT memory */ 19 } MEC_VBATM_Type; /*!< Size = 128 (0x80) */ 20 21 /** @} */ /* End of group Device_Peripheral_peripherals */ 22 23 #endif /* _MEC5_VBAT_MEM_128B_V1_H */ 24