2023-11-07 05:10:02 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2024-03-04 06:55:01 +00:00
< meta name = "generator" content = "Doxygen 1.10.0" / >
2023-11-07 05:10:02 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > esp32_BNO08x: bno08x_config_t Struct Reference< / title >
< 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 >
2024-03-04 06:55:01 +00:00
< script type = "text/javascript" src = "clipboard.js" > < / script >
< script type = "text/javascript" src = "cookie.js" > < / script >
2023-11-07 05:10:02 +00:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / 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 id = "projectrow" >
< td id = "projectalign" >
2024-03-04 06:55:01 +00:00
< div id = "projectname" > esp32_BNO08x< span id = "projectnumber" >   1.01< / span >
2023-11-07 05:10:02 +00:00
< / div >
< div id = "projectbrief" > C++ BNO08x IMU driver component for esp-idf.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2024-03-04 06:55:01 +00:00
<!-- Generated by Doxygen 1.10.0 -->
2023-11-07 05:10:02 +00:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
2024-03-04 06:55:01 +00:00
$(function() { init_search(); });
2023-11-07 05:10:02 +00:00
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structbno08x__config__t-members.html" > List of all members< / a > < / div >
< div class = "headertitle" > < div class = "title" > bno08x_config_t Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > IMU configuration settings passed into constructor.
2024-03-04 06:55:01 +00:00
< a href = "#details" > More...< / a > < / p >
2023-11-07 05:10:02 +00:00
< p > < code > #include < < a class = "el" href = "_b_n_o08x_8hpp_source.html" > BNO08x.hpp< / a > > < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:abf8805292192f4c30c5000423175a2e1" id = "r_abf8805292192f4c30c5000423175a2e1" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#abf8805292192f4c30c5000423175a2e1" > bno08x_config_t< / a > ()< / td > < / tr >
< tr class = "memdesc:abf8805292192f4c30c5000423175a2e1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Default IMU configuration settings constructor for ESP32. < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:abf8805292192f4c30c5000423175a2e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:ae02a72c63211b734cc420cee6f4b5017" id = "r_ae02a72c63211b734cc420cee6f4b5017" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#ae02a72c63211b734cc420cee6f4b5017" > bno08x_config_t< / a > (spi_host_device_t < a class = "el" href = "#a020d2343750bb7debc2a108ae038c9ec" > spi_peripheral< / a > , gpio_num_t < a class = "el" href = "#a79023fd80039e41a22b7f73ccd5fc861" > io_mosi< / a > , gpio_num_t < a class = "el" href = "#a9468180a773892977db39cc5ed9368e3" > io_miso< / a > , gpio_num_t < a class = "el" href = "#a639685b91ae3198909d722316495246a" > io_sclk< / a > , gpio_num_t < a class = "el" href = "#ab1b5351b63da0c172c942463d0dc2505" > io_cs< / a > , gpio_num_t < a class = "el" href = "#a3cfe965659cfbc6b0c5269bd0211975f" > io_int< / a > , gpio_num_t < a class = "el" href = "#a62745c761219139f66ecd173b51577fc" > io_rst< / a > , gpio_num_t < a class = "el" href = "#a90ad7f316dc443874d19dc7e723a0ce0" > io_wake< / a > , uint64_t < a class = "el" href = "#a652ad01310ba21afcae1bb765de51cfe" > sclk_speed< / a > , bool debug)< / td > < / tr >
< tr class = "memdesc:ae02a72c63211b734cc420cee6f4b5017" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Overloaded IMU configuration settings constructor for custom pin settings. < br / > < / td > < / tr >
< tr class = "separator:ae02a72c63211b734cc420cee6f4b5017" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-11-07 05:10:02 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-attribs" name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a020d2343750bb7debc2a108ae038c9ec" id = "r_a020d2343750bb7debc2a108ae038c9ec" > < td class = "memItemLeft" align = "right" valign = "top" > spi_host_device_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a020d2343750bb7debc2a108ae038c9ec" > spi_peripheral< / a > < / td > < / tr >
< tr class = "memdesc:a020d2343750bb7debc2a108ae038c9ec" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > SPI peripheral to be used. < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a020d2343750bb7debc2a108ae038c9ec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a79023fd80039e41a22b7f73ccd5fc861" id = "r_a79023fd80039e41a22b7f73ccd5fc861" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a79023fd80039e41a22b7f73ccd5fc861" > io_mosi< / a > < / td > < / tr >
< tr class = "memdesc:a79023fd80039e41a22b7f73ccd5fc861" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > MOSI GPIO pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > DI pin) < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a79023fd80039e41a22b7f73ccd5fc861" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a9468180a773892977db39cc5ed9368e3" id = "r_a9468180a773892977db39cc5ed9368e3" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a9468180a773892977db39cc5ed9368e3" > io_miso< / a > < / td > < / tr >
< tr class = "memdesc:a9468180a773892977db39cc5ed9368e3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > MISO GPIO pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > SDA pin) < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a9468180a773892977db39cc5ed9368e3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a639685b91ae3198909d722316495246a" id = "r_a639685b91ae3198909d722316495246a" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a639685b91ae3198909d722316495246a" > io_sclk< / a > < / td > < / tr >
< tr class = "memdesc:a639685b91ae3198909d722316495246a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > SCLK pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > SCL pin) < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a639685b91ae3198909d722316495246a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:ab1b5351b63da0c172c942463d0dc2505" id = "r_ab1b5351b63da0c172c942463d0dc2505" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#ab1b5351b63da0c172c942463d0dc2505" > io_cs< / a > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:ab1b5351b63da0c172c942463d0dc2505" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a3cfe965659cfbc6b0c5269bd0211975f" id = "r_a3cfe965659cfbc6b0c5269bd0211975f" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a3cfe965659cfbc6b0c5269bd0211975f" > io_int< / a > < / td > < / tr >
< tr class = "memdesc:a3cfe965659cfbc6b0c5269bd0211975f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Chip select pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > CS pin) < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a3cfe965659cfbc6b0c5269bd0211975f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a62745c761219139f66ecd173b51577fc" id = "r_a62745c761219139f66ecd173b51577fc" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a62745c761219139f66ecd173b51577fc" > io_rst< / a > < / td > < / tr >
< tr class = "memdesc:a62745c761219139f66ecd173b51577fc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Host interrupt pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > INT pin) < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a62745c761219139f66ecd173b51577fc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a90ad7f316dc443874d19dc7e723a0ce0" id = "r_a90ad7f316dc443874d19dc7e723a0ce0" > < td class = "memItemLeft" align = "right" valign = "top" > gpio_num_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a90ad7f316dc443874d19dc7e723a0ce0" > io_wake< / a > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "memdesc:a90ad7f316dc443874d19dc7e723a0ce0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reset pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > RST pin) < br / > < / td > < / tr >
< tr class = "separator:a90ad7f316dc443874d19dc7e723a0ce0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a652ad01310ba21afcae1bb765de51cfe" id = "r_a652ad01310ba21afcae1bb765de51cfe" > < td class = "memItemLeft" align = "right" valign = "top" > uint64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a652ad01310ba21afcae1bb765de51cfe" > sclk_speed< / a > < / td > < / tr >
< tr class = "memdesc:a652ad01310ba21afcae1bb765de51cfe" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Desired SPI SCLK speed in Hz (max 3MHz) < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a652ad01310ba21afcae1bb765de51cfe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-03-04 06:55:01 +00:00
< tr class = "memitem:a720c215a75b3922ffa6f683e7ca70abe" id = "r_a720c215a75b3922ffa6f683e7ca70abe" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "#a720c215a75b3922ffa6f683e7ca70abe" > debug_en< / a > < / td > < / tr >
< tr class = "memdesc:a720c215a75b3922ffa6f683e7ca70abe" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Whether or not debugging print statements are enabled. < br / > < / td > < / tr >
2023-11-07 05:10:02 +00:00
< tr class = "separator:a720c215a75b3922ffa6f683e7ca70abe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > IMU configuration settings passed into constructor. < / p >
2024-03-04 06:55:01 +00:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "abf8805292192f4c30c5000423175a2e1" name = "abf8805292192f4c30c5000423175a2e1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf8805292192f4c30c5000423175a2e1" > ◆   < / a > < / span > bno08x_config_t() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bno08x_config_t::bno08x_config_t < / td >
< td > (< / td >
< td class = "paramname" > < span class = "paramname" > < / span > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Default IMU configuration settings constructor for ESP32. < / p >
< / div >
< / div >
< a id = "ae02a72c63211b734cc420cee6f4b5017" name = "ae02a72c63211b734cc420cee6f4b5017" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae02a72c63211b734cc420cee6f4b5017" > ◆   < / a > < / span > bno08x_config_t() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bno08x_config_t::bno08x_config_t < / td >
< td > (< / td >
< td class = "paramtype" > spi_host_device_t< / td > < td class = "paramname" > < span class = "paramname" > < em > spi_peripheral< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_mosi< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_miso< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_sclk< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_cs< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_int< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_rst< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > gpio_num_t< / td > < td class = "paramname" > < span class = "paramname" > < em > io_wake< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t< / td > < td class = "paramname" > < span class = "paramname" > < em > sclk_speed< / em > , < / span > < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool< / td > < td class = "paramname" > < span class = "paramname" > < em > debug< / em > < / span >   )< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Overloaded IMU configuration settings constructor for custom pin settings. < / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a720c215a75b3922ffa6f683e7ca70abe" name = "a720c215a75b3922ffa6f683e7ca70abe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a720c215a75b3922ffa6f683e7ca70abe" > ◆   < / a > < / span > debug_en< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool bno08x_config_t::debug_en< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Whether or not debugging print statements are enabled. < / p >
< / div >
< / div >
< a id = "ab1b5351b63da0c172c942463d0dc2505" name = "ab1b5351b63da0c172c942463d0dc2505" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab1b5351b63da0c172c942463d0dc2505" > ◆   < / a > < / span > io_cs< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_cs< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3cfe965659cfbc6b0c5269bd0211975f" name = "a3cfe965659cfbc6b0c5269bd0211975f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3cfe965659cfbc6b0c5269bd0211975f" > ◆   < / a > < / span > io_int< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_int< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Chip select pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > CS pin) < / p >
< / div >
< / div >
< a id = "a9468180a773892977db39cc5ed9368e3" name = "a9468180a773892977db39cc5ed9368e3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9468180a773892977db39cc5ed9368e3" > ◆   < / a > < / span > io_miso< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_miso< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > MISO GPIO pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > SDA pin) < / p >
< / div >
< / div >
< a id = "a79023fd80039e41a22b7f73ccd5fc861" name = "a79023fd80039e41a22b7f73ccd5fc861" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79023fd80039e41a22b7f73ccd5fc861" > ◆   < / a > < / span > io_mosi< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_mosi< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > MOSI GPIO pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > DI pin) < / p >
< / div >
< / div >
< a id = "a62745c761219139f66ecd173b51577fc" name = "a62745c761219139f66ecd173b51577fc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a62745c761219139f66ecd173b51577fc" > ◆   < / a > < / span > io_rst< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_rst< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Host interrupt pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > INT pin) < / p >
< / div >
< / div >
< a id = "a639685b91ae3198909d722316495246a" name = "a639685b91ae3198909d722316495246a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a639685b91ae3198909d722316495246a" > ◆   < / a > < / span > io_sclk< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_sclk< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > SCLK pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > SCL pin) < / p >
< / div >
< / div >
2023-11-07 05:10:02 +00:00
< a id = "a90ad7f316dc443874d19dc7e723a0ce0" name = "a90ad7f316dc443874d19dc7e723a0ce0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90ad7f316dc443874d19dc7e723a0ce0" > ◆   < / a > < / span > io_wake< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > gpio_num_t bno08x_config_t::io_wake< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reset pin (connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > RST pin) < / p >
< p > Wake pin (optional, connects to < a class = "el" href = "class_b_n_o08x.html" > BNO08x< / a > P0) < / p >
2024-03-04 06:55:01 +00:00
< / div >
< / div >
< a id = "a652ad01310ba21afcae1bb765de51cfe" name = "a652ad01310ba21afcae1bb765de51cfe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a652ad01310ba21afcae1bb765de51cfe" > ◆   < / a > < / span > sclk_speed< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint64_t bno08x_config_t::sclk_speed< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Desired SPI SCLK speed in Hz (max 3MHz) < / p >
< / div >
< / div >
< a id = "a020d2343750bb7debc2a108ae038c9ec" name = "a020d2343750bb7debc2a108ae038c9ec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a020d2343750bb7debc2a108ae038c9ec" > ◆   < / a > < / span > spi_peripheral< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > spi_host_device_t bno08x_config_t::spi_peripheral< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > SPI peripheral to be used. < / p >
2023-11-07 05:10:02 +00:00
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
2024-03-04 06:55:01 +00:00
< li > esp32_BNO08x/< a class = "el" href = "_b_n_o08x_8hpp_source.html" > BNO08x.hpp< / a > < / li >
2023-11-07 05:10:02 +00:00
< / ul >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2024-03-04 06:55:01 +00:00
Generated by  < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.10.0
2023-11-07 05:10:02 +00:00
< / small > < / address >
< / body >
< / html >