Smart Remote 3 nRF52 v1.2
nrf_bootloader.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
14 #ifndef NRF_BOOTLOADER_H__
15 #define NRF_BOOTLOADER_H__
16 
17 #include <stdint.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
32 uint32_t nrf_bootloader_init(void);
33 
34 
42 uint32_t nrf_bootloader_user_init(void);
43 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif // NRF_BOOTLOADER_H__
50 

Documentation feedback | Developer Zone | Subscribe | Updated