![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Functions | |
| ret_code_t | nrf_dfu_settings_write (dfu_flash_callback_t callback) |
| Function for writing DFU settings to flash. More... | |
| void | nrf_dfu_settings_init (void) |
| Function for initializing the DFU settings module. | |
Variables | |
| nrf_dfu_settings_t | s_dfu_settings |
| Global DFU settings. More... | |
| ret_code_t nrf_dfu_settings_write | ( | dfu_flash_callback_t | callback | ) |
Function for writing DFU settings to flash.
| [in] | callback | Pointer to a function that is called after completing the write operation. |
| NRF_SUCCESS | If the write process was successfully initiated. |
| NRF_ERROR_INTERNAL | If a flash error occurred. |
| nrf_dfu_settings_t s_dfu_settings |
Global DFU settings.