Searched defs:Options (Results 1 – 5 of 5) sorted by relevance
46 struct Options struct48 char* host; /**< connection to system under test. */49 int port;50 char* proxy_host;51 int proxy_port;52 int verbose;53 int test_no;54 int MQTTVersion;55 int iterations;
44 struct Options struct46 char* host; /**< connection to system under test. */47 int port;48 char* proxy_host;49 int proxy_port;50 int verbose;51 int test_no;52 int MQTTVersion;53 int iterations;
42 struct Options { struct43 char* connection; /**< connection to system under test. */44 char** haconnections;45 int hacount;46 int verbose;47 int test_no;
491 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable()
780 u8 Options; member