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

PMC device constant configuration parameters. More...

#include <zephyr/drivers/clock_control/mchp_sam_pmc.h>

Data Fields

uint32_t *const reg
 PMC register base address.
const struct devicetd_slck
 Timing-domain slow clock device.
const struct devicemd_slck
 Main-domain slow clock device.
const struct devicemain_xtal
 Main crystal oscillator device.
const struct sam_sckc_config td_slck_cfg
 Timing-domain slow clock configuration.
const struct sam_sckc_config md_slck_cfg
 Main-domain slow clock configuration.

Detailed Description

PMC device constant configuration parameters.

Field Documentation

◆ main_xtal

const struct device* sam_pmc_cfg::main_xtal

Main crystal oscillator device.

◆ md_slck

const struct device* sam_pmc_cfg::md_slck

Main-domain slow clock device.

◆ md_slck_cfg

const struct sam_sckc_config sam_pmc_cfg::md_slck_cfg

Main-domain slow clock configuration.

◆ reg

uint32_t* const sam_pmc_cfg::reg

PMC register base address.

◆ td_slck

const struct device* sam_pmc_cfg::td_slck

Timing-domain slow clock device.

◆ td_slck_cfg

const struct sam_sckc_config sam_pmc_cfg::td_slck_cfg

Timing-domain slow clock configuration.


The documentation for this struct was generated from the following file: