Searched refs:string (Results 1 – 3 of 3) sorted by relevance
/hal_nordic-3.5.0/drivers/nrf_802154/serialization/spinel_base/ |
D | spinel.c | 177 static bool spinel_validate_utf8(const uint8_t *string) in spinel_validate_utf8() argument 183 while ((byte = *string++) != 0) in spinel_validate_utf8() 218 byte = *string++; in spinel_validate_utf8()
|
/hal_nordic-3.5.0/nrfx/doc/ |
D | nrfx.doxyfile | 141 # used to form the text in various listings. Each string in this list, if found 373 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 376 # definitions whose arguments contain STL classes (e.g. func(std::string); 377 # versus func(std::string) {}). This also make the inheritance and collaboration 707 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still 880 # can produce. The string should contain the $file, $line, and $text tags, which 892 # (outside of doxygen) the user can define a custom "cut" / "paste" string. 1425 # This tag specifies a string that should uniquely identify the documentation 1426 # set bundle. This should be a reverse domain-name style string, e.g. 1433 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify [all …]
|
/hal_nordic-3.5.0/nrfx/samples/doc/ |
D | nrfx_examples.doxyfile | 141 # used to form the text in various listings. Each string in this list, if found 371 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 374 # definitions whose arguments contain STL classes (e.g. func(std::string); 375 # versus func(std::string) {}). This also make the inheritance and collaboration 705 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still 878 # can produce. The string should contain the $file, $line, and $text tags, which 890 # (outside of doxygen) the user can define a custom "cut" / "paste" string. 1456 # This tag specifies a string that should uniquely identify the documentation 1457 # set bundle. This should be a reverse domain-name style string, e.g. 1464 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify [all …]
|