Mobil_surveillance_system 1
Functions
Init.c File Reference

Low level init functions source file. More...

#include "Init.h"

Go to the source code of this file.

Functions

void __low_level_init (void)

Detailed Description

Low level init functions source file.

Definition in file Init.c.


Function Documentation

void __low_level_init ( void  )

Compiler-defined low-level initialization function to handle watchdog timer and oscillator

Definition at line 17 of file Init.c.

{
    // stop the watchdog timer 
    WDTCTL = WDTPW+WDTHOLD;
    // Set DCO to 16MHz
    BCSCTL1 = CALBC1_16MHZ;                    
    DCOCTL = CALDCO_16MHZ;
}
 All Data Structures Files Functions Variables Typedefs Enumerations Defines