2013-01-30 22:00:18 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2020-11-18 20:17:17 +01:00
< meta name = "generator" content = "Doxygen 1.8.13" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2013-02-17 01:37:13 +01:00
< title > USB Host Shield 2.0: Wii.cpp File Reference< / title >
2013-01-30 22:00:18 +01:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
2019-08-31 18:18:58 +02:00
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
2013-01-30 22:00:18 +01:00
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2013-02-05 22:39:56 +01:00
< link href = "imageStyle.css" rel = "stylesheet" type = "text/css" / >
2013-01-30 22:00:18 +01:00
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2019-08-31 18:18:58 +02:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2013-02-17 01:37:13 +01:00
< div id = "projectname" > USB Host Shield 2.0
2013-01-30 22:00:18 +01:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2020-11-18 20:17:17 +01:00
<!-- Generated by Doxygen 1.8.13 -->
2013-01-30 22:00:18 +01:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2020-11-18 20:17:17 +01:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
< / script >
< div id = "main-nav" > < / div >
2013-01-30 22:00:18 +01:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
2019-08-31 18:18:58 +02:00
< / div >
2013-01-30 22:00:18 +01:00
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Wii.cpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-08-31 18:18:58 +02:00
< div class = "textblock" > < code > #include " < a class = "el" href = "_wii_8h_source.html" > Wii.h< / a > " < / code > < br / >
2013-01-30 22:00:18 +01:00
< / div > < div class = "textblock" > < div class = "dynheader" >
Include dependency graph for Wii.cpp:< / div >
< div class = "dyncontent" >
2013-02-05 22:39:56 +01:00
< div class = "center" > < img src = "_wii_8cpp__incl.png" border = "0" usemap = "#_wii_8cpp" alt = "" / > < / div >
< map name = "_wii_8cpp" id = "_wii_8cpp" >
2021-02-01 17:50:56 +01:00
< area shape = "rect" id = "node2" href = "_wii_8h.html" title = "Wii.h" alt = "" coords = "71,80,126,107" / >
< area shape = "rect" id = "node3" href = "_b_t_d_8h.html" title = "BTD.h" alt = "" coords = "5,155,67,181" / >
< area shape = "rect" id = "node7" href = "controller_enums_8h.html" title = "controllerEnums.h" alt = "" coords = "91,155,231,181" / >
< area shape = "rect" id = "node4" href = "_usb_8h.html" title = "Usb.h" alt = "" coords = "20,379,79,405" / >
< area shape = "rect" id = "node5" href = "usbhid_8h.html" title = "usbhid.h" alt = "" coords = "36,229,113,256" / >
< area shape = "rect" id = "node6" href = "hidusagestr_8h.html" title = "hidusagestr.h" alt = "" coords = "87,304,196,331" / >
2019-08-31 18:18:58 +02:00
< / map >
2013-01-30 22:00:18 +01:00
< / div >
2013-02-05 20:02:12 +01:00
< / div >
< p > < a href = "_wii_8cpp_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
2013-01-30 22:00:18 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
2014-01-10 18:20:37 +01:00
< tr class = "memitem:ac7b2bb3deb6df67209b21af40412bc11" > < td class = "memItemLeft" align = "right" valign = "top" > const uint8_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "_wii_8cpp.html#ac7b2bb3deb6df67209b21af40412bc11" > WII_LEDS< / a > []< / td > < / tr >
< tr class = "separator:ac7b2bb3deb6df67209b21af40412bc11" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a38d337633602049d2bb899db0cd9a0c9" > < td class = "memItemLeft" align = "right" valign = "top" > const uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "_wii_8cpp.html#a38d337633602049d2bb899db0cd9a0c9" > WII_BUTTONS< / a > []< / td > < / tr >
< tr class = "separator:a38d337633602049d2bb899db0cd9a0c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a819f2ef1f3b8cc12608f0635606866bb" > < td class = "memItemLeft" align = "right" valign = "top" > const uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "_wii_8cpp.html#a819f2ef1f3b8cc12608f0635606866bb" > WII_PROCONTROLLER_BUTTONS< / a > []< / td > < / tr >
< tr class = "separator:a819f2ef1f3b8cc12608f0635606866bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2013-01-30 22:00:18 +01:00
< / table >
< h2 class = "groupheader" > Variable Documentation< / h2 >
2020-11-18 20:17:17 +01:00
< a id = "ac7b2bb3deb6df67209b21af40412bc11" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac7b2bb3deb6df67209b21af40412bc11" > ◆ < / a > < / span > WII_LEDS< / h2 >
2013-01-30 22:00:18 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2014-01-10 18:20:37 +01:00
< td class = "memname" > const uint8_t WII_LEDS[]< / td >
2013-01-30 22:00:18 +01:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-31 18:18:58 +02:00
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div > < div class = "line" > 0x00, < / div > < div class = "line" > 0x10, < / div > < div class = "line" > 0x20, < / div > < div class = "line" > 0x40, < / div > < div class = "line" > 0x80, < / div > < div class = "line" > < / div > < div class = "line" > 0x90, < / div > < div class = "line" > 0xA0, < / div > < div class = "line" > 0xC0, < / div > < div class = "line" > 0xD0, < / div > < div class = "line" > 0xE0, < / div > < div class = "line" > 0xF0, < / div > < div class = "line" > }< / div > < / div > <!-- fragment -->
2020-11-18 20:17:17 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "_wii_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "_wii_8cpp_source.html" > Wii.cpp< / a > .< / p >
2013-02-05 20:02:12 +01:00
2013-04-01 22:52:24 +02:00
< / div >
< / div >
2020-11-18 20:17:17 +01:00
< a id = "a38d337633602049d2bb899db0cd9a0c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a38d337633602049d2bb899db0cd9a0c9" > ◆ < / a > < / span > WII_BUTTONS< / h2 >
2013-04-01 22:52:24 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2014-01-10 18:20:37 +01:00
< td class = "memname" > const uint32_t WII_BUTTONS[]< / td >
2013-04-01 22:52:24 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-31 18:18:58 +02:00
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div > < div class = "line" > 0x00008, < / div > < div class = "line" > 0x00002, < / div > < div class = "line" > 0x00004, < / div > < div class = "line" > 0x00001, < / div > < div class = "line" > < / div > < div class = "line" > 0, < / div > < div class = "line" > 0x00010, < / div > < div class = "line" > 0x00100, < / div > < div class = "line" > 0x00200, < / div > < div class = "line" > < / div > < div class = "line" > 0x01000, < / div > < div class = "line" > 0x08000, < / div > < div class = "line" > 0x10000, < / div > < div class = "line" > 0x20000, < / div > < div class = "line" > < / div > < div class = "line" > 0x00400, < / div > < div class = "line" > 0x00800, < / div > < div class = "line" > }< / div > < / div > <!-- fragment -->
2020-11-18 20:17:17 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "_wii_8cpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "_wii_8cpp_source.html" > Wii.cpp< / a > .< / p >
2013-04-01 22:52:24 +02:00
< / div >
< / div >
2020-11-18 20:17:17 +01:00
< a id = "a819f2ef1f3b8cc12608f0635606866bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a819f2ef1f3b8cc12608f0635606866bb" > ◆ < / a > < / span > WII_PROCONTROLLER_BUTTONS< / h2 >
2013-04-01 22:52:24 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2014-01-10 18:20:37 +01:00
< td class = "memname" > const uint32_t WII_PROCONTROLLER_BUTTONS[]< / td >
2013-04-01 22:52:24 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-08-31 18:18:58 +02:00
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div > < div class = "line" > 0x00100, < / div > < div class = "line" > 0x00080, < / div > < div class = "line" > 0x00040, < / div > < div class = "line" > 0x00200, < / div > < div class = "line" > < / div > < div class = "line" > 0, < / div > < div class = "line" > 0x00004, < / div > < div class = "line" > 0x20000, < / div > < div class = "line" > 0x10000, < / div > < div class = "line" > < / div > < div class = "line" > 0x00010, < / div > < div class = "line" > 0x00008, < / div > < div class = "line" > 0, 0, < / div > < div class = "line" > < / div > < div class = "line" > 0x04000, < / div > < div class = "line" > 0x01000, < / div > < div class = "line" > 0x00800, < / div > < div class = "line" > 0x02000, < / div > < div class = "line" > < / div > < div class = "line" > 0x00020, < / div > < div class = "line" > 0x00002, < / div > < div class = "line" > 0x08000, < / div > < div class = "line" > 0x00400, < / div > < div class = "line" > }< / div > < / div > <!-- fragment -->
2020-11-18 20:17:17 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "_wii_8cpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "_wii_8cpp_source.html" > Wii.cpp< / a > .< / p >
2013-04-01 22:52:24 +02:00
2013-01-30 22:00:18 +01:00
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2013-02-17 01:37:13 +01:00
Generated by   < a href = "http://www.doxygen.org/index.html" >
2013-01-30 22:00:18 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2020-11-18 20:17:17 +01:00
< / a > 1.8.13
2013-01-30 22:00:18 +01:00
< / small > < / address >
< / body >
< / html >