Home
last modified time | relevance | path

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

/hal_nordic-latest/utils/
Dupdate_blobs.py41 def compute_sha256(url: str) -> str: argument
44 sha256_hash: str = hashlib.sha256(response.content).hexdigest()
48 def render_template(template_path: str, output_path: str, latest_sha: str) -> None: argument
54 blobs: Dict[str, Dict[str, Any]] = {}
59 blob_info: Dict[str, Any] = {}
71 rendered_content: str = template.render(blobs=blobs, latest_sha=latest_sha)
Dgen_offsets.py84 parser.add_argument("--peripheral", type=str, required=True, help="Peripheral")
85 parser.add_argument("--guard", type=str, required=True, help="Header guard")
86 parser.add_argument("--prefix", type=str, default="", help="Prefix register names")
/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.c2726 const char *str = NULL; in main() local
2729 len = spinel_datatype_unpack(buffer, 8, "CiiLU", NULL, NULL, NULL, NULL, &str); in main()
2737 if (str != NULL) in main()
2751 const char * str = NULL; in main() local
2754 …len = spinel_datatype_unpack(buffer, (spinel_size_t)len, "CiiLUE", &c, &i1, &i2, &l, &str, &eui64); in main()
2786 if (strcmp(str, static_string) != 0) in main()
2804 char str[sizeof(static_string)]; in main() local
2807 …datatype_unpack_in_place(buffer, (spinel_size_t)len, "CiiLUE", &c, &i1, &i2, &l, &str, sizeof(str), in main()
2840 if (strcmp(str, static_string) != 0) in main()
2871 const char * str = NULL; in main() local
[all …]
/hal_nordic-latest/nrfx/doc/sphinx/
Dconf.py37 breathe_projects = {"nrfx": str(CONF_DIR / ".." / "xml")}
/hal_nordic-latest/nrfx/samples/doc/sphinx/
Dconf.py37 breathe_projects = {"nrfx_examples": str(CONF_DIR / ".." / "xml")}