plucky (3) clock_prescale_set.3avr.gz

Provided by: avr-libc_2.2.1-1_all bug

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.