1 /* 2 * Copyright (c) 2021 Sateesh Kotapati 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 /** 8 * @file 9 * @brief Register access macros for the EFR32BG22 SoC 10 * 11 */ 12 13 #ifndef EFR32BG22_SOC_H_ 14 #define EFR32BG22_SOC_H_ 15 16 #ifndef _ASMLANGUAGE 17 18 #include <em_common.h> 19 #include "../common/soc_gpio.h" 20 21 #endif /* !_ASMLANGUAGE */ 22 23 #endif /* EFR32BG22_SOC_H_ */ 24