power.h(3avr) | avr-libc | power.h(3avr) |
power.h
#define clock_prescale_get() (clock_div_t)(CLKPR &
(uint8_t)((1<<CLKPS0)|(1<<CLKPS1)|(1<<CLKPS2)|(1<<CLKPS3)))
static __inline void __attribute__ ((__always_inline__))
__power_all_enable()
void clock_prescale_set (clock_div_t __x)
Gets and returns the clock prescaler register setting. The return type is clock_div_t.
Note:
Generated automatically by Doxygen for avr-libc from the source code.
Sat Feb 16 2019 | Version 2.0.0 |