Zephyr API Documentation
4.4.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
15
16
#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
17
#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_AMEBA_CLOCK_CONTROL_H_
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
28
29
/*
30
* Select the appropriate Ameba clock Devicetree binding header
31
* according to the SoC series in use.
32
*/
33
#if defined(CONFIG_SOC_SERIES_AMEBADPLUS)
34
#include <
zephyr/dt-bindings/clock/amebadplus_clock.h
>
35
#elif defined(CONFIG_SOC_SERIES_AMEBAD)
36
#include <
zephyr/dt-bindings/clock/amebad_clock.h
>
37
#elif defined(CONFIG_SOC_SERIES_AMEBAG2)
38
#include <
zephyr/dt-bindings/clock/amebag2_clock.h
>
39
#else
40
#error "Please select the correct Ameba SoC series."
41
#endif
42
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#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.16.1