| Microcontroller Wireless Solutions | |||||
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) |
MCU related functions generic for ATmega128RFA1.
This file implements functions generic for the ATmega128RFA1 MCU.
Definition in file pal_mcu_generic.c.
| 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().