Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c86 rmt_item32_t *tx_buf; member
757 p_rmt->tx_buf, in rmt_driver_isr_default()
764 p_rmt->tx_data = p_rmt->tx_buf; in rmt_driver_isr_default()
964 if (p_rmt_obj[channel]->tx_buf) { in rmt_driver_uninstall()
965 free(p_rmt_obj[channel]->tx_buf); in rmt_driver_uninstall()
966 p_rmt_obj[channel]->tx_buf = NULL; in rmt_driver_uninstall()
1185 if (p_rmt_obj[channel]->tx_buf == NULL) { in rmt_translator_init()
1187 p_rmt_obj[channel]->tx_buf = (rmt_item32_t *)calloc(1, block_size); in rmt_translator_init()
1190 …p_rmt_obj[channel]->tx_buf = (rmt_item32_t *)heap_caps_calloc(1, block_size, MALLOC_CAP_INTERNAL |… in rmt_translator_init()
1192 p_rmt_obj[channel]->tx_buf = (rmt_item32_t *)calloc(1, block_size); in rmt_translator_init()
[all …]
/hal_espressif-latest/components/hal/include/hal/
Demac_hal.h167 uint8_t **tx_buf; member
182 uint8_t **rx_buf, uint8_t **tx_buf);
/hal_espressif-latest/components/hal/
Demac_hal.c147 uint8_t **rx_buf, uint8_t **tx_buf) in emac_hal_init() argument
154 hal->tx_buf = tx_buf; in emac_hal_init()
209 hal->tx_desc[i].Buffer1Addr = (uint32_t)(hal->tx_buf[i]); in emac_hal_reset_desc_chain()