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.
util.h File Reference
Primary utility header. More...
Go to the source code of this file.
Functions | |
| bool | is_nonzero_mem (u8 *start, unsigned int bytes) |
| Is any byte memory at start for bytes nonzero? | |
| bool | is_zero_mem (u8 *start, unsigned int bytes) |
| Are all bytes at start for bytes zero? | |
| bool | is_equal_mem (u8 *a, u8 *b, unsigned int bytes) |
| Are the memory locations at and and b equal for bytes? | |
Detailed Description
Primary utility header.
In addition to providing some utility functions, this file also includes the other utility headers automatically.
Definition in file util.h.
Function Documentation
| bool is_nonzero_mem | ( | u8 * | start, |
| unsigned int | bytes | ||
| ) |
Generated on Tue Jul 12 2022 11:59:40 by
1.7.2