59 #ifndef CLKSYS_DRIVER_H
60 #define CLKSYS_DRIVER_H
78 #define CLKSYS_Enable( _oscSel ) ( OSC.CTRL |= (_oscSel) )
91 #define CLKSYS_IsReady( _oscSel ) ( OSC.STATUS & (_oscSel) )
98 #define CLKSYS_RTC_ClockSource_Disable() ( CLK.RTCCTRL &= ~CLK_RTCEN_bm )
105 #define CLKSYS_AutoCalibration_Disable( _clk ) ( (_clk).CTRL &= ~DFLL_ENABLE_bm )
109 void CCPWrite(
volatile uint8_t * address, uint8_t value );
112 OSC_XOSCSEL_t xoscModeSelection );
116 CLK_PSBCDIV_t PSBCfactor );