Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 5 of 5) sorted by relevance

/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/test/
Dtest1.c46 struct Options struct
48 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;
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/test/
Dtest1.cpp44 struct Options struct
46 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;
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/test/
Dtest1.c42 struct Options { struct
43 char* connection; /**< connection to system under test. */
44 char** haconnections;
45 int hacount;
46 int verbose;
47 int test_no;
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_cortex.h491 __STATIC_INLINE void LL_MPU_Enable(uint32_t Options) in LL_MPU_Enable()
/device/soc/telink/b91/b91_ble_sdk/stack/ble/hci/
Dhci_cmd.h780 u8 Options; member