{"id":425,"date":"2014-03-05T17:22:36","date_gmt":"2014-03-05T17:22:36","guid":{"rendered":"https:\/\/ibex.tech\/embedded\/?p=425"},"modified":"2022-02-18T15:37:49","modified_gmt":"2022-02-18T15:37:49","slug":"int-pins","status":"publish","type":"post","link":"https:\/\/ibex.tech\/embedded\/microchip\/pic32\/xc32-v2-old\/io-pins\/int-pins","title":{"rendered":"INT Pins"},"content":{"rendered":"<p>\n&nbsp;\n<\/p>\n<h4>\nDetecting An&nbsp;Int Pin Edge Has Occured<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\t\/\/----- SETUP INT 4 PIN -----\r\n\tConfigINT4(EXT_INT_PRI_1 | FALLING_EDGE_INT | EXT_INT_DISABLE);\t\t\/\/Priority, edge trigger, enable.  This also clear the irq flat\r\n\t\/\/if (mINT4GetIntFlag())\r\n\t\/\/{\r\n\t\/\/\tmINT4ClearIntFlag();\t\t\t\/\/Reset the flag\r\n\t\/\/}\r\n<\/code><\/pre>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;\n<\/p>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Detecting An&nbsp;Int Pin Edge Has Occured \/\/&#8212;&#8211; SETUP INT 4 PIN &#8212;&#8211; ConfigINT4(EXT_INT_PRI_1 | FALLING_EDGE_INT | EXT_INT_DISABLE); \/\/Priority, edge trigger, enable. This also clear the irq flat \/\/if (mINT4GetIntFlag()) \/\/{ \/\/ mINT4ClearIntFlag(); \/\/Reset the flag \/\/} &nbsp; &nbsp; &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[],"class_list":["post-425","post","type-post","status-publish","format-standard","hentry","category-io-pins"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/comments?post=425"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/425\/revisions"}],"predecessor-version":[{"id":426,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/425\/revisions\/426"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/media?parent=425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/categories?post=425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/tags?post=425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}