Home
last modified time | relevance | path

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

/lk-master/app/mdebug/
A Dswo-uart1.c45 unsigned busy; member
57 txn->busy = 0; in tx_done()
72 txn->busy = 1; in lpc43xx_DMA_IRQ()
75 if (!txn->busy) { in lpc43xx_DMA_IRQ()
92 TXN[n].busy = 0; in swo_init()
/lk-master/external/platform/nrfx/drivers/src/prs/
A Dnrfx_prs.c117 bool busy = false; in nrfx_prs_acquire() local
122 busy = true; in nrfx_prs_acquire()
131 if (busy) in nrfx_prs_acquire()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twi.c106 volatile bool busy; member
200 p_cb->busy = false; in nrfx_twi_init()
584 if (p_cb->busy) in twi_xfer()
595 p_cb->busy = (TWI_FLAG_NO_HANDLER_IN_USE(flags)) ? false : true; in twi_xfer()
617 p_cb->busy = false; in twi_xfer()
625 return p_cb->busy; in nrfx_twi_is_busy()
731 p_cb->busy = false; in twi_irq_handler()
A Dnrfx_twim.c129 volatile bool busy; member
266 p_cb->busy = false; in nrfx_twim_init()
353 return p_cb->busy; in nrfx_twim_is_busy()
396 if (p_cb->busy) in twim_xfer()
407 p_cb->busy = ((NRFX_TWIM_FLAG_NO_XFER_EVT_HANDLER & flags) || in twim_xfer()
586 p_cb->busy = false; in twim_xfer()
806 p_cb->busy = false; in twim_irq_handler()

Completed in 6 milliseconds