Home
last modified time | relevance | path

Searched defs:instances (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/
Dnetworking_with_multiple_instances.rst195 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h169 uint32_t instances; ///< maximum number of instances of that thread function member
286 #define osThreadDef(name, priority, instances, stacksz) \ argument
289 #define osThreadDef(name, priority, instances, stacksz) \ argument
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1763 def __init__(self, instances, suites, env=None) -> None: argument