|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Files | |
| file | tisci_clock_control.h |
| Clock control definitions for the TI TISCI (System Controller) interface. | |
Data Structures | |
| struct | tisci_clock_config |
| Clock configuration structure. More... | |
Macros | |
| #define | TISCI_GET_CLOCK(node_id) |
Get the clock controller device referenced by a node's clocks phandle. | |
| #define | TISCI_GET_CLOCK_DETAILS(node_id) |
| Initialize a tisci_clock_config from a node's clock specifier. | |
| #define | TISCI_GET_CLOCK_BY_INST(inst) |
| Equivalent to TISCI_GET_CLOCK() for a DT instance. | |
| #define | TISCI_GET_CLOCK_DETAILS_BY_INST(inst) |
| Equivalent to TISCI_GET_CLOCK_DETAILS() for a DT instance. | |
| #define TISCI_GET_CLOCK | ( | node_id | ) |
#include <zephyr/drivers/clock_control/tisci_clock_control.h>
Get the clock controller device referenced by a node's clocks phandle.
| node_id | Devicetree node identifier. |
| #define TISCI_GET_CLOCK_BY_INST | ( | inst | ) |
#include <zephyr/drivers/clock_control/tisci_clock_control.h>
Equivalent to TISCI_GET_CLOCK() for a DT instance.
| inst | DT instance number. |
| #define TISCI_GET_CLOCK_DETAILS | ( | node_id | ) |
#include <zephyr/drivers/clock_control/tisci_clock_control.h>
Initialize a tisci_clock_config from a node's clock specifier.
| node_id | Devicetree node identifier. |
| #define TISCI_GET_CLOCK_DETAILS_BY_INST | ( | inst | ) |
#include <zephyr/drivers/clock_control/tisci_clock_control.h>
Equivalent to TISCI_GET_CLOCK_DETAILS() for a DT instance.
| inst | DT instance number. |