Searched refs:str (Results 1 – 3 of 3) sorted by relevance
/hal_nordic-3.5.0/nrfx/samples/doc/sphinx/ |
D | conf.py | 31 html_static_path = [str(CONF_DIR / "_static")] 37 breathe_projects = {"nrfx_examples": str(CONF_DIR / ".." / "xml")}
|
/hal_nordic-3.5.0/nrfx/doc/sphinx/ |
D | conf.py | 31 html_static_path = [str(CONF_DIR / "_static")] 37 breathe_projects = {"nrfx": str(CONF_DIR / ".." / "xml")}
|
/hal_nordic-3.5.0/drivers/nrf_802154/serialization/spinel_base/ |
D | spinel.c | 2726 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 …]
|