Searched refs:transfer_in_progress (Results 1 – 3 of 3) sorted by relevance
13 bool transfer_in_progress; member41 if (do_finish_transfer && slave->transfer_in_progress) { in __not_in_flash_func()43 slave->transfer_in_progress = false; in __not_in_flash_func()46 slave->transfer_in_progress = true; in __not_in_flash_func()51 slave->transfer_in_progress = true; in __not_in_flash_func()89 slave->transfer_in_progress = false; in i2c_slave_deinit()
55 volatile bool transfer_in_progress; member178 p_cb->transfer_in_progress = false; in nrfx_spi_init()236 p_cb->transfer_in_progress = false; in finish_transfer()357 if (p_cb->transfer_in_progress) in nrfx_spi_xfer()369 p_cb->transfer_in_progress = true; in nrfx_spi_xfer()382 p_cb->transfer_in_progress = false; in nrfx_spi_xfer()
178 volatile bool transfer_in_progress; member247 p_cb->transfer_in_progress = false; in spim_abort()422 p_cb->transfer_in_progress = false; in nrfx_spim_init()440 if (p_cb->transfer_in_progress) in nrfx_spim_uninit()524 p_cb->transfer_in_progress = false; in finish_transfer()574 p_cb->transfer_in_progress = false; in spim_xfer()673 if (p_cb->transfer_in_progress) in nrfx_spim_xfer()686 p_cb->transfer_in_progress = true; in nrfx_spim_xfer()
Completed in 6 milliseconds