SmartSnippets DA1459x SDK
system_DA1459x.h
Go to the documentation of this file.
1 /**************************************************************************/
7 /*
8  * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9  *
10  * SPDX-License-Identifier: Apache-2.0
11  *
12  * Licensed under the Apache License, Version 2.0 (the License); you may
13  * not use this file except in compliance with the License.
14  * You may obtain a copy of the License at
15  *
16  * www.apache.org/licenses/LICENSE-2.0
17  *
18  * Unless required by applicable law or agreed to in writing, software
19  * distributed under the License is distributed on an AS IS BASIS, WITHOUT
20  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  * See the License for the specific language governing permissions and
22  * limitations under the License.
23  */
24 /* Copyright (c) 2023 Modified by Renesas Electronics Corporation and/or its affiliates. */
25 
26 
27 #ifndef SYSTEM_DA1459x_H
28 #define SYSTEM_DA1459x_H
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 #include <stdint.h>
35 #include <stdbool.h>
36 
40 extern uint32_t SystemCoreClock;
48 extern void SystemInit (void);
49 
50 
55 extern void SystemCoreClockUpdate (void);
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif /* SYSTEM_DA1459x_H */
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Update SystemCoreClock variable. Updates the SystemCoreClock with current core Clock retrieved from c...
SystemCoreClock
uint32_t SystemCoreClock
System Clock Frequency (Core Clock)
SystemInit
void SystemInit(void)
Setup the microcontroller system.