Home
last modified time | relevance | path

Searched refs:tx_complete (Results 1 – 25 of 72) sorted by relevance

123

/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_whc.c102 if (device->tx_complete && psWhc->pvTxBuf) in nu_whc_isr()
104 device->tx_complete(device, psWhc->pvTxBuf); in nu_whc_isr()
225 device->tx_complete = RT_NULL; in whc_register()
/bsp/microchip/samc21/bsp/hal/include/
A Dhpl_i2c_m_async.h63 _i2c_complete_cb_t tx_complete; member
/bsp/microchip/saml10/bsp/hal/include/
A Dhpl_i2c_m_async.h63 _i2c_complete_cb_t tx_complete; member
/bsp/microchip/same70/bsp/hal/include/
A Dhpl_i2c_m_async.h63 _i2c_complete_cb_t tx_complete; member
/bsp/microchip/same54/bsp/hal/include/
A Dhpl_i2c_m_async.h63 _i2c_complete_cb_t tx_complete; member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhpl_i2c_m_async.h63 _i2c_complete_cb_t tx_complete; member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhpl_i2c_m_async.h63 _i2c_complete_cb_t tx_complete; member
/bsp/bouffalo_lab/libraries/rt_drivers/
A Ddrv_rtc.c71 rtc.tx_complete = RT_NULL; in rt_hw_rtc_init()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_i2s.c151 if(i2s_dev->device.tx_complete != RT_NULL) in transfer_callback()
153 i2s_dev->device.tx_complete(&i2s_dev->device, RT_NULL); in transfer_callback()
/bsp/fujitsu/mb9x/mb9bf500r/
A Dadc.c113 adc.tx_complete = RT_NULL; in rt_hw_adc_init()
/bsp/maxim/libraries/HAL_Drivers/
A Ddrv_rtc.c116 device->tx_complete = RT_NULL; in rt_hw_rtc_register()
/bsp/qemu-virt64-aarch64/drivers/
A Ddrv_rtc.c111 rtc_device.device.tx_complete = RT_NULL; in rt_hw_rtc_init()
/bsp/efm32/
A Ddrv_rtc.c179 rtc.tx_complete = RT_NULL; in rt_hw_rtc_init()
A Ddrv_leuart.c697 if (dev->tx_complete != RT_NULL) in rt_hw_leuart_dma_tx_isr()
699 dev->tx_complete(dev, dma_tx->data_ptr); in rt_hw_leuart_dma_tx_isr()
745 device->tx_complete = RT_NULL; in rt_hw_leuart_register()
/bsp/nios_ii/
A Duart.c118 uart_device.tx_complete = RT_NULL; in rt_hw_uart_init()
/bsp/allwinner/libraries/drivers/
A Ddrv_rtc.c105 rtc_dev.tx_complete = RT_NULL; in rt_hw_rtc_init()
/bsp/hpmicro/libraries/hpm_sdk/components/spi/
A Dhpm_spi.h227 spi_dma_complete_cb tx_complete,
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_rtc.c126 rtc_device.device.tx_complete = RT_NULL; in rt_hw_rtc_init()
/bsp/loongson/ls1cdev/drivers/
A Ddrv_rtc.c146 device->tx_complete = RT_NULL; in rt_hw_rtc_register()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_rtc.c144 device->tx_complete = RT_NULL; in _rt_rtc_register()
/bsp/dm365/drivers/
A Ddavinci_emac.c469 rt_uint32_t *tx_complete_ptr = txch->tx_complete; in emac_tx_bdproc()
518 (void *)&txch->tx_complete[0], in emac_tx_bdproc()
679 rt_free(txch->tx_complete); in emac_cleanup_txch()
1163 txch->tx_complete = rt_malloc(txch->service_max * sizeof(rt_uint32_t)); in emac_init_txch()
1164 if (RT_NULL == txch->tx_complete) { in emac_init_txch()
1169 memset(txch->tx_complete, 0, txch->service_max * sizeof(rt_uint32_t)); in emac_init_txch()
/bsp/essemi/es32f369x/drivers/
A Ddrv_rtc.c147 rtc_dev.tx_complete = RT_NULL; in rt_hw_rtc_init()
/bsp/essemi/es32f0654/drivers/
A Ddrv_rtc.c148 rtc_dev.tx_complete = RT_NULL; in rt_hw_rtc_init()
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_led.c129 led.parent.tx_complete = RT_NULL; in rt_hw_led_init()
/bsp/nxp/mcx/mcxn/frdm-mcxn236/board/ports/
A Ddrv_fxas2100.c150 fxas2100.parent.tx_complete = RT_NULL; in rt_hw_fxas2100_init()

Completed in 35 milliseconds

123