ESP-IDF
+
0
/1 examples
SourceVu will show references to
bmsr_reg_t
from the following samples and libraries:
static_ip sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
include
esp_private
esp_eth_com.h
esp_eth_driver.h
esp_eth_mac_esp.h
esp_eth_mac_spi.h
esp_eth_mac.h
esp_eth_netif_glue.h
esp_eth_phy_802_3.h
esp_eth_phy.h
esp_eth_spec.h
eth_phy_802_3_regs.h
bmcr_reg_t
bmsr_reg_t
phyidr1_reg_t
phyidr2_reg_t
anar_reg_t
anlpar_reg_t
aner_reg_t
mmdctrl_reg_t
mmdad_reg_t
src
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bmsr_reg_t
bmsr_reg_t union
BMSR(Basic Mode Status Register)
Syntax
Show:
Summary
Declaration
from
eth_phy_802_3_regs.h:45
typedef
union
{
struct
{
uint32_t
ext_capability
:
1
;
uint32_t
jabber_detect
:
1
;
uint32_t
link_status
:
1
;
uint32_t
auto_nego_ability
:
1
;
uint32_t
remote_fault
:
1
;
uint32_t
auto_nego_complete
:
1
;
uint32_t
mf_preamble_suppress
:
1
;
uint32_t
reserved
:
1
;
uint32_t
ext_status
:
1
;
uint32_t
base100_t2_hdx
:
1
;
uint32_t
base100_t2_fdx
:
1
;
uint32_t
base10_t_hdx
:
1
;
uint32_t
base10_t_fdx
:
1
;
uint32_t
base100_tx_hdx
:
1
;
uint32_t
base100_tx_fdx
:
1
;
uint32_t
based100_t4
:
1
;
}
;
uint32_t
val
;
}
bmsr_reg_t
;
Fields
Field
Declared as
bmsr_reg_t::val
uint32_t
Examples
bmsr_reg_t
is referenced by 1 libraries and example projects:
static_ip sample
References
from
0/1
examples
Code
Location
Referrer
typedef
union
{
eth_phy_802_3_regs.h:45
}
bmsr_reg_t
;
eth_phy_802_3_regs.h:65
bmsr_reg_t
bmsr
;
esp_eth_phy_802_3.c:175
esp_eth_phy_802_3_autonego_ctrl()
bmsr_reg_t
bmsr
;
esp_eth_phy_802_3.c:228
esp_eth_phy_802_3_updt_link_dup_spd()
bmsr_reg_t
bmsr
;
esp_eth_phy_dp83848.c:80
dp83848_update_link_duplex_speed()
bmsr_reg_t
bmsr
;
esp_eth_phy_ksz80xx.c:69
ksz80xx_update_link_duplex_speed()
bmsr_reg_t
bmsr
;
esp_eth_phy_lan87xx.c:224
lan87xx_update_link_duplex_speed()
bmsr_reg_t
bmsr
;
esp_eth_phy_rtl8201.c:74
rtl8201_update_link_duplex_speed()
}
bmsr_reg_t
;
eth_phy_802_3_regs.h:65
bmsr_reg_t
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out