| power.h(3avr) | power.h(3avr) | 
NAME¶
power.h
SYNOPSIS¶
Macros¶
#define clock_prescale_get() (clock_div_t)(CLKPR &
    (uint8_t)((1<<CLKPS0)|(1<<CLKPS1)|(1<<CLKPS2)|(1<<CLKPS3)))
  
  
Functions¶
static void power_all_enable ()
  
  static void power_all_disable ()
  
  void clock_prescale_set (clock_div_t __x)
  
  
Author¶
Generated automatically by Doxygen for AVR-LibC from the source code.
| Version 2.2.1 | AVR-LibC |