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 77 of file app_util.h.
Field Documentation
| uint8_t* p_data | 
Pointer to array entries.
Definition at line 80 of file app_util.h.
| uint16_t size | 
Number of array entries.
Definition at line 79 of file app_util.h.
Generated on Tue Jul 12 2022 15:07:16 by
 1.7.2
 1.7.2