ESP-IDF
emac_mac_dev_s::
::
::address0_hi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
emac_mac_dev_s::
::
::address0_hi
emac_mac_dev_s::
::
::address0_hi field
Syntax
Show:
Summary
Declaration
from
emac_mac_struct.h:203
uint32_t
address0_hi
:
16
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
address0_hi
:
16
;
/*This field contains the upper 16 bits (47:32) of the first 6-byte MAC address.The MAC uses this field for filtering the received frames and inserting the MAC address in the Transmit Flow Control (Pause) Frames.*/
emac_mac_struct.h:203
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mac_regs
->
emacaddr0high
,
address0_hi
,
(
addr
[
5
]
<
<
8
)
|
addr
[
4
]
)
;
emac_ll.h:401
emac_ll_set_addr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
emac_mac_dev_s::
::
::address0_hi
is written by 1 function:
emac_ll_set_addr()
All items filtered out
emac_mac_dev_s::
::
::address0_hi
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out