Flipper Zero Firmware
Loading...
Searching...
No Matches
expansion_settings.h File Reference

Expansion module support settings. More...

#include <stdint.h>
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  ExpansionSettings
 Expansion module support settings storage type. More...
 

Functions

void expansion_settings_load (ExpansionSettings *settings)
 Load expansion module support settings from file.
 
void expansion_settings_save (const ExpansionSettings *settings)
 Save expansion module support settings to file.
 

Detailed Description

Expansion module support settings.

Function Documentation

◆ expansion_settings_load()

void expansion_settings_load ( ExpansionSettings * settings)

Load expansion module support settings from file.

Parameters
[in,out]settingspointer to an ExpansionSettings instance to load settings into.

◆ expansion_settings_save()

void expansion_settings_save ( const ExpansionSettings * settings)

Save expansion module support settings to file.

Parameters
[in]settingspointer to an ExpansionSettings instance to save settings from.