Home
last modified time | relevance | path

Searched defs:dma_regs (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Demac_ll.h373 static inline void emac_ll_reset(emac_dma_dev_t *dma_regs) in emac_ll_reset()
378 static inline bool emac_ll_is_reset_done(emac_dma_dev_t *dma_regs) in emac_ll_is_reset_done()
384 static inline void emac_ll_set_rx_desc_addr(emac_dma_dev_t *dma_regs, uint32_t addr) in emac_ll_set_rx_desc_addr()
389 static inline void emac_ll_set_tx_desc_addr(emac_dma_dev_t *dma_regs, uint32_t addr) in emac_ll_set_tx_desc_addr()
395 static inline void emac_ll_drop_tcp_err_frame_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_drop_tcp_err_frame_enable()
400 static inline void emac_ll_recv_store_forward_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_recv_store_forward_enable()
405 static inline void emac_ll_flush_recv_frame_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_flush_recv_frame_enable()
410 static inline void emac_ll_trans_store_forward_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_trans_store_forward_enable()
415 static inline void emac_ll_flush_trans_fifo_enable(emac_dma_dev_t *dma_regs, bool enable) in emac_ll_flush_trans_fifo_enable()
420 static inline bool emac_ll_get_flush_trans_fifo(emac_dma_dev_t *dma_regs) in emac_ll_get_flush_trans_fifo()
[all …]
/hal_espressif-latest/components/hal/include/hal/
Demac_hal.h164 emac_dma_dev_t *dma_regs; member