Dilswitch instrument, Knob instrument – Freescale Semiconductor Microcontrollers User Manual

Page 149

Advertising
background image

Debugger Components

Visualization Utilities

149

Microcontrollers Debugger Manual

flasher is on, while bit 1 says that the brake light is on. So for your simple application you
need the following bitmaps with their settings:

• No light on bitmap: AND mask 3, EQUAL mask 0

• Flasher on bitmap: AND mask 3, EQUAL mask 1

• Brake light on bitmap: AND mask 3, EQUAL mask 2

• Brake and flasher light on: AND mask 3, EQUAL mask 3

DILSwitch Instrument

The DILSwitch instrument is also known as Dual-in-Line Switch (

Figure 3.91

). It is

mainly used for configuration purposes. You can use it for viewing or setting bits of one to
four bytes.

Figure 3.91 DILSwitch Instrument

DILSwitch instrument attributes are listed in

Table 3.50

.

Knob Instrument

The Knob instrument is normally known as an adjustment instrument. For example, it can
simulate the volume control of a radio (

Figure 3.92

).

Figure 3.92 Knob Instrument

Knob instrument attributes are shown in

Table 3.51

Table 3.50 DILSwitch Instrument Attributes

Attribute

Description

Display 0/1

When enabled, displays the value of the bit under each plot of
the DILSwitch instrument.

Switch Color

Specifies the color of the switch.

Advertising