updates

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

sdk_mapped_flags_key_list_t Struct Reference

sdk_mapped_flags_key_list_t Struct Reference
[Mapped flags]

Type used to present a subset of the registered keys. More...

#include <sdk_mapped_flags.h>

Data Fields

uint32_t len
 The length of the list.
uint16_t flag_keys [SDK_MAPPED_FLAGS_N_KEYS]
 The list of keys.

Detailed Description

Type used to present a subset of the registered keys.

Definition at line 75 of file sdk_mapped_flags.h.


Field Documentation

uint16_t flag_keys[SDK_MAPPED_FLAGS_N_KEYS]

The list of keys.

Definition at line 78 of file sdk_mapped_flags.h.

uint32_t len

The length of the list.

Definition at line 77 of file sdk_mapped_flags.h.