Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
dev_stat_t Struct Reference
/struct dev_stat_t /brief Struct for device stats buffer structure. More...
#include <dev_stat_api.h>
Data Fields | |
int16_t | heap_sector_size |
Heap total sector length. | |
int16_t | heap_sector_alloc_cnt |
Reserved heap sector count. | |
int16_t | heap_sector_allocated_bytes |
Reserved heap data in bytes. | |
int16_t | heap_sector_allocated_bytes_max |
Reserved heap data in bytes max value. | |
uint32_t | heap_alloc_total_bytes |
Total heap allocated bytes. | |
uint32_t | heap_alloc_fail_cnt |
Counter for heap allocation fail. |
Detailed Description
/struct dev_stat_t /brief Struct for device stats buffer structure.
Definition at line 36 of file dev_stat_api.h.
Field Documentation
uint32_t heap_alloc_fail_cnt |
Counter for heap allocation fail.
Definition at line 43 of file dev_stat_api.h.
uint32_t heap_alloc_total_bytes |
Total heap allocated bytes.
Definition at line 42 of file dev_stat_api.h.
int16_t heap_sector_alloc_cnt |
Reserved heap sector count.
Definition at line 39 of file dev_stat_api.h.
int16_t heap_sector_allocated_bytes |
Reserved heap data in bytes.
Definition at line 40 of file dev_stat_api.h.
int16_t heap_sector_allocated_bytes_max |
Reserved heap data in bytes max value.
Definition at line 41 of file dev_stat_api.h.
int16_t heap_sector_size |
Heap total sector length.
Definition at line 38 of file dev_stat_api.h.
Generated on Tue Jul 12 2022 12:29:06 by
