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.
Fork of nrf51-sdk by
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 123 of file app_util.h.
Field Documentation
uint8_t* p_data |
Pointer to array entries.
Definition at line 126 of file app_util.h.
uint16_t size |
Number of array entries.
Definition at line 125 of file app_util.h.
Generated on Tue Jul 12 2022 14:11:25 by
