|
DMCP interface 03.17_023
|
OS and memory functions. More...
Functions | |
| void | sys_critical_start () |
| Enter critical section. | |
| void | sys_critical_end () |
| Leave critical section. | |
| void | sys_sleep () |
| Suspend program until next event. | |
| int | sys_free_mem () |
| Query free memory for malloc. | |
| uint8_t | get_hw_id () |
| Query hardware id. | |
OS and memory functions.
OS exposes heap memory allocations through standard malloc()/free() functions.
| uint8_t get_hw_id | ( | ) |
Query hardware id.
Useful for diagnostic purposes only.
| int sys_free_mem | ( | ) |
Query free memory for malloc.