Zephyr API Documentation
4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ameba_clock_control.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2026 Realtek Semiconductor Corp.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
14
15
#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
16
#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
26
27
/*
28
* Select the appropriate Ameba clock Devicetree binding header
29
* according to the SoC series in use.
30
*/
31
#if defined(CONFIG_SOC_SERIES_AMEBADPLUS)
32
#include <
zephyr/dt-bindings/clock/amebadplus_clock.h
>
33
#elif defined(CONFIG_SOC_SERIES_AMEBAD)
34
#include <
zephyr/dt-bindings/clock/amebad_clock.h
>
35
#elif defined(CONFIG_SOC_SERIES_AMEBAG2)
36
#include <
zephyr/dt-bindings/clock/amebag2_clock.h
>
37
#else
38
#error "Please select the correct Ameba SoC series."
39
#endif
40
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_ */
amebad_clock.h
Realtek Amebad clock Devicetree bindings.
amebadplus_clock.h
Realtek Amebadplus clock Devicetree bindings.
amebag2_clock.h
Realtek Amebag2 clock Devicetree bindings.
zephyr
drivers
clock_control
ameba_clock_control.h
Generated on
for Zephyr API Documentation by
1.15.0