Home
last modified time | relevance | path

Searched full:secondary (Results 1 – 25 of 47) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dipcp.h62 #define CI_MS_DNS2 131 /* Secondary DNS value */
66 #define CI_MS_WINS2 132 /* Secondary WINS value */
102 unsigned int req_dns2 :1; /* Ask peer to send secondary DNS address? */
107 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
110 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dipcp.h66 #define CI_MS_DNS2 131 /* Secondary DNS value */
70 #define CI_MS_WINS2 132 /* Secondary WINS value */
106 unsigned int req_dns2 :1; /* Ask peer to send secondary DNS address? */
111 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
114 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dipcp.h66 #define CI_MS_DNS2 131 /* Secondary DNS value */
67 #define CI_MS_WINS2 130 /* Secondary WINS value */
89 u_int req_dns2 : 1; /* Ask peer to send secondary DNS address? */
94 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
95 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
H A Dipcp.c663 IPCPDEBUG(LOG_INFO, ("secondary DNS address %s\n", inet_ntoa(cidnsaddr))); in ipcp_nakci()
1028 /* Microsoft primary or secondary DNS request */ in ipcp_reqci()
1052 /* Microsoft primary or secondary WINS request */ in ipcp_reqci()
1298 IPCPDEBUG(LOG_NOTICE, ("secondary DNS address %s\n", inet_ntoa(go->dnsaddr[1]))); in ipcp_up()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A DREADME.md17 the secondary elements will appear at 0x101, 0x102 and 0x103.
67 health, and onoff. The secondary elements only
/nrf52832-nimble/rt-thread/include/
H A Drthw.h167 * boot secondary cpu
172 * secondary cpu idle function
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A DREADME.md24 And Secondary element has following models
43 * LED4 is associated with generic Level (Secondary) / Light CTL Temperature value
/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/
H A Dserial.h25 /*For sep4020's uart have several secondary function*/
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/
H A Dcpuport_smp.c9 * 2018/12/27 Jesven Add secondary cpu boot
/nrf52832-nimble/rt-thread/libcpu/unicore32/sep6200/
H A Dserial.h46 /*For sep6200's uart have several secondary function*/
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_uart.h257 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
278 * (and the secondary buffer has already been set
H A Dnrfx_uarte.h273 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
291 * (and the secondary buffer has already been set
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal.h95 int sec_family; /* secondary protocol families type */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dipcp.c387 and the last as the secondary. If only one is given it
388 becomes both primary and secondary. */
394 /* always set the secondary address value. */
423 and the last as the secondary. If only one is given it
424 becomes both primary and secondary. */
430 /* always set the secondary address value. */
1651 /* Microsoft primary or secondary DNS request */ in ipcp_reqci()
1673 /* Microsoft primary or secondary WINS request */ in ipcp_reqci()
2091 ppp_notice("secondary DNS address %I", go->dnsaddr[1]); in ipcp_up()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dipcp.c387 and the last as the secondary. If only one is given it
388 becomes both primary and secondary. */
394 /* always set the secondary address value. */
423 and the last as the secondary. If only one is given it
424 becomes both primary and secondary. */
430 /* always set the secondary address value. */
1651 /* Microsoft primary or secondary DNS request */ in ipcp_reqci()
1673 /* Microsoft primary or secondary WINS request */ in ipcp_reqci()
2091 ppp_notice("secondary DNS address %I", go->dnsaddr[1]); in ipcp_up()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatts_lcl.c147 "primary" : "secondary"); in ble_gatt_show_local_svc()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dstart_gcc.S358 #define CF_7_SE (1 << 3) /* Secondary cache enable */
359 #define CF_7_SC (1 << 31) /* Secondary cache not present */
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_twi.c582 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twi_xfer()
588 NRFX_LOG_DEBUG("Secondary buffer data:"); in nrfx_twi_xfer()
H A Dnrfx_saadc.c69 volatile nrf_saadc_value_t * p_secondary_buffer; ///< Secondary sample buffer.
72 uint16_t secondary_buffer_size; ///< Size of the secondary buffer.
H A Dnrfx_twim.c497 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twim_xfer()
503 NRFX_LOG_DEBUG("Secondary buffer data:"); in nrfx_twim_xfer()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c20 * the secondary elements will appear at 0x101, 0x102 and 0x103.
287 * Root and Secondary Element Declarations
/nrf52832-nimble/rt-thread/src/
H A Dcomponents.c17 * 2018-11-22 Jesven Add secondary cpu boot up
H A Didle.c17 * combine the code of primary and secondary cpu
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/
H A Dstart_gcc.S415 mrc p15, #0, r0, c15, c0, #0 @ Read Secondary Auxiliary Control Register
417 mcr p15, #0, r0, c15, c0, #0 @ Write Secondary Auxiliary Control Register
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_reg_test.c507 /*** 1 primary, 1 secondary. */ in TEST_CASE()
518 /*** 1 primary, 1 secondary, 1 include. */ in TEST_CASE()

12