|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Infineon clock control driver public API. More...
Go to the source code of this file.
Data Structures | |
| struct | ifx_clk |
| Infineon clock specifier. More... | |
| struct | ifx_clk_peri |
| Infineon peripheral clock specifier. More... | |
Macros | |
| #define | IFX_CLK_PLL 0 |
| PLL clock type. | |
| #define | IFX_CLK_HF 1 |
| High-frequency clock type. | |
| #define | IFX_CLK_LF 2 |
| Low-frequency clock type. | |
| #define | IFX_CLK_PERI_DT_SPEC_GET(node_id) |
| Build a struct ifx_clk_peri from a peripheral's clocks property and clock destination property (peripheral clock ID). | |
| #define | IFX_CLK_PERI_DT_INST_SPEC_GET(inst) |
| Like IFX_CLK_PERI_DT_SPEC_GET(), by DT_DRV_COMPAT instance number. | |
Infineon clock control driver public API.
| #define IFX_CLK_HF 1 |
High-frequency clock type.
| #define IFX_CLK_LF 2 |
Low-frequency clock type.
| #define IFX_CLK_PERI_DT_INST_SPEC_GET | ( | inst | ) |
Like IFX_CLK_PERI_DT_SPEC_GET(), by DT_DRV_COMPAT instance number.
| #define IFX_CLK_PERI_DT_SPEC_GET | ( | node_id | ) |
Build a struct ifx_clk_peri from a peripheral's clocks property and clock destination property (peripheral clock ID).
| #define IFX_CLK_PLL 0 |
PLL clock type.