MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
Loading...
Searching...
No Matches
meshx_fal_partition_t Struct Reference

#include <meshx_fal_interface.h>

Data Fields

char const * name
uint32_t base_addr
uint32_t size
uint32_t sector_size
void * priv

Field Documentation

◆ base_addr

uint32_t meshx_fal_partition_t::base_addr

Base address of the partition (if applicable)

◆ name

char const* meshx_fal_partition_t::name

Name of the partition

◆ priv

void* meshx_fal_partition_t::priv

Platform-specific private data (e.g., partition handle)

◆ sector_size

uint32_t meshx_fal_partition_t::sector_size

Size of an erasable sector in bytes

◆ size

uint32_t meshx_fal_partition_t::size

Total size of the partition in bytes


The documentation for this struct was generated from the following file: