|
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.
|
#include <meshx_fal_interface.h>
Data Fields | |
| char const * | name |
| uint32_t | base_addr |
| uint32_t | size |
| uint32_t | sector_size |
| void * | priv |
| uint32_t meshx_fal_partition_t::base_addr |
Base address of the partition (if applicable)
| char const* meshx_fal_partition_t::name |
Name of the partition
| void* meshx_fal_partition_t::priv |
Platform-specific private data (e.g., partition handle)
| uint32_t meshx_fal_partition_t::sector_size |
Size of an erasable sector in bytes
| uint32_t meshx_fal_partition_t::size |
Total size of the partition in bytes