joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

dev_stat_t Struct Reference

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

Counter for heap allocation fail.

Definition at line 43 of file dev_stat_api.h.

Total heap allocated bytes.

Definition at line 42 of file dev_stat_api.h.

Reserved heap sector count.

Definition at line 39 of file dev_stat_api.h.

Reserved heap data in bytes.

Definition at line 40 of file dev_stat_api.h.

Reserved heap data in bytes max value.

Definition at line 41 of file dev_stat_api.h.

Heap total sector length.

Definition at line 38 of file dev_stat_api.h.