|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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 device * | td_slck |
| Timing-domain slow clock device. | |
| const struct device * | md_slck |
| Main-domain slow clock device. | |
| const struct device * | main_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. | |
PMC device constant configuration parameters.
| const struct device* sam_pmc_cfg::main_xtal |
Main crystal oscillator device.
| const struct device* sam_pmc_cfg::md_slck |
Main-domain slow clock device.
| const struct sam_sckc_config sam_pmc_cfg::md_slck_cfg |
Main-domain slow clock configuration.
| uint32_t* const sam_pmc_cfg::reg |
PMC register base address.
| const struct device* sam_pmc_cfg::td_slck |
Timing-domain slow clock device.
| const struct sam_sckc_config sam_pmc_cfg::td_slck_cfg |
Timing-domain slow clock configuration.