/* * Copyright (c) 2024 Yishai Jaffe * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Register access macros for the EFR32ZG23 SoC * */ #ifndef EFR32ZG23_SOC_H_ #define EFR32ZG23_SOC_H_ #ifndef _ASMLANGUAGE #include #include "../common/soc_gpio.h" #endif /* !_ASMLANGUAGE */ #endif /* EFR32ZG23_SOC_H_ */