nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ img_mgmt_write_in_progress()

bool img_mgmt_write_in_progress ( void )

#include <img_mgmt_write.h>

Check if there is an image write operation in progress.

Note
This should be called after img_mgmt_write_image_data to make sure all write operations have completed before rebooting the device.
Return values
trueif there is no ongoing image write operation.
falseif an image write operation is in progress.