Searched refs:dfu_applying (Results 1 – 1 of 1) sorted by relevance
38 static struct k_sem dfu_applying; variable251 k_sem_give(&dfu_applying); in target_dfu_apply()1593 if (k_sem_take(&dfu_applying, K_SECONDS(DFU_TIMEOUT))) { in test_target_dfu_stop()1627 k_sem_init(&dfu_applying, 0, 1); in test_pre_init()