DP83815DVNG National Semiconductor, DP83815DVNG Datasheet - Page 63

no-image

DP83815DVNG

Manufacturer Part Number
DP83815DVNG
Description
IC, ENET CTRL 10BASET, 100MBPS, LQFP-144
Manufacturer
National Semiconductor
Datasheet

Specifications of DP83815DVNG

Data Rate
100Mbps
Ethernet Type
10BASE-T
Supply Current
170mA
Supply Voltage Range
3V To 3.6V
Operating Temperature Range
0°C To +70°C
Digital Ic Case Style
LQFP
No. Of Pins
144
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
DP83815DVNG
Manufacturer:
NS
Quantity:
11
Part Number:
DP83815DVNG
Manufacturer:
DS
Quantity:
650
Part Number:
DP83815DVNG
Manufacturer:
Texas Instruments
Quantity:
10 000
Part Number:
DP83815DVNG
Manufacturer:
ST
0
Part Number:
DP83815DVNG
Manufacturer:
NS/国半
Quantity:
20 000
Part Number:
DP83815DVNG/NOPB
Manufacturer:
NS
Quantity:
148
Part Number:
DP83815DVNG/NOPB
Manufacturer:
Texas Instruments
Quantity:
10 000
Subject to change without notice.
4.0 Register Set
Accept on Multicast or Unicast Hash
Multicast and Unicast addresses may be further qualified
by use of the receive filter hash functions. An internal 512
bit (64 byte) RAM-based hash table is used to perform
imperfect filtering of multicast or unicast packets. By
enabling either Multicast Hashing or Unicast Hashing in the
RFCR, the receive filter logic will use the 9 least significant
bits of the destination addresses’ CRC as an index into the
set HASH_TABLE = 200
crc $DA
set index = ($crc >> 3)
set bit = ($crc & 01f)
# write word address into RFCR
iow l $RFCR ($HASH_TABLE + $index)
# select bit to set/clear
if ($bit > f) set bit = ($bit - 010h)
set hash_bit = (0001 << $bit)
# read indexed word from table
ior l $RFDR
if ($SetBit) then
else
endif
iow l $RFCR ($RFEN|$MHEN|$UHEN)# enable multicast and/or unicast
set hash_word = ($rc | $hash_bit)
iow l $RFDR ($hash_word)
set hash_bit = (~$hash_bit)
set hash_word = ($rc & $hash_bit)
iow l $RFDR ($hash_word)‘
Figure 4-2 Hash Table Memory - 40h bytes addressed on word boundaries
(Continued)
Bit#
17 16 15
# compute the CRC of the destination address
# lower 5 bits select which bit in 32 bit word
# use 16 bit register interface into 32bit RAM
# address hashing
X X
X X
X X
X X
X X
byte63
byte61
byte5
byte3
byte1
63
Hash Table memory. The upper 4 bits represent the word
address and the lower 5 bits select the bit within the word.
If the corresponding bit is set, then the packet is accepted,
otherwise the packet is rejected. The hash table memory is
accessed through the RFCR and the RFDR. Refer to
Figure 4-2 for a memory map. Below is example code for
setting/clearing a bit in the hash table.
8 7
byte62
byte60
byte4
byte2
byte0
0
23E
23C
204
202
200
Rev O
www.national.com

Related parts for DP83815DVNG