# | Time | Device | Mode | Register | Length | Data |
1 | 9.75e-005 | 0x68 (MPU6050) | Write | 0x6B (PWR_MGMT_1) | 1 | 0xC0 Bitfield detail- DEVICE_RESET = 1 - Triggered
- SLEEP = 1 - Enabled
- CYCLE = 0 - Disabled
- TEMP_DIS = 0 - Enabled
- CLK_SEL = 0 - Internal 8MHz oscillator
(DEVICE_RESET=1, SLEEP=1, CYCLE=0, TEMP_DIS=0, CLK_SEL=0) |
2 | 0.00039325 | 0x68 (MPU6050) | Write | 0x6C (PWR_MGMT_2) | 1 | 0x00 Bitfield detail- LP_WAKE_CTRL = 0 - 1.25 Hz
- STBY_ZG = 0 - Disabled
- STBY_YA = 0 - Disabled
- STBY_ZA = 0 - Disabled
- STBY_XG = 0 - Disabled
- STBY_YG = 0 - Disabled
- STBY_ZG = 0 - Disabled
(LP_WAKE_CTRL=0, STBY_ZG=0, STBY_YA=0, STBY_ZA=0, STBY_XG=0, STBY_YG=0, STBY_ZG=0) |
3 | 0.000689 | 0x68 (MPU6050) | Write | 0x6B (PWR_MGMT_1) | 1 | 0x00 Bitfield detail- DEVICE_RESET = 0 - Inactive
- SLEEP = 0 - Disabled
- CYCLE = 0 - Disabled
- TEMP_DIS = 0 - Enabled
- CLK_SEL = 0 - Internal 8MHz oscillator
(DEVICE_RESET=0, SLEEP=0, CYCLE=0, TEMP_DIS=0, CLK_SEL=0) |
4 | 0.00098475 | 0x68 (MPU6050) | Write | 0x6D (BANK_SEL) | 1 | 0x70 Bitfield detail- PRFTCH_EN = 1 - Enabled
- CFG_USER_BANK = 1 - Enabled
- MEM_SEL = 16
(PRFTCH_EN=1, CFG_USER_BANK=1, MEM_SEL=16) |
5 | 0.0012805 | 0x68 (MPU6050) | Write | 0x6E (MEM_START_ADDR) | 1 | 0x06 (START_ADDR=6) |
6 | 0.0017755 | 0x68 (MPU6050) | Read | 0x6F (MEM_R_W) | 1 | 0x4D (MEM_R_W=77) |
7 | 0.00198025 | 0x68 (MPU6050) | Write | 0x6D (BANK_SEL) | 1 | 0x00 Bitfield detail- PRFTCH_EN = 0 - Disabled
- CFG_USER_BANK = 0 - Disabled
- MEM_SEL = 0
(PRFTCH_EN=0, CFG_USER_BANK=0, MEM_SEL=0) |
8 | 0.002475 | 0x68 (MPU6050) | Read | 0x00 (AUX_VDDIO) | 1 | 0x89 Bitfield detail- AUX_VDDIO = 1 - VDD
- XG_OFFS_TC = 4
- OTP_BNK_VLD = 1
(AUX_VDDIO=1, XG_OFFS_TC=4, OTP_BNK_VLD=1) |
9 | 0.00287925 | 0x68 (MPU6050) | Read | 0x01 (YG_OFFS_TC) | 1 | 0x79 (YG_OFFS_TC=60) |
10 | 0.00328325 | 0x68 (MPU6050) | Read | 0x02 (ZG_OFFS_TC) | 1 | 0x81 (ZG_OFFS_TC=0) |
11 | 0.00368725 | 0x68 (MPU6050) | Read | 0x6A (USER_CTRL) | 1 | 0x00 Bitfield detail- DMP_EN = 0 - Disabled
- FIFO_EN = 0 - Disabled
- I2C_MST_EN = 0 - Disabled
- I2C_IF_DIS = 0 - Enabled
- DMP_RESET = 0 - Inactive
- FIFO_RESET = 0 - Inactive
- I2C_MST_RESET = 0 - Inactive
- SIG_COND_RESET = 0 - Inactive
(DMP_EN=0, FIFO_EN=0, I2C_MST_EN=0, I2C_IF_DIS=0, DMP_RESET=0, FIFO_RESET=0, I2C_MST_RESET=0, SIG_COND_RESET=0) |
12 | 0.003892 | 0x68 (MPU6050) | Write | 0x37 (INT_PIN_CFG) | 1 | 0x32Phej Framework ErrorError: Undefined property: stdClass::$Options#1 - File: /views/tools/tools_analyzer_viewdump.php, line 120118: if ($devices[$devAddr] -> Registers[$regAddr] -> RW == 1 || $field -> RW == 1) $endis = array("Clear", "Set");
119: if ($field -> DataType == "set") {
120: $fields[] = $field -> ShortName.' = '.$v.' - '.$field -> Options[$v] -> Name;
121: } else if ($field -> DataType == "en") {
122: $fields[] = $field -> ShortName.' = '.$v.' - '.($v ? $endis[1] : $endis[0]);
#2 - File: /Phej.php, line 628626: }
627: // load the view
628: include ROOT_DIR.'/views/'.$view.'.php';
629: }
630: }
#3 - File: /layouts/wide_layout.php, line 4644:
45: <div id="pageBody">
46: <?php $this -> loadView($view, $meta); ?>
47: </div>
48:
#4 - File: /Phej.php, line 681679: }
680: // load the layout (view is accessible through $view variable)
681: include ROOT_DIR.'/layouts/'.$layout.'_layout.php';
682: }
683:
#5 - File: /controllers/tools_controller.php, line 7169:
70: $this -> phej -> loadPlugin('jquery_balloon');
71: $this -> layoutView("tools/tools_analyzer_viewdump", 'wide', $meta);
72: } else {
73: $meta["page_title"] = "I2C Protocol Analyzer | I2C Device Library";
#6 - File: /Phej.php, line 273271: if (!defined('VIEW')) define('VIEW', $view);
272:
273: $this -> controller -> $view($args);
274: } catch (Exception $e) {
275: phej_display_exception($this, $e);
#7 - File: /index.php, line 111109:
110: session_start();
111: $phej -> run(FRONT_URI);
112:
113: } catch (Exception $e) {
Stack trace:
# | File | Line | Call |
---|
1 |
/views/tools/tools_analyzer_viewdump.php |
120 |
phej_exception_error_handler(integer, string, string, integer) |
2 |
/Phej.php |
628 |
include(string) |
3 |
/layouts/wide_layout.php |
46 |
Controller -> loadView(string, array[3]) |
4 |
/Phej.php |
681 |
include(string) |
5 |
/controllers/tools_controller.php |
71 |
Controller -> layoutView(string, string, array[3]) |
6 |
/Phej.php |
273 |
tools_controller -> analyzer(array[1]) |
7 |
/index.php |
111 |
Phej -> run(string) |
Activity log:Level | File | Line | Time (ms) | Memory (kB) | Message |
---|
INFO | /Phej.php | 90 | 0 | 0 | Phej framework v2.0 started | INFO | /Phej.php | 342 | 0 | 3 | Loading plugin "pdoquery" | INFO | /Phej.php | 342 | 0 | 412 | Loading plugin "phej_auth" | INFO | /Phej.php | 342 | 1 | 414 | Loading plugin "jquery" | INFO | /Phej.php | 342 | 1 | 416 | Loading plugin "tablesorter" | INFO | /Phej.php | 342 | 1 | 418 | Loading plugin "superfish" | INFO | /Phej.php | 342 | 1 | 420 | Loading plugin "ganalytics" | INFO | /Phej.php | 342 | 1 | 421 | Loading plugin "woopra" | INFO | /Phej.php | 342 | 1 | 422 | Loading plugin "syntaxhighlighter" | INFO | /Phej.php | 115 | 1 | 835 | Starting Phej run with URI "/tools/analyzer/17" | INFO | /Phej.php | 196 | 2 | 885 | Using controller "tools" | INFO | /Phej.php | 239 | 2 | 887 | Using view method "analyzer" | INFO | /Phej.php | 342 | 57 | 2,033 | Loading plugin "jquery_balloon" |
|