SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
MemoryRegion_t Struct Reference

#include <FreeRTOS.h>

Public Attributes

void * pvBaseAddress
uint32_t ulLengthInBytes
uint32_t ulParameters

Detailed Description

Definition at line 560 of file FreeRTOS.h.

Member Data Documentation

◆ pvBaseAddress

void* MemoryRegion_t::pvBaseAddress

Base address of the MPU region.

Definition at line 562 of file FreeRTOS.h.

◆ ulLengthInBytes

uint32_t MemoryRegion_t::ulLengthInBytes

Length of the region in bytes.

Definition at line 563 of file FreeRTOS.h.

◆ ulParameters

uint32_t MemoryRegion_t::ulParameters

Region attributes (device-specific encoding).

Definition at line 564 of file FreeRTOS.h.


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