Home
last modified time | relevance | path

Searched refs:tx_desc_cnt (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/components/esp_eth/src/
Dopeneth.h208 static inline void openeth_set_tx_desc_cnt(int tx_desc_cnt) in openeth_set_tx_desc_cnt() argument
210 assert(tx_desc_cnt <= OPENETH_DESC_CNT); in openeth_set_tx_desc_cnt()
211 REG_WRITE(OPENETH_TX_BD_NUM_REG, tx_desc_cnt); in openeth_set_tx_desc_cnt()