Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/17/00 12:17
Read: times


 
#4495 - RE: void ext1_int() interrupt 2 using 2
The bits are in TCON which is bit addressable.
ITx is the bit where x stands for 0 or 1 depending on which interrupt you are using.

IT1 = 1 //Sets interrupt 1 to negative edge triggered

IT1 = 0 //Sets interrupt 1 to low level triggered

IT0 = 1 //Sets interrupt 0 to negative edge triggered

IT0 = 0 //Sets interrupt 1 to low level triggered


Allen




List of 9 messages in thread
TopicAuthorDate
void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      
RE: void ext1_int() interrupt 2 using 2            01/01/70 00:00      

Back to Subject List