Home
last modified time | relevance | path

Searched full:need (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/nrf52832-nimble/rt-thread/examples/libc/
H A Dtermios_test.c20 #error "TERMIOS need RT_USING_POSIX_TERMIOS"
23 #error "POSIX poll/select need RT_USING_POSIX"
172 int recved = 0, need = size; in recv_comm() local
215 rt_kprintf("need %d data in timeout %d ms,but only %d recved.\n", in recv_comm()
229 c = &buffer[size - need]; in recv_comm()
235 drv_recved = (drv_recved > need ? need : drv_recved); in recv_comm()
245 need -= recved; in recv_comm()
247 if(need) in recv_comm()
251 else if (need == 0) in recv_comm()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt14 For SNMPv2c and v3 have a greater complexity and need many
57 First of all you'll need to add the following define
65 Note you'll might need to adapt you network driver to update
88 Also before starting the agent you need to setup
107 when it's queried (any function which need "sysuptime" have to call
114 If want to extend the agent with your own private MIB you'll need to
127 If you need to create your own private MIB you'll need
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip6_frag.h63 * extension header. This means that for each first fragment packet, we need to
64 * 1) make a copy of some IPv6 header fields (src+dest) that we need later on,
68 * if this setting is disabled, but if it is enabled, we need to save a bit
76 * we copy the fields that we need from the IP header for as long as the helper
78 * those fields in the IP header each time we need to perform checks on them. */
101 /* In this case we still need the buffer, for sending ICMPv6 replies. */
H A Darch.h99 * include stddef.h header to get size_t. You need to typedef size_t
111 * the stdint.h header. You need to typedef the generic types listed in
139 * the inttypes.h header. You need to define the format strings listed in
176 * the limits.h header. You need to define the type limits yourself in this case
188 /* Do we need to define ssize_t? This is a compatibility hack:
265 * e.g. if you use gcc and need 32 bit alignment:\n
/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A Dymodem.h87 * When sending files, the len is the buf size in RYM. The callback need to
104 /* When error happened, user need to check this to get when the error has
121 * support it. So if you want to save the data to a file, you may need to
122 * create the file on need. It is the on_begin's responsibility to parse the
134 * is ignored. As above, this parameter can be NULL if you don't need such
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dppp.txt171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
274 * dead state (i.e. disconnected). We don't need to provide thread-safe
277 * only need to be done once.
301 * dead state (i.e. disconnected). We don't need to provide thread-safe
304 * only need to be done once.
335 * mode, where we will need to negotiate the incoming PPPoE session or L2TP
336 * session before initiating PPP itself. We need this call because there is
372 * dead state (i.e. disconnected). You need to call ppp_close() before.
389 to reduce your need of buffer if pppos_input() is called byte after byte in
505 Functions from ppp.h can be used, but you don't need to include this header
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dppp.txt171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
274 * dead state (i.e. disconnected). We don't need to provide thread-safe
277 * only need to be done once.
301 * dead state (i.e. disconnected). We don't need to provide thread-safe
304 * only need to be done once.
335 * mode, where we will need to negotiate the incoming PPPoE session or L2TP
336 * session before initiating PPP itself. We need this call because there is
372 * dead state (i.e. disconnected). You need to call ppp_close() before.
389 to reduce your need of buffer if pppos_input() is called byte after byte in
505 Functions from ppp.h can be used, but you don't need to include this header
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_sb.h77 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */
78 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre…
80 struct list_head erase_pending_list; /* Blocks which need erasing now */
81 …struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written…
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_xcvr.c132 * no need to start the cputime timer in ble_ll_xcvr_rfclk_timer_start()
143 * If the timer is on the list, we need to see if its expiry is before in ble_ll_xcvr_rfclk_timer_start()
144 * 'cputime'. If the expiry is before, no need to do anything. If it in ble_ll_xcvr_rfclk_timer_start()
145 * is after, we need to stop the timer and start at new time. in ble_ll_xcvr_rfclk_timer_start()
H A Dble_ll_ctrl.c48 * 1) Do I need to keep track of which procedures have already been done?
49 * Do I need to worry about repeating procedures?
50 * 2) Should we create pool of control pdu's?. Dont need more
70 * are running. So I need to go look through all the code and see where I
299 * check is all we need for a master (when receiving a request). in ble_ll_ctrl_conn_param_pdu_proc()
306 * has provided? Not sure what to do here. Do we need to remember what in ble_ll_ctrl_conn_param_pdu_proc()
307 * host sent us? For now, I will assume that we need to remember what in ble_ll_ctrl_conn_param_pdu_proc()
326 * need to know before we indicate to the host that they are acceptable. in ble_ll_ctrl_conn_param_pdu_proc()
329 /* If Host masked out Remote Connection Parameter Request Event, we need to in ble_ll_ctrl_conn_param_pdu_proc()
396 /* XXX: so we need to make the new anchor point some time away in ble_ll_ctrl_conn_upd_make()
[all …]
H A Dble_ll_conn.c57 * iii) I think I need to do something like this: I am initiating and
73 * time. That is not good. Need to deal with that. Need to extend connection
79 * the host that issued the create connection. Need to resolve this.
100 * 1) When scheduling, I need to make sure I have time between
102 * is this basically accounted for given a slot? I really just need to
108 * keeping track of last anchor point. Would need last anchor usecs too. I guess
115 * XXX: How should we deal with a late connection event? We need to determine
225 * If current phy is not one of the preferred we need to start control
387 * need to post to the LL the connection event end event in ble_ll_conn_current_sm_over()
935 * in the scheduler list! Thus, we need to calculate the time at which the
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dcontext_gcc.S76 @ need to make sure we are in vmm domain as we would use rt_current_thread
96 @ the stack is saved in the guest domain so we need to
108 reentrant. If that happens, we need to make sure that call the
122 /* we need _guest_switch_lvl to protect until _switch_through, but it's OK
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest_assert.h17 /* No need for the user to use this function directly */
20 /* No need for the user to use this function directly */
24 /* No need for the user to use this macro directly */
31 * No need for the user to call this function directly.
/nrf52832-nimble/rt-thread/include/
H A Drtdebug.h15 #error "POSIX poll/select, stdin need file system(RT_USING_DFS) and device file system(RT_USING_DFS…
19 #error "POSIX layer need standard C library(RT_USING_LIBC)"
26 #error "termios need POSIX layer(RT_USING_POSIX)"
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6_frag.c74 /* The number of bytes we need to "borrow" from (i.e., overwrite in) the header
189 /* First, free all received pbufs. The individual pbufs need to be released in ip6_reass_free_complete_datagram()
364 /* need to use the none-const pointer here: */ in ip6_reass()
461 /* received the same datagram twice: no need to keep the datagram */ in ip6_reass()
465 /* overlap: no need to keep the new datagram */ in ip6_reass()
511 /* need to use the none-const pointer here: */ in ip6_reass()
516 /* For IPV6_FRAG_COPYHEADER there is no need to copy src/dst again, as they in ip6_reass()
600 /* We need to get rid of the fragment header itself, which is somewhere in in ip6_reass()
623 /* With the fragment header gone, we now need to adjust the next-header in ip6_reass()
626 * fragment header, we do not need any further sanity checks here. */ in ip6_reass()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c59 * and 16ms for a 30ppm crystal! We need to limit PDU size based on
290 * so no need to apply them every time. in ble_phy_apply_nrf52840_errata()
506 * We need to adjust start time to include radio ramp-up and TX pipeline in ble_phy_set_start_time()
543 * need to account for it. in ble_phy_set_start_time()
594 * Set RTC compare to start TIMER0. We need to set it to at least N+2 ticks in ble_phy_set_start_now()
707 * CC[1] is only used as a reference on RX start, we do not need it here so in ble_phy_wfr_enable()
799 * On Coded PHY there are CI and TERM1 fields before PDU starts so we need in ble_phy_rx_xcvr_setup()
847 /* If this transmission was encrypted we need to remember it */ in ble_phy_tx_end_isr()
909 * XXX: not sure we need to stop the timer here all the time. Or that 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()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap_coc.c175 * need to handle it better in ble_l2cap_coc_rx_fn()
189 /* FIXME: need to handle it better */ in ble_l2cap_coc_rx_fn()
205 * we need to prepare space for this. Therefore we need sdu_rx in ble_l2cap_coc_rx_fn()
369 /* In data_offset we keep track on what we already sent. Need to remember in ble_l2cap_coc_continue_tx()
370 * that for first packet we need to decrease data size by 2 bytes for sdu in ble_l2cap_coc_continue_tx()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_flash.h144 …AUTO, flash driver do ecc correction before return data and flash driver do not need to return ecc.
145 …* if ecc_opt is UFFS_ECC_NONE or UFFS_ECC_SOFT, flash driver do not need to calculate data ecc a…
166 …AUTO, flash driver do ecc correction before return data and flash driver do not need to return ecc.
167 …* if ecc_opt is UFFS_ECC_NONE or UFFS_ECC_SOFT, flash driver do not need calculate data ecc and …
170 * if ecc_opt is UFFS_ECC_NONE or UFFS_ECC_HW_AUTO, do not need to return ecc_store.
185 * \note flash driver DO NOT need to do ecc correction for tag,
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_phy.c42 * and 16ms for a 30ppm crystal! We need to limit PDU size based on
319 * Need to look at this. in ble_phy_set_start_time()
323 * With the 32.768 kHz crystal, we may need to adjust the RTC compare in ble_phy_set_start_time()
327 * TIMER0 counts at 1MHz). A remainder of 19 or more we will need to add in ble_phy_set_start_time()
328 * 1 tick. We dont need to add 1 tick per se, but it does give us slightly in ble_phy_set_start_time()
349 * need to account for it. in ble_phy_set_start_time()
476 /* XXX: do I only need to do this once? Figure out what I can do in ble_phy_rx_xcvr_setup()
519 /* If this transmission was encrypted we need to remember it */ in ble_phy_tx_end_isr()
567 * XXX: not sure we need to stop the timer here all the time. Or that in ble_phy_tx_end_isr()
628 * encrypted we need to not trust this frame and drop it. in ble_phy_rx_end_isr()
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/apps/hello-world/
H A Dhello-world.h26 here. But we might need to include uipopt.h if we need the u8_t and
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Darch.h97 * include stddef.h header to get size_t. You need to typedef size_t
109 * the stdint.h header. You need to typedef the generic types listed in
129 * the inttypes.h header. You need to define the format strings listed in
166 * the limits.h header. You need to define the type limits yourself in this case
200 * e.g. if you use gcc and need 32 bit alignment:\n
/nrf52832-nimble/rt-thread/components/vbus/
H A Dvbus.h31 * corruption, you need to wait on the RT_VBUS_EVENT_ID_TX event.
34 * need to wait.
123 /* There will be a request for each channel. So no need to seperate them so
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dmem.c54 * Pass NULL if you don't need this
95 * Pass NULL if you don't need this
138 * Pass NULL if you don't need this
185 * Pass NULL if you don't need this
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_opts.h52 * To integrate MIB2 of an external agent, you need to enable
54 * and statistics counters you need to get MIB2 working.
191 * If you need to create your own private MIB you'll need

12345678910>>...21