Microcontroller Wireless Solutions


pal_mcu_generic.c File Reference

MCU related functions generic for ATmega128RFA1. More...

Go to the source code of this file.

Functions

static void mcu_clock_init (void)
void mcu_init (void)

Detailed Description

MCU related functions generic for ATmega128RFA1.

This file implements functions generic for the ATmega128RFA1 MCU.

Id:
pal_mcu_generic.c 25870 2011-03-04 16:17:21Z uwalter
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com

Definition in file pal_mcu_generic.c.


Function Documentation

void mcu_clock_init ( void  ) [static]

Initialize the system clock to 16 MHz.

Ensure that CKDIV8 fuse does not affect the system clock prescaler

Definition at line 59 of file pal_mcu_generic.c.

References ENTER_CRITICAL_REGION, and LEAVE_CRITICAL_REGION.

Referenced by mcu_init().