{"id":455,"date":"2019-04-26T13:36:11","date_gmt":"2019-04-26T13:36:11","guid":{"rendered":"https:\/\/arduino-developer.com\/arduino\/?p=455"},"modified":"2019-04-26T13:39:44","modified_gmt":"2019-04-26T13:39:44","slug":"registers","status":"publish","type":"post","link":"https:\/\/arduino-developer.com\/arduino\/programming\/registers\/registers","title":{"rendered":"Registers"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Setting microcontroller registers directly<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Examples<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>UCSR0B |= 0x04;     \/\/Bit4 of UCSR2B is the UCSZn2 bit<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Reading microcontroller registers directly<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Examples<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>    while (!(UCSR3A &amp; 0x40))      \/\/Bit6 = TXCn: USART Transmit Complete\n      ;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Setting microcontroller registers directly Examples Reading microcontroller registers directly Examples<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38],"tags":[],"class_list":["post-455","post","type-post","status-publish","format-standard","hentry","category-registers"],"_links":{"self":[{"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/posts\/455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/comments?post=455"}],"version-history":[{"count":2,"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/posts\/455\/revisions"}],"predecessor-version":[{"id":457,"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/posts\/455\/revisions\/457"}],"wp:attachment":[{"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/media?parent=455"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/categories?post=455"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arduino-developer.com\/arduino\/wp-json\/wp\/v2\/tags?post=455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}