AVR1631 - Energy Meter Reference Design with ATxmega32A4  Rev 1.0
 All Data Structures Files Functions Variables Typedefs Macros
meter_initialisation.h
Go to the documentation of this file.
1 /* This file has been prepared for Doxygen automatic documentation generation.*/
51 #ifndef METER_INITIALISATION_H
52 #define METER_INITIALISATION_H
53 
54 
55 
56 void init_ADC(void);
57 
58 void clock_init(void);
59 
60 void delay_ms(uint16_t);
61 
62 void facilitatePowersaving(void);
63 
64 void get_offset(void);
65 
66 void init_eeprom(void);
67 
68 void init_UART(void);
69 
70 void init_ioport(void);
71 
72 void init_lcd(void);
73 
74 void init_power_reduction(void);
75 
76 void init_timer(void);
77 
78 
79 #endif
80