lriot  2.1.0.0
lr1110_firmware_update.h
Go to the documentation of this file.
1 
32 #ifndef __LR1110_FIRMWARE_UPDATE_H__
33 #define __LR1110_FIRMWARE_UPDATE_H__
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 /*
40  * -----------------------------------------------------------------------------
41  * --- DEPENDENCIES ------------------------------------------------------------
42  */
43 
44 #include "lriot.h"
45 
46 /*
47  * -----------------------------------------------------------------------------
48  * --- PUBLIC MACROS -----------------------------------------------------------
49  */
50 
51 /*
52  * -----------------------------------------------------------------------------
53  * --- PUBLIC CONSTANTS --------------------------------------------------------
54  */
55 
56 /*
57  * -----------------------------------------------------------------------------
58  * --- PUBLIC TYPES ------------------------------------------------------------
59  */
60 
61 /*
62  * -----------------------------------------------------------------------------
63  * --- PUBLIC FUNCTIONS PROTOTYPES ---------------------------------------------
64  */
65 
66 err_t lr1110_update_firmware( lriot_t* ctx, uint32_t fw_expected, const uint32_t* buffer, uint32_t length );
67 
68 #ifdef __cplusplus
69 }
70 #endif
71 
72 #endif
73 
74 /* --- EOF ------------------------------------------------------------------ */
lriot_t
LR IoT Click context object.
Definition: lriot.h:269
lr1110_update_firmware
err_t lr1110_update_firmware(lriot_t *ctx, uint32_t fw_expected, const uint32_t *buffer, uint32_t length)
lriot.h
This file contains API for LR IoT Click Driver.