zephyr/subsys/settings
Marcin Niestroj 26ea31fc87 settings: use CONTAINER_OF() to access backend structure
Use CONTAINER_OF() macro to access outer backend-specific structure. This
removes the requirement to keep `struct settings_store` as the first item
in outer structure.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2022-11-24 10:18:35 +01:00
..
include/settings settings: file: change FS (or file system) wording to File 2022-11-24 09:36:31 +01:00
src settings: use CONTAINER_OF() to access backend structure 2022-11-24 10:18:35 +01:00
CMakeLists.txt
Kconfig settings: file: change FS (or file system) wording to File 2022-11-24 09:36:31 +01:00