![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
#include <FreeRTOS.h>
Public Attributes | |
| void * | pvBaseAddress |
| uint32_t | ulLengthInBytes |
| uint32_t | ulParameters |
Definition at line 560 of file FreeRTOS.h.
| void* MemoryRegion_t::pvBaseAddress |
Base address of the MPU region.
Definition at line 562 of file FreeRTOS.h.
| uint32_t MemoryRegion_t::ulLengthInBytes |
Length of the region in bytes.
Definition at line 563 of file FreeRTOS.h.
| uint32_t MemoryRegion_t::ulParameters |
Region attributes (device-specific encoding).
Definition at line 564 of file FreeRTOS.h.