Datasheet

Table Of Contents
PDF: 09005aef8202ec2e/Source: 09005aef8202ebf7 Micron Technology, Inc., reserves the right to change products or specifications without notice.
MT9D111__5_REV5.fm - Rev. B 2/06 EN
69 ©2004 Micron Technology, Inc. All rights reserved.
MT9D111 - 1/3.2-Inch 2-Megapixel SOC Digital Image Sensor
JPEG Indirect Registers
Micron Confidential and Proprietary
Monitor
Table 10: Driver VariablesMonitor Driver (ID = 0)
Offs Name Type Default RW Description
0 vmt void* 58224 RW
Reserved
2cmdchar 0RW
Monitor command
Setting this variable to 1 causes the monitor to call a firmware
function whose address equals mon.arg1. If the function needs an
argument, it is given the value of mon.arg2. If the function returns
a 1- or 2-byte value, it is put in mon.arg2.
Setting mon.cmd to 2 causes the monitor to calculate CRC for a
memory block defined by a starting address in mon.arg1 and
length in mon.arg2. The CRC is returned in mon.arg2.
The monitor starts executing each received command at the
earliest opportunity. Before starting, it sets bit 7 of mon.cmd to 1.
The bit remains set until the command execution is finished.
Usage:
Set mon.arg1 and mon.arg2 and write command number to
mon.cmd. Wait until mon.cmd=0. Retrieve numerical result, if any,
from mon.arg2.
3arg1uint 0RW
First argument for monitor command
5arg2uint 0RW
Second argument for monitor command
7 msgCount char 0 R
Number of posted messages
Usage:
Poll this variable to detect messages. When mon.msgCount > 0,
read mon.msg. TBD—clear counter.
8 msg long 0 R
First message (unused)
12 ver uchar 32 R
Bits [6:0] = firmware version
Bit 7 = reserved