ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems)
0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
clock.h
Go to the documentation of this file.
1
22
#ifndef BSP_CLOCK_H
23
#define BSP_CLOCK_H
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#include "
bsp/config.h
"
30
42
void
bsp_clock_init
(
void
);
43
53
void
bsp_mpu_config
(
void
);
54
64
void
bsp_cache_enable
(
void
);
65
73
void
ExitRun0Mode
(
void
);
74
75
#ifdef __cplusplus
76
}
77
#endif
78
79
#endif
/* BSP_CLOCK_H */
config.h
bsp_cache_enable
void bsp_cache_enable(void)
Enable CPU caches.
bsp_mpu_config
void bsp_mpu_config(void)
Configure MPU regions.
bsp_clock_init
void bsp_clock_init(void)
Configure system clocks.
ExitRun0Mode
void ExitRun0Mode(void)
Enter Run0 mode exit sequence.
Definition
system_stm32h7xx.c:476
Core
Inc
bsp
clock.h
Generated on Fri Apr 17 2026 13:48:31 for ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) by
1.9.8