Searched refs:busy (Results 1 – 3 of 3) sorted by relevance
117 bool busy = false; in nrfx_prs_acquire() local122 busy = true; in nrfx_prs_acquire()131 if (busy) in nrfx_prs_acquire()
106 volatile bool busy; member200 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()
129 volatile bool busy; member266 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