Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Power Management Controller (PMC) clock helpers for Atmel SAM devices. More...

Go to the source code of this file.

Data Structures

struct  atmel_sam_pmc_config
 PMC clock configuration for a single peripheral clock. More...

Macros

#define SAM_DT_PMC_CONTROLLER   DEVICE_DT_GET(DT_NODELABEL(pmc))
 Device pointer to the PMC clock controller.
#define SAM_DT_CLOCK_PMC_CFG(clock_id, node_id)
 Initialize an atmel_sam_pmc_config from a clock specifier.
#define SAM_DT_INST_CLOCK_PMC_CFG(inst)
 Equivalent to SAM_DT_CLOCK_PMC_CFG() for the first clock of a DT instance.
#define SAM_DT_CLOCKS_PMC_CFG(node_id)
 Initialize an array of atmel_sam_pmc_config for all clocks of a node.
#define SAM_DT_INST_CLOCKS_PMC_CFG(inst)
 Equivalent to SAM_DT_CLOCKS_PMC_CFG() for a DT instance.

Detailed Description

Power Management Controller (PMC) clock helpers for Atmel SAM devices.