|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Renesas R-Car generic access to clocks. More...
Go to the source code of this file.
Macros | |
| #define | RCAR_DT_INST_CLOCKS_CELL_BY_IDX(inst, idx) |
| Helper similar to DT_INST_CLOCKS_CELL_BY_IDX. | |
| #define | RCAR_CLOCK_SUBSYS(clk) |
| Get access to a specific clock. | |
Typedefs | |
| typedef struct rcar_cpg_clk | rcar_generic_clk_t |
| Abstract the clock type used by the implementation. | |
Renesas R-Car generic access to clocks.
| #define RCAR_CLOCK_SUBSYS | ( | clk | ) |
Get access to a specific clock.
The way to retrieve the clock data depends on the platform.
| #define RCAR_DT_INST_CLOCKS_CELL_BY_IDX | ( | inst, | |
| idx ) |
Helper similar to DT_INST_CLOCKS_CELL_BY_IDX.
Automatically load the correct clock settings according to the target platform. The usage is identical to DT_INST_CLOCKS_CELL_BY_IDX.
| typedef struct rcar_cpg_clk rcar_generic_clk_t |
Abstract the clock type used by the implementation.