static_ip sample
CH390_RCR
is only used within static_ip sample.
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
static_ip sample
CH390_RCR
CH390_RCR macro
Syntax
Show:
Summary
Declaration
from
ch390.h:54
#define
CH390_RCR
0x05
Examples
References
from
examples
Code
Location
#define
CH390_RCR
0x05
// Receive control reg
ch390.h:54
ESP_GOTO_ON_ERROR
(
ch390_io_register_write
(
emac
,
CH390_RCR
,
RCR_DIS_CRC
|
RCR_ALL
)
,
err
,
TAG
,
"write RCR failed"
)
;
esp_eth_mac_ch390.c:354
ESP_GOTO_ON_ERROR
(
ch390_io_register_read
(
emac
,
CH390_RCR
,
&
rcr
)
,
err
,
TAG
,
"read RCR failed"
)
;
esp_eth_mac_ch390.c:426
ESP_GOTO_ON_ERROR
(
ch390_io_register_write
(
emac
,
CH390_RCR
,
rcr
)
,
err
,
TAG
,
"write RCR failed"
)
;
esp_eth_mac_ch390.c:428
ESP_GOTO_ON_ERROR
(
ch390_io_register_read
(
emac
,
CH390_RCR
,
&
rcr
)
,
err
,
TAG
,
"read RCR failed"
)
;
esp_eth_mac_ch390.c:445
ESP_GOTO_ON_ERROR
(
ch390_io_register_write
(
emac
,
CH390_RCR
,
rcr
)
,
err
,
TAG
,
"write RCR failed"
)
;
esp_eth_mac_ch390.c:447
ESP_GOTO_ON_ERROR
(
ch390_io_register_read
(
emac
,
CH390_RCR
,
&
rcr
)
,
err
,
TAG
,
"read RCR failed"
)
;
esp_eth_mac_ch390.c:614
ESP_GOTO_ON_ERROR
(
ch390_io_register_write
(
emac
,
CH390_RCR
,
rcr
)
,
err
,
TAG
,
"write RCR failed"
)
;
esp_eth_mac_ch390.c:620
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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