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.
uint8_array_t Struct Reference
[Utility Functions and Definitions]
Byte array type. More...
#include <app_util.h>
Data Fields | |
uint16_t | size |
Number of array entries. | |
uint8_t * | p_data |
Pointer to array entries. |
Detailed Description
Byte array type.
Definition at line 148 of file app_util.h.
Field Documentation
uint8_t* p_data |
Pointer to array entries.
Definition at line 151 of file app_util.h.
uint16_t size |
Number of array entries.
Definition at line 150 of file app_util.h.
Generated on Wed Jul 13 2022 07:07:20 by
