Microchip® Advanced Software Framework

pll.c File Reference

Chip-specific PLL implementation.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include <avr32/io.h>
#include <compiler.h>
#include <pll.h>

Functions

PLL configuration
void pll_config_write (const struct pll_config *cfg, unsigned int pll_id)
 Activate the configuration cfg on pll_id. More...
 
Interaction with the PLL hardware
void pll_enable (const struct pll_config *cfg, unsigned int pll_id)
 Activate the configuration cfg and enable PLL pll_id. More...
 
void pll_disable (unsigned int pll_id)
 Disable the PLL identified by pll_id. More...