Searched refs:tx_buf (Results 1 – 3 of 3) sorted by relevance
86 rmt_item32_t *tx_buf; member757 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 …]
167 uint8_t **tx_buf; member182 uint8_t **rx_buf, uint8_t **tx_buf);
147 uint8_t **rx_buf, uint8_t **tx_buf) in emac_hal_init() argument154 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()