Home
last modified time | relevance | path

Searched refs:allowedTypes (Results 1 – 1 of 1) sorted by relevance

/tinycbor-2.7.6/src/
Dcborvalidation.c359 uint32_t allowedTypes = tagData->types; in validate_tag() local
365 while (allowedTypes) { in validate_tag()
366 if ((uint8_t)(allowedTypes & 0xff) == type) in validate_tag()
368 allowedTypes >>= 8; in validate_tag()
370 if (!allowedTypes) in validate_tag()