Home
last modified time | relevance | path

Searched full:here (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dconf.py16 # add these directories to sys.path here. If the directory is relative to the
17 # documentation root, use os.path.abspath to make it absolute, like shown here.
26 # If your documentation needs a minimal Sphinx version, state it here.
30 # Add any Sphinx extension module names here, as strings. They can be
38 # Add any paths that contain templates here, relative to this directory.
109 # Add any paths that contain custom static files (such as style sheets) here,
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Darch.h197 * You can declare your own version here e.g. to enforce alignment without adding
240 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
249 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
258 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
271 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
280 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
289 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
301 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Darch.h262 * You can declare your own version here e.g. to enforce alignment without adding
304 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
313 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
322 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
335 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
344 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
353 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
365 * A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Drandm.c63 * system randomess to work with. Here all we use is the
99 /* Load sysData fields here. */ in avChurnRand()
170 * Here we attempt to compute a random number seed but even if
210 * Randomize our random seed value. Here we use the fact that
212 * and network functions. Here we only get 16 bits of new random
234 * Here we use the Borland rand() function to supply a pseudo random
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A DNO_SYS_SampleCode.c3 /* Service MAC IRQ here */ in eth_mac_irq()
35 /* Start MAC transmit here */ in netif_output()
115 /* your application goes here */ in main()
H A Dmqtt_client.txt33 /* Minimal amount of information required is client identifier, so set it here */
80 /* Just print the result code here for simplicity,
90 Example here uses a global variable, better would be to use a member in arg
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A DNO_SYS_SampleCode.c4 /* Service MAC IRQ here */ in eth_mac_irq()
37 /* Start MAC transmit here */ in netif_output()
120 /* your application goes here */ in main()
H A Dmqtt_client.txt33 /* Minimal amount of information required is client identifier, so set it here */
80 /* Just print the result code here for simplicity,
90 Example here uses a global variable, better would be to use a member in arg
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DAUTHORS4 parser and frontends. The list is too long to reproduce here, but you can
9 will not try to list the many authors here.
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportevent_m.c132 /* You can add your code under here. */ in vMBMasterErrorCBRespondTimeout()
154 /* You can add your code under here. */ in vMBMasterErrorCBReceiveData()
176 /* You can add your code under here. */ in vMBMasterErrorCBExecuteFunction()
193 /* You can add your code under here. */ in vMBMasterCBRequestScuuess()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dmagic.c122 /* Load sys_data fields here. */ in magic_churnrand()
211 * Here we attempt to compute a random number seed but even if
233 * Randomize our random seed value. Here we use the fact that
235 * and network functions. Here we only get 16 bits of new random
256 * Here we use the Borland rand() function to supply a pseudo random
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dmagic.c122 /* Load sys_data fields here. */ in magic_churnrand()
211 * Here we attempt to compute a random number seed but even if
233 * Randomize our random seed value. Here we use the fact that
235 * and network functions. Here we only get 16 bits of new random
256 * Here we use the Borland rand() function to supply a pseudo random
/nrf52832-nimble/rt-thread/examples/libc/
H A Dsem.c8 printf("other_thread here!\n"); in other_thread()
28 printf("main thread here!\n"); in test_thread()
H A Dex3.c145 /* The only way we can get here is when the thread breaks out in search()
146 of the while loop. In this case the thread that makes it here in search()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dmain_page.h67 * 2) Run lwIP in a mainloop. There is example code here: @ref lwip_nosys.
68 * lwIP is _ONLY_ called from mainloop callstacks here. The ethernet IRQ
77 * the TCPIP thread, so there is nothing to consider here.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinflate.h47 DONE, /* finished check, done -- remain here until reset */
48 BAD, /* got a data error -- remain here until reset */
49 MEM, /* got an inflate() memory error -- remain here until reset */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_nandif.c63 RT_ASSERT(0); //should not be here in nand_read_page()
104 RT_ASSERT(0); //should not be here in nand_write_page()
185 RT_ASSERT(0); //should not be here in WritePageWithLayout()
249 RT_ASSERT(0); //should not be here in ReadPageWithLayout()
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dsz.c49 rt_kprintf("\r\nsz: ready...\r\n"); /* here ready to send things */ in zs_start()
204 case ZRPOS: /* here we want */ in zsend_file()
250 case ZRPOS: /* resend here */ in zsend_file_data()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_id.h46 * here.
115 * written here.
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Ddevice_composition.c620 /* Here, Model specification is silent about tid implementation */ in gen_def_trans_time_setunack()
629 /* Do some work here to save value of state->tt on SoC flash */ in gen_def_trans_time_setunack()
707 /* Here, Model specification is silent about tid implementation */ in gen_onpowerup_setunack()
714 /* Do some work here to save value of state->onpowerup on SoC flash */ in gen_onpowerup_setunack()
1075 /* Here, Model specification is silent about tid implementation */ in light_lightness_default_set_unack()
1077 /* Do some work here to save value of state->def on SoC flash */ in light_lightness_default_set_unack()
1111 /* Here, Model specification is silent about tid implementation */ in light_lightness_range_setunack()
1122 /* Do some work here to save values of in light_lightness_range_setunack()
1320 /* Here, as per Model specification, status should be in light_ctl_setunack()
1401 /* Here, Model specification is silent about tid implementation */ in light_ctl_default_setunack()
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dpmu.h117 /* Linux add an isb here, don't know why here. */ in rt_hw_pmu_select_counter()
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-a/
H A Dpmu.h117 /* Linux add an isb here, don't know why here. */ in rt_hw_pmu_select_counter()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_scan.c460 /* if not chained, there is nothing to do here */ in ble_ll_scan_send_truncated_if_chained()
504 * Normally reference counter here should be 2. 1 for outstanding in ble_ll_scan_end_adv_evt()
882 * we just add 2 here. in ble_ll_scan_send_adv_report()
921 * NOTE: connect requests and scan requests are not passed here
1083 /* If we are late here, it is still OK because we keep scanning. in ble_ll_scan_start()
1571 * here. The next event time will turn off the clock. in ble_ll_scan_event_proc()
1669 * work for successful scan requests. If failed, we do the work here. in ble_ll_scan_rx_isr_start()
1842 /* If we are here that means there is chain advertising. */ in ble_ll_scan_get_aux_data()
2224 * The reason we do something different here (as opposed to failed CRC) is in ble_ll_scan_rx_isr_end()
2569 /* XXX what should we do here? send some trimmed event? */ in ble_ll_hci_send_ext_adv_report()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c707 * CC[1] is only used as a reference on RX start, we do not need it here so in ble_phy_wfr_enable()
909 * XXX: not sure we need to stop the timer here all the time. Or that in ble_phy_tx_end_isr()
910 * it should be stopped here. in ble_phy_tx_end_isr()
930 * set in packet header. However, here we need actual coding of received in ble_phy_get_cur_rx_phy_mode()
1045 * Note: CC[3] is used only for wfr which we do not need here. in ble_phy_rx_end_isr()
1055 * that is not sent over the air but is present here. Simply move the in ble_phy_rx_end_isr()
1127 nrf52 may be able to get here early. */ in ble_phy_rx_start_isr()
1359 * XXX: I do not think we need to wait for settling time here since in ble_phy_init()
1361 * and it will only degrade performance. Might want to wait here though. in ble_phy_init()
1483 * can make a shortcut here when checking for idle state. in ble_phy_rx()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_lib.c107 /* No ASSERT here because possible to get a (conn == NULL) if we got an accept error */ in netconn_delete()
214 * @return TODO: return value is not set here...
381 /* TODO: Speedup: Don't block and wait for the answer here in netconn_recv_data()
524 /* TODO: Speedup: Don't block and wait for the answer here in netconn_recved()
635 non-blocking version here. */ in netconn_write_partly()
675 don't use TCPIP_APIMSG here */ in netconn_close_shutdown()

12345678910>>...20