Home
last modified time | relevance | path

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

/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()
/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 7 milliseconds