SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
settings.cpp File Reference
#include "settings.hpp"
#include "dsp/ccsds.hpp"
#include "error_handler.hpp"
#include "memory_monitor.hpp"
#include <satnogs-comms-lib/exception.hpp>
#include <zephyr/drivers/flash.h>

Go to the source code of this file.

Namespaces

namespace  satnogs
namespace  satnogs::comms

Typedefs

using radio = scl::radio

Functions

 FS_FSTAB_DECLARE_ENTRY (DT_NODELABEL(lfs1))

Variables

constexpr off_t offset = DT_REG_ADDR(DT_NODELABEL(lfs1_partition))
struct fs_mount_t * mountpoint = &FS_FSTAB_ENTRY(DT_NODELABEL(lfs1))

Typedef Documentation

◆ radio

using radio = scl::radio

Definition at line 30 of file settings.cpp.

Function Documentation

◆ FS_FSTAB_DECLARE_ENTRY()

FS_FSTAB_DECLARE_ENTRY ( DT_NODELABEL(lfs1) )

Variable Documentation

◆ mountpoint

struct fs_mount_t* mountpoint = &FS_FSTAB_ENTRY(DT_NODELABEL(lfs1))

Definition at line 37 of file settings.cpp.

◆ offset

off_t offset = DT_REG_ADDR(DT_NODELABEL(lfs1_partition))
constexpr

Definition at line 34 of file settings.cpp.