ESP-IDF
emac_hal_set_rx_tx_desc_addr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
emac_hal_set_rx_tx_desc_addr()
emac_hal_set_rx_tx_desc_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
emac_hal.h:285
void
emac_hal_set_rx_tx_desc_addr
(
emac_hal_context_t
*
hal
,
eth_dma_rx_descriptor_t
*
rx_desc
,
eth_dma_tx_descriptor_t
*
tx_desc
)
;
Implemented in
emac_hal.c:51
Arguments
Argument
hal
rx_desc
tx_desc
Related Functions
Found 10 other functions taking a
emac_hal_context_t
argument:
Function
Description
emac_hal_init()
emac_hal_set_phy_cmd()
emac_hal_set_address()
emac_hal_stop()
Stops EMAC Transmission & Reception
emac_hal_enable_flow_ctrl()
emac_hal_set_csr_clock_range()
emac_hal_init_mac_default()
emac_hal_init_dma_default()
emac_hal_start()
Starts EMAC Transmission & Reception
emac_hal_flush_trans_fifo()
Examples
References
from
examples
Code
Location
Referrer
void
emac_hal_set_rx_tx_desc_addr
(
emac_hal_context_t
*
hal
,
eth_dma_rx_descriptor_t
*
rx_desc
,
eth_dma_tx_descriptor_t
*
tx_desc
)
emac_hal.c:51
void
emac_hal_set_rx_tx_desc_addr
(
emac_hal_context_t
*
hal
,
eth_dma_rx_descriptor_t
*
rx_desc
,
eth_dma_tx_descriptor_t
*
tx_desc
)
;
emac_hal.h:285
emac_hal_set_rx_tx_desc_addr
(
&
emac_esp_dma
->
hal
,
emac_esp_dma
->
rx_desc
,
emac_esp_dma
->
tx_desc
)
;
esp_eth_mac_esp_dma.c:106
emac_esp_dma_reset()
Call Tree
from
examples
emac_hal_set_rx_tx_desc_addr()
is called by 1 function and calls 2 functions:
emac_esp_dma_reset()
All items filtered out
emac_hal_set_rx_tx_desc_addr()
emac_ll_set_rx_desc_addr()
emac_ll_set_tx_desc_addr()
All items filtered out
Data Use
from
examples
emac_hal_set_rx_tx_desc_addr()
reads 1 variable:
emac_hal_context_t::dma_regs
All items filtered out
emac_hal_set_rx_tx_desc_addr()
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