|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Files | |
| file | renesas_rcar_generic.h |
| Renesas R-Car generic access to clocks. | |
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. | |
| #define RCAR_CLOCK_SUBSYS | ( | clk | ) |
#include <zephyr/drivers/clock_control/renesas_rcar_generic.h>
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 ) |
#include <zephyr/drivers/clock_control/renesas_rcar_generic.h>
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 |
#include <zephyr/drivers/clock_control/renesas_rcar_generic.h>
Abstract the clock type used by the implementation.