ADSP-BF537 Blackfin Processor Hardware Reference
8-125
Ethernet MAC
•
Counter clear-on-read mode
(
CCOR
)
[1] Counters are in clear-on-read mode. The contents of each
counter is reset each time it is read by the application.
[0] Counters are not in clear-on-read mode. Reads do not affect
counter contents.
•
Counter rollover enable
(
CROLL
)
[1] Counter rollover is enabled. This causes all MMC counters to
wrap around to zero when the count exceeds the maximum 32-bit
value of 0xFFFF FFFF.
[0] Counter rollover is not enabled. All MMC registers saturate
upon reaching 0xFFFF FFFF.
•
Reset all counters
(
RSTC
)
Writing a 1 to this bit at any time globally resets all MMC
counters.
[1] Globally clear all MMC counters.
[0] Do not reset all counters.
Programming Examples
This section gives a general overview of the functionality of an Ethernet
MAC driver. All necessary steps for reproducing and understanding this
interface are explained with code listings and accompanying text. These
code listings are similar to the driver model supported by Vi+
and are mainly written in C. Data transfers over the MAC with DMA are
explained in
, which
show receive and transmit DMA operations. Please examine these figures
carefully—the code listings reproduce this kind of “linked list” in the form
Summary of Contents for Blackfin ADSP-BF537
Page 42: ...Contents xlii ADSP BF537 Blackfin Processor Hardware Reference ...
Page 90: ...Development Tools 1 32 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 138: ...Programming Examples 4 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 340: ...SDC Programming Examples 6 84 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 606: ...Programming Examples 9 94 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 660: ...Programming Examples 10 54 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 720: ...Electrical Specifications 11 60 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 840: ...Programming Examples 13 42 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 876: ...Programming Examples 14 36 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 938: ...Programming Examples 15 62 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 958: ...Programming Examples 17 12 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 986: ...Programming Examples 18 28 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 1162: ...G 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 1218: ...Index I 56 ADSP BF537 Blackfin Processor Hardware Reference ...