Home
last modified time | relevance | path

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

/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_pmsis_types.h90 uintptr_t size, const void *addr, const void *buffer, pi_task_t *async);
93 uint32_t func_id, void *arg, pi_task_t *async);
99 pi_task_t *async);
100 typedef int (*close_func_async)(struct pi_device *device, pi_task_t *async);
107 int (*open_async)(struct pi_device *device, pi_task_t *async);
108 int (*close_async)(struct pi_device *device, pi_task_t *async);
110 void *buffer, uint32_t size, pi_task_t *async);
112 const void *buffer, uint32_t size, pi_task_t *async);
115 void *arg, pi_task_t *async);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-mem.c128 if (ehci->async) in ehci_mem_cleanup()
129 qh_destroy(ehci, ehci->async); in ehci_mem_cleanup()
130 ehci->async = NULL; in ehci_mem_cleanup()
182 ehci->async = ehci_qh_alloc (ehci); in ehci_mem_init()
183 if (!ehci->async) { in ehci_mem_init()
A Dehci-q.c754 qtd->hw_alt_next = ehci->async->hw->hw_alt_next; in qh_urb_transaction()
1123 head = ehci->async; in qh_link_async()
1280 prev = ehci->async; in single_unlink_async()
1315 ehci_writel(ehci, (u32) ehci->async->qh_dma, in end_iaa_cycle()
1445 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1476 while (ehci->async->qh_next.qh) { in unlink_empty_async_suspended()
1477 qh = ehci->async->qh_next.qh; in unlink_empty_async_suspended()
1505 ehci->qh_scan_next = ehci->async->qh_next.qh; in scan_async()
A Dehci-hcd.c530 ehci->async->qh_next.qh = NULL; in ehci_init()
531 hw = ehci->async->hw; in ehci_init()
532 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
538 ehci->async->qh_state = QH_STATE_LINKED; in ehci_init()
592 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
A Dehci.h148 struct ehci_qh *async; member
/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Dspi17y.c62 static int SPI17Y_MasterTransHandler(mxc_spi17y_regs_t *spi, spi17y_req_t *req, uint8_t async);
63 static int SPI17Y_TransHandler(mxc_spi17y_regs_t *spi, spi17y_req_t *req, uint8_t async);
64 static int SPI17Y_SlaveTransHandler(mxc_spi17y_regs_t *spi, spi17y_req_t *req, uint8_t async);
397 int SPI17Y_MasterTransHandler(mxc_spi17y_regs_t *spi, spi17y_req_t *req,uint8_t async) in SPI17Y_MasterTransHandler() argument
409 retval = SPI17Y_TransHandler(spi,req, async); in SPI17Y_MasterTransHandler()
425 int SPI17Y_SlaveTransHandler(mxc_spi17y_regs_t *spi, spi17y_req_t *req, uint8_t async) in SPI17Y_SlaveTransHandler() argument
427 return SPI17Y_TransHandler(spi,req, async); in SPI17Y_SlaveTransHandler()
432 int SPI17Y_TransHandler(mxc_spi17y_regs_t *spi, spi17y_req_t *req, uint8_t async) in SPI17Y_TransHandler() argument
579 if(async){ in SPI17Y_TransHandler()
/bsp/efm32/Libraries/emlib/inc/
A Dem_usart.h391 USART_InitAsync_TypeDef async; member
/bsp/bf533/vdsp/
A Dbf533_ram.ldf140 /*$VDSG<customize-async-macros> */
150 /*$VDSG<customize-async-macros> */
A Dbf533_sdram_64M.ldf146 /*$VDSG<customize-async-macros> */
156 /*$VDSG<customize-async-macros> */
/bsp/efm32/Libraries/emlib/src/
A Dem_usart.c651 USART_InitAsync(USART0, &(init->async)); in USART_InitIrDA()
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md241 - samples: pwm: add async fault demo

Completed in 29 milliseconds