![Analog Devices Blackfin ADSP-BF537 Скачать руководство пользователя страница 505](http://html.mh-extra.com/html/analog-devices/blackfin-adsp-bf537/blackfin-adsp-bf537_hardware-reference-manual_2939700505.webp)
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
Содержание Blackfin ADSP-BF537
Страница 42: ...Contents xlii ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 90: ...Development Tools 1 32 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 138: ...Programming Examples 4 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 340: ...SDC Programming Examples 6 84 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 606: ...Programming Examples 9 94 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 660: ...Programming Examples 10 54 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 720: ...Electrical Specifications 11 60 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 840: ...Programming Examples 13 42 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 876: ...Programming Examples 14 36 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 938: ...Programming Examples 15 62 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 958: ...Programming Examples 17 12 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 986: ...Programming Examples 18 28 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 1162: ...G 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 1218: ...Index I 56 ADSP BF537 Blackfin Processor Hardware Reference ...