13#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_ARM_CLOCK_CONTROL_H_
14#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_ARM_CLOCK_CONTROL_H_
Main header file for clock control driver API.
arm_soc_state_t
CPU power state for which a clock can be configured.
Definition arm_clock_control.h:31
arm_bus_type_t
CMSDK peripheral bus type.
Definition arm_clock_control.h:25
@ SOC_SLEEP
Sleep state.
Definition arm_clock_control.h:33
@ SOC_ACTIVE
Active (run) state.
Definition arm_clock_control.h:32
@ SOC_DEEPSLEEP
Deep sleep state.
Definition arm_clock_control.h:34
@ CMSDK_APB
APB peripheral bus.
Definition arm_clock_control.h:27
@ CMSDK_AHB
AHB peripheral bus.
Definition arm_clock_control.h:26
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Clock control subsystem descriptor for ARM CMSDK SoCs.
Definition arm_clock_control.h:38
enum arm_soc_state_t state
CPU state the clock setting applies to.
Definition arm_clock_control.h:40
uint32_t device
Identifies the device on the bus.
Definition arm_clock_control.h:41
enum arm_bus_type_t bus
Peripheral bus the device sits on.
Definition arm_clock_control.h:39