Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 7 of 7) sorted by relevance

/external/lib/lwip/core/snmp/
A Dmib2.c2079 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 …]
A Dmsg_in.c177 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()
/external/platform/pico/rp2_common/hardware_i2c/include/hardware/
A Di2c.h156 static inline i2c_inst_t *i2c_get_instance(uint instance) { in i2c_get_instance() argument
158 invalid_params_if(I2C, instance >= NUM_I2CS); in i2c_get_instance()
159 return instance ? i2c1 : i2c0; in i2c_get_instance()
/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h105 static inline uart_inst_t *uart_get_instance(uint instance) { in uart_get_instance() argument
107 invalid_params_if(UART, instance >= NUM_UARTS); in uart_get_instance()
108 return instance ? uart1 : uart0; in uart_get_instance()
/external/lib/lwip/include/lwip/
A Dsnmp_structs.h75 u8_t instance; member
/external/platform/nrfx/
A DCHANGELOG.md98 - 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.
/external/platform/nrfx/doc/
A Dnrfx.doxyfile249 # instance, some of the names that are used will be different. The list of all
257 # 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 that
947 # (index.html). This can be useful if you have a project on for instance GitHub
1186 # https://en.wikipedia.org/wiki/Hue for more information. For instance the value
1536 # should contain the MathJax.js script. For instance, if the mathjax directory
1703 # \usepackage command. To get the times font for instance you can specify :

Completed in 24 milliseconds