[AVR] ISR vs SIGNL for intrupt routeens

Status
Not open for further replies.

ANS HAFEEZ

Advanced Member level 4
Joined
Jul 25, 2013
Messages
101
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Location
LAHORE,PAKISTAN
Activity points
1,911
ISR vs SIGNAL for intrupt routeens

SALAM
What is the diffrence between "SIGNAL(TIMER1_OVF_vect)" and "ISR(TIMER1_OVF_vect)"
in the case of intrupts.
 

Re: ISR vs SIGNAL for intrupt routeens

Your question is not clear, you are talking to which micro controller and assembly or C

these look vector labels where your program will jump in case of interrupt.
labels are user defined you can keep any name as you wish, as my_ISR.
 

in AVR controller using C language
and yes they are for intrupt vectors functions
but what is difference between SINGAL AND ISR
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…