nRF5 IoT SDK
v0.9.0
|
Macro function which simplifies file setup process and file type assigning function. More...
Macros | |
#define | IOT_FILE_STATIC_INIT(p_iot_file, p_file_name, p_mem, size) |
This macro function configures passed file as a static buffer file. More... | |
Functions | |
void | iot_file_static_assign (iot_file_t *p_file) |
This function is used to assign correct callbacks and file type to passed IoT File instance. | |
Macro function which simplifies file setup process and file type assigning function.
#define IOT_FILE_STATIC_INIT | ( | p_iot_file, | |
p_file_name, | |||
p_mem, | |||
size | |||
) |
This macro function configures passed file as a static buffer file.