Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
clock_control_ti_cdce9xx.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Carl Zeiss Meditec AG
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_DRIVERS_CLOCK_CONTROL_TI_CDCE9XX_H_
13#define ZEPHYR_DRIVERS_CLOCK_CONTROL_TI_CDCE9XX_H_
14
16
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Keep the order, the driver relies on it. */
28#define CLOCK_CONTROL_TI_CDCE9XX_ALL (CLOCK_CONTROL_SUBSYS_ALL)
29#define CLOCK_CONTROL_TI_CDCE9XX_Y1 ((clock_control_subsys_t)1)
30#define CLOCK_CONTROL_TI_CDCE9XX_Y2 ((clock_control_subsys_t)2)
31#define CLOCK_CONTROL_TI_CDCE9XX_Y3 ((clock_control_subsys_t)3)
32#define CLOCK_CONTROL_TI_CDCE9XX_Y4 ((clock_control_subsys_t)4)
33#define CLOCK_CONTROL_TI_CDCE9XX_Y5 ((clock_control_subsys_t)5)
34#define CLOCK_CONTROL_TI_CDCE9XX_Y6 ((clock_control_subsys_t)6)
35#define CLOCK_CONTROL_TI_CDCE9XX_Y7 ((clock_control_subsys_t)7)
36#define CLOCK_CONTROL_TI_CDCE9XX_Y8 ((clock_control_subsys_t)8)
37#define CLOCK_CONTROL_TI_CDCE9XX_Y9 ((clock_control_subsys_t)9)
38
39#ifdef __cplusplus
40}
41#endif
42
44
45#endif /* ZEPHYR_DRIVERS_CLOCK_CONTROL_TI_CDCE9XX_H_ */
Main header file for clock control driver API.