Searched refs:instance (Results 1 – 7 of 7) sorted by relevance
2079 od->instance = MIB_OBJECT_NONE; in noleafs_get_object_def()2185 od->instance = MIB_OBJECT_NONE; in system_get_object_def()2322 od->instance = MIB_OBJECT_NONE; in interfaces_get_object_def()2448 od->instance = MIB_OBJECT_NONE; in ifentry_get_object_def()2716 od->instance = MIB_OBJECT_NONE; in atentry_get_object_def()2831 od->instance = MIB_OBJECT_NONE; in ip_get_object_def()3065 od->instance = MIB_OBJECT_NONE; in ip_addrentry_get_object_def()3206 od->instance = MIB_OBJECT_NONE; in ip_rteentry_get_object_def()3407 od->instance = MIB_OBJECT_NONE; in ip_ntomentry_get_object_def()3487 od->instance = MIB_OBJECT_NONE; in icmp_get_object_def()[all …]
177 if ((msg_ps->ext_object_def.instance != MIB_OBJECT_NONE) && in snmp_msg_get_event()296 if ((object_def.instance != MIB_OBJECT_NONE) && in snmp_msg_get_event()406 if (msg_ps->ext_object_def.instance != MIB_OBJECT_NONE) in snmp_msg_getnext_event()553 if (msg_ps->ext_object_def.instance != MIB_OBJECT_NONE) in snmp_msg_set_event()606 if (msg_ps->ext_object_def.instance != MIB_OBJECT_NONE) in snmp_msg_set_event()674 if (object_def.instance != MIB_OBJECT_NONE) in snmp_msg_set_event()
156 static inline i2c_inst_t *i2c_get_instance(uint instance) { in i2c_get_instance() argument158 invalid_params_if(I2C, instance >= NUM_I2CS); in i2c_get_instance()159 return instance ? i2c1 : i2c0; in i2c_get_instance()
105 static inline uart_inst_t *uart_get_instance(uint instance) { in uart_get_instance() argument107 invalid_params_if(UART, instance >= NUM_UARTS); in uart_get_instance()108 return instance ? uart1 : uart0; in uart_get_instance()
75 u8_t instance; member
98 - Added possibility to choose TIMER instance used for workarounds in the NFCT driver.113 … the MISO pin pull setting in SPI and SPIM drivers. Now it can be set separately for each instance.329 - Added function for checking if a TIMER instance is enabled.
249 # instance, some of the names that are used will be different. The list of all257 # for that language. For instance, namespaces will be presented as packages,284 # instance to make doxygen treat .inc files as Fortran files (default is PHP),371 # (for instance a group of public functions) to be put as a subgroup of that947 # (index.html). This can be useful if you have a project on for instance GitHub1186 # https://en.wikipedia.org/wiki/Hue for more information. For instance the value1536 # should contain the MathJax.js script. For instance, if the mathjax directory1703 # \usepackage command. To get the times font for instance you can specify :
Completed in 24 milliseconds