{"id":673,"date":"2015-12-18T13:34:32","date_gmt":"2015-12-18T13:34:32","guid":{"rendered":"https:\/\/ibex.tech\/embedded\/?p=673"},"modified":"2022-02-18T15:37:48","modified_gmt":"2022-02-18T15:37:48","slug":"interupt-flags","status":"publish","type":"post","link":"https:\/\/ibex.tech\/embedded\/microchip\/pic32\/xc32-v2-old\/interrupts-xc32\/interupt-flags","title":{"rendered":"Interupt Flags"},"content":{"rendered":"<h4>\nTest Interrupt<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\tif (INTGetFlag(INT_SPI1))\r\n<\/code><\/pre>\n<h4>\nClear Interrupt<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\tINTClearFlag(INT_T5);\r\n<\/code><\/pre>\n<h4>\nIs Interrupt Enabled<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\tif (!INTGetEnable(INT_INT0))\r\n\t\tConfigINT0(EXT_INT_PRI_7 | RISING_EDGE_INT | EXT_INT_ENABLE);\r\n<\/code><\/pre>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Test Interrupt if (INTGetFlag(INT_SPI1)) Clear Interrupt INTClearFlag(INT_T5); Is Interrupt Enabled if (!INTGetEnable(INT_INT0)) ConfigINT0(EXT_INT_PRI_7 | RISING_EDGE_INT | EXT_INT_ENABLE); &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[59],"tags":[],"class_list":["post-673","post","type-post","status-publish","format-standard","hentry","category-interrupts-xc32"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/673","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=673"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/673\/revisions"}],"predecessor-version":[{"id":684,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/posts\/673\/revisions\/684"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/media?parent=673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/categories?post=673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/embedded\/wp-json\/wp\/v2\/tags?post=673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}