/* * Copyright (c) 2024 STMicroelectronics * * SPDX-License-Identifier: Apache-2.0 */ /** * @file SoC configuration macros for the STM32U0 family processors. * */ #ifndef _STM32U0_SOC_H_ #define _STM32U0_SOC_H_ #ifndef _ASMLANGUAGE #include #endif /* !_ASMLANGUAGE */ #endif /* _STM32U0_SOC_H_ */