|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Files | |
| file | renesas_rz_cgc.h |
| Clock source divider and multiplier helpers for Renesas RZ devices. | |
Macros | |
| #define | RZ_CGC_SUBCLK_DIV(subclk) |
Resolve the divider constant for a sub-clock from its Devicetree div property. | |
| #define | RZ_CGC_SUBCLK_MUL(subclk) |
Resolve the multiplier constant for a sub-clock from its Devicetree mul property. | |
| #define | RZ_CGC_DIV_CKIO(n) |
| CKIO clock divider helper. | |
| #define | RZ_CGC_MUL_CPU0CLK(n) |
| CPU0 clock multiplier helper. | |
| #define | RZ_CGC_MUL_CPU1CLK(n) |
| CPU1 clock multiplier helper. | |
| #define RZ_CGC_DIV_CKIO | ( | n | ) |
#include <zephyr/drivers/clock_control/renesas_rz_cgc.h>
CKIO clock divider helper.
| #define RZ_CGC_MUL_CPU0CLK | ( | n | ) |
#include <zephyr/drivers/clock_control/renesas_rz_cgc.h>
CPU0 clock multiplier helper.
| #define RZ_CGC_MUL_CPU1CLK | ( | n | ) |
#include <zephyr/drivers/clock_control/renesas_rz_cgc.h>
CPU1 clock multiplier helper.
| #define RZ_CGC_SUBCLK_DIV | ( | subclk | ) |
#include <zephyr/drivers/clock_control/renesas_rz_cgc.h>
Resolve the divider constant for a sub-clock from its Devicetree div property.
| subclk | Devicetree node identifier of the sub-clock. |
| #define RZ_CGC_SUBCLK_MUL | ( | subclk | ) |
#include <zephyr/drivers/clock_control/renesas_rz_cgc.h>
Resolve the multiplier constant for a sub-clock from its Devicetree mul property.
| subclk | Devicetree node identifier of the sub-clock. |