Rajath Ravi / Mbed 2 deprecated ravi_blinkycode

Dependencies:   mbed

interrupt.h

Committer:
rajathr
Date:
2021-10-23
Revision:
0:34ee385f4d2d

File content as of revision 0:34ee385f4d2d:

#ifndef __INTERRUPT_H_
#define __INTERRUPT_H_


#ifdef __cplusplus
 extern "C" {
#endif

#include "main_Lec9.h"

/*Defining function that enables Interrupt corresponding to TIMER 3 IN  NVIC*/
void enableNVIC_Timer3(void);

/*Defining function that enables Interrupt configuration and handling:*/
void enableEXTI6OnPortC(void)


#ifdef __cplusplus
}
#endif

#endif /*__INTERRUPT_H */