EP9301-IQZ Cirrus Logic Inc, EP9301-IQZ Datasheet - Page 266

32-Bit Microcontroller IC

EP9301-IQZ

Manufacturer Part Number
EP9301-IQZ
Description
32-Bit Microcontroller IC
Manufacturer
Cirrus Logic Inc
Series
EP9r
Datasheets

Specifications of EP9301-IQZ

Controller Family/series
(ARM9)
Core Size
32 Bit
A/d Converter
12 Bits
Supply Voltage
3.3V
No. Of I/o Pins
24
Mounting Type
Surface Mount
Operating Temperature Min
-40°C
Package / Case
208-LQFP
Core Processor
ARM9
Speed
166MHz
Connectivity
EBI/EMI, Ethernet, I²C, IrDA, SPI, UART/USART, USB
Peripherals
AC'97, DMA, I&sup2:S, LED, MaverickKey, POR, PWM, WDT
Number Of I /o
19
Program Memory Type
ROMless
Ram Size
32K x 8
Voltage - Supply (vcc/vdd)
1.65 V ~ 3.6 V
Data Converters
A/D 5x12b
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Processor Series
EP93xx
Core
ARM920T
Data Bus Width
32 bit
Mounting Style
SMD/SMT
3rd Party Development Tools
MDK-ARM, RL-ARM, ULINK2
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Program Memory Size
-
Lead Free Status / Rohs Status
 Details
Other names
598-1250

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
EP9301-IQZ
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
8
8-2
Graphics Accelerator
EP93xx User’s Guide
8.2.1 Copy
8.2.1.1 Transparency
8.2.1.2 Logical Mask
8.2.1.3 Logical Destination
8.2.1.4 Operation Precedence
It is possible to copy data from the source memory to the destination memory using the copy
form of block transfer. A copy is accomplished by not enabling any of the data path options,
i.e. Transparency, Logical Mask, or Destination Mask.
Transparency is used to preserve pixels in the destination memory. When a pixel in the
source block is defined as a transparent pixel, the corresponding destination pixel will be left
un-modified by the block transfer. A pixel is defined as transparent when it matches the pixel
value that is loaded into the TRANSPATTRN register. Comparisons are made based on the
bits per pixel mode of the transfer.
Logical Mask is used to manipulate the pixel data as it is copied from the source location to
the destination. The source data will not be modified unless the source is also the destination.
All pixel data is manipulated based on the value of the
desired operation. The operations, using “C” syntax, of Logical Mask are:
Logical Destination provides for the modification of the destination data based on the value of
the source pixels. The operations, using “C” syntax, of Logical Destination are:
The order of precedence is:
1. Logical Mask
AND - This operator is used to remove pattern attributes from a pixel.
OR - This operator may be used to add regular pattern attributes to a pixel.
XOR - This operator is used for pixel bit plane inversion.
AND - This operator is used to remove pattern attributes from a pixel.
OR - This operator is used to add regular pattern attributes to a pixel.
XOR - This operator is used for pixel bit plane inversion.
Dest = BLOCKMASK & Src;
Dest = BLOCKMASK | Src;
Dest = BLOCKMASK ^ Src; (where ^ is an XOR operation)
Dest = Dest & Src;
Dest = Dest | Src;
Dest = Dest ^ Src; (where ^ is an XOR operation)
Copyright 2007 Cirrus Logic
“BLOCKMASK”
register and the
DS785UM1

Related parts for EP9301-IQZ