Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
clock_control_rts5912.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: Apache-2.0
3 *
4 * Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
5 * Author: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
6 */
7
13
14#include <stdint.h>
15
16#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RTS5912_H_
17#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RTS5912_H_
18
24
32
34
35#endif /* ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RTS5912_H_ */
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
RTS5912 system clock controller (SCCON) subsystem selector.
Definition clock_control_rts5912.h:26
uint32_t clk_div
Clock divider.
Definition clock_control_rts5912.h:30
uint32_t clk_idx
Clock index within the group.
Definition clock_control_rts5912.h:28
uint32_t clk_src
Clock source.
Definition clock_control_rts5912.h:29
uint32_t clk_grp
Clock group.
Definition clock_control_rts5912.h:27