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
26extern "C" {
27#endif
28
29#include "bsp/config.h"
30
42void bsp_clock_init(void);
43
53void bsp_mpu_config(void);
54
65
73void ExitRun0Mode(void);
74
75#ifdef __cplusplus
76}
77#endif
78
79#endif /* BSP_CLOCK_H */
void bsp_cache_enable(void)
Enable CPU caches.
void bsp_mpu_config(void)
Configure MPU regions.
void bsp_clock_init(void)
Configure system clocks.
void ExitRun0Mode(void)
Enter Run0 mode exit sequence.