logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for AVR-LibC from the source code.

AVR-LibC                                          Version 2.2.1                                    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)

See Also