00001 /* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved. 00002 * 00003 * The information contained herein is confidential property of Nordic 00004 * Semiconductor ASA.Terms and conditions of usage are described in detail 00005 * in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. 00006 * 00007 * Licensees are granted free, non-transferable use of the information. NO 00008 * WARRENTY of ANY KIND is provided. This heading must NOT be removed from 00009 * the file. 00010 * 00011 * $LastChangedRevision: 172 $ 00012 */ 00013 00020 #ifndef CPU_H__ 00021 #define CPU_H__ 00022 00023 #include <stdint.h> 00024 00028 void cpu_pwr_down(void); 00029 00035 void cpu_set_clock_frequency(uint8_t cf); 00036 00037 #endif // CPU_H__ 00038