ESP-IDF
emac_esp32_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
emac_esp32_t
emac_esp32_t struct
Syntax
Show:
Summary
Declaration
from
esp_eth_mac_esp.c:56
typedef
struct
{
esp_eth_mac_t
parent
;
esp_eth_mediator_t
*
eth
;
emac_hal_context_t
hal
;
intr_handle_t
intr_hdl
;
TaskHandle_t
rx_task_hdl
;
emac_esp_dma_handle_t
emac_dma_hndl
;
uint32_t
sw_reset_timeout_ms
;
uint32_t
frames_remain
;
uint32_t
free_rx_descriptor
;
uint32_t
flow_control_high_water_mark
;
uint32_t
flow_control_low_water_mark
;
uint8_t
addr
[
ETH_ADDR_LEN
]
;
bool
isr_need_yield
;
bool
flow_ctrl_enabled
;
bool
do_flow_ctrl
;
bool
use_pll
;
#ifdef
CONFIG_PM_ENABLE
esp_pm_lock_handle_t
pm_lock
;
#endif
eth_mac_dma_burst_len_t
dma_burst_len
;
#ifdef
CONFIG_IDF_TARGET_ESP32
esp_clock_output_mapping_handle_t
rmii_clk_hdl
;
#endif
}
emac_esp32_t
;
Fields
Field
Declared as
emac_esp32_t::parent
esp_eth_mac_t
emac_esp32_t::eth
esp_eth_mediator_t
*
emac_esp32_t::hal
emac_hal_context_t
emac_esp32_t::intr_hdl
intr_handle_t
emac_esp32_t::rx_task_hdl
TaskHandle_t
emac_esp32_t::emac_dma_hndl
emac_esp_dma_handle_t
emac_esp32_t::sw_reset_timeout_ms
uint32_t
emac_esp32_t::frames_remain
uint32_t
emac_esp32_t::free_rx_descriptor
uint32_t
emac_esp32_t::flow_control_high_water_mark
uint32_t
emac_esp32_t::flow_control_low_water_mark
uint32_t
emac_esp32_t::addr
uint8_t
[
ETH_ADDR_LEN
]
emac_esp32_t::isr_need_yield
bool
emac_esp32_t::flow_ctrl_enabled
bool
emac_esp32_t::do_flow_ctrl
bool
emac_esp32_t::use_pll
bool
emac_esp32_t::pm_lock
esp_pm_lock_handle_t
emac_esp32_t::dma_burst_len
eth_mac_dma_burst_len_t
emac_esp32_t::rmii_clk_hdl
esp_clock_output_mapping_handle_t
Related Functions
Found 4 other functions taking a
emac_esp32_t
argument:
Function
emac_esp_free_driver_obj()
emac_esp_alloc_driver_obj()
emac_esp_config_data_interface()
emac_config_pll_clock()
Examples
References
from
examples
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