Home
last modified time | relevance | path

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

/nanopb-2.7.6/tests/stackusage/
Dstackusage.c51 msg.settings.id = 1; in do_encode()
52 strcpy(msg.settings.name, "abcd"); in do_encode()
53 msg.settings.en = true; in do_encode()
54 msg.settings.has_begin = true; in do_encode()
55 msg.settings.begin.label = 1234; in do_encode()
56 msg.settings.begin.properties_count = 1; in do_encode()
57 msg.settings.begin.properties[0].which_field = Property_DeviceA_Mode_tag; in do_encode()
58 msg.settings.begin.properties[0].field.DeviceA_Mode = 2; in do_encode()
74 assert(msg.settings.begin.properties[0].field.DeviceA_Mode == 2); in do_decode()
Dstackusage.proto43 Settings settings = 1; field
/nanopb-2.7.6/
Dconanfile.py10 settings = "os_build", "compiler", "build_type", "arch" variable in NanoPbConan
21 if self.settings.os_build == "Windows" and self.settings.compiler == "Visual Studio":
DCHANGELOG.txt425 Add a section in top of pb.h for changing compilation settings (issue 76)
/nanopb-2.7.6/tests/
DSConstruct40 # If a cross compilation platform is given, apply the environment settings
/nanopb-2.7.6/docs/
Dreference.md10 > **NOTE:** You must have the same settings for the nanopb library and all code that
24 The `PB_MAX_REQUIRED_FIELDS` and `PB_FIELD_32BIT` settings allow
57 This only makes sense for settings that apply to a whole file.
/nanopb-2.7.6/generator/
Dnanopb_generator.py2076 for s in options.settings: