|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Clock domain identifiers for the Aesc Silicon ElemRV-H SoC. More...
Files | |
| file | aesc-clock-controller.h |
| Clock domain identifiers for the Aesc Silicon ElemRV-H SoC. | |
Macros | |
| #define | HYDROGEN_CLK_SYSTEM 0 |
| System clock domain, drives the CPU and the peripheral bus. | |
| #define | HYDROGEN_CLK_DEBUG 1 |
| Debug clock domain, drives the debug module. | |
Clock domain identifiers for the Aesc Silicon ElemRV-H SoC.
These identifiers are used as the single clock specifier cell of an aesc,clock-controller node, e.g.
clocks = <&clkctrl HYDROGEN_CLK_SYSTEM>;
Each identifier is the zero-based index of the clock domain and matches the order of the domain list in the SoC.
| #define HYDROGEN_CLK_DEBUG 1 |
#include <aesc-clock-controller.h>
Debug clock domain, drives the debug module.
| #define HYDROGEN_CLK_SYSTEM 0 |
#include <aesc-clock-controller.h>
System clock domain, drives the CPU and the peripheral bus.