You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
321 B
20 lines
321 B
/* |
|
* Copyright (c) 2025 STMicroelectronics |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/** |
|
* @file SoC configuration macros for the STM32U3 family processors. |
|
*/ |
|
|
|
#ifndef _STM32U3_SOC_H_ |
|
#define _STM32U3_SOC_H_ |
|
|
|
#ifndef _ASMLANGUAGE |
|
|
|
#include <stm32u3xx.h> |
|
|
|
#endif /* !_ASMLANGUAGE */ |
|
|
|
#endif /* _STM32U3_SOC_H_ */
|
|
|