Microchip® Advanced Software Framework

pm_conf_clocks.c File Reference
#include <string.h>
#include "compiler.h"
#include "pm.h"

Macros

#define PM_MAX_MUL   ((1 << AVR32_PM_PLL0_PLLMUL_SIZE) - 1)
 

Functions

void flashc_set_wait_state (unsigned int wait_state)
 
int pm_configure_clocks (pm_freq_param_t *param)
 Automatically configure the CPU, PBA, PBB, and HSB clocks according to the user wishes. More...
 
void pm_configure_usb_clock (void)
 Automatically configure the USB clock. More...
 

#define PM_MAX_MUL   ((1 << AVR32_PM_PLL0_PLLMUL_SIZE) - 1)

Referenced by pm_configure_clocks().

void flashc_set_wait_state ( unsigned int  wait_state)