Home
last modified time | relevance | path

Searched full:running (Results 1 – 25 of 223) sorted by relevance

123456789

/nrf52832-nimble/nordic/nrfx/soc/
H A Dnrfx_atomic.h84 * @brief Function for running a logical OR operation on an atomic object
95 * @brief Function for running a logical OR operation on an atomic object
106 * @brief Function for running a logical AND operation on an atomic object
117 * @brief Function for running a logical AND operation on an atomic object
128 * @brief Function for running a logical XOR operation on an atomic object
139 * @brief Function for running a logical XOR operation on an atomic object
150 * @brief Function for running an arithmetic ADD operation on an atomic object
161 * @brief Function for running an arithmetic ADD operation on an atomic object
172 * @brief Function for running an arithmetic SUB operation on an atomic object
183 * @brief Function for running an arithmetic SUB operation on an atomic object
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dpppapi.c69 * Call ppp_set_default() in a thread-safe way by running that function inside the
102 * Call ppp_set_notify_phase_callback() in a thread-safe way by running that function inside the
138 * Call pppos_create() in a thread-safe way by running that function inside the
180 * Call pppoe_create() in a thread-safe way by running that function inside the
232 * Call pppol2tp_create() in a thread-safe way by running that function inside the
281 * Call ppp_connect() in a thread-safe way by running that function inside the
314 * Call ppp_listen() in a thread-safe way by running that function inside the
346 * Call ppp_close() in a thread-safe way by running that function inside the
378 * Call ppp_free() in a thread-safe way by running that function inside the
409 * Call ppp_ioctl() in a thread-safe way by running that function inside the
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dpppapi.c69 * Call ppp_set_default() in a thread-safe way by running that function inside the
102 * Call ppp_set_notify_phase_callback() in a thread-safe way by running that function inside the
138 * Call pppos_create() in a thread-safe way by running that function inside the
180 * Call pppoe_create() in a thread-safe way by running that function inside the
232 * Call pppol2tp_create() in a thread-safe way by running that function inside the
281 * Call ppp_connect() in a thread-safe way by running that function inside the
314 * Call ppp_listen() in a thread-safe way by running that function inside the
346 * Call ppp_close() in a thread-safe way by running that function inside the
378 * Call ppp_free() in a thread-safe way by running that function inside the
409 * Call ppp_ioctl() in a thread-safe way by running that function inside the
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_clock.h151 …etails The NRF_CLOCK_TASK_LFCLKSTOP task cannot be set when the low-frequency clock is not running.
152 * The NRF_CLOCK_TASK_HFCLKSTOP task cannot be set when the high-frequency clock is not running.
250 * @details This function cannot be called when the low-frequency clock is running.
285 * is running and generating the LFCLK clock.
287 * is running and generating the LFCLK clock.
289 * the HFCLK is running and generating the LFCLK clock.
296 * @retval false If the LFCLK clock is not running.
297 * @retval true If the LFCLK clock is running.
324 * @retval false If the HFCLK clock is not running.
325 * @retval true If the HFCLK clock is running.
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_clock.h109 * @retval true If the LFCLK is running.
110 * @retval false If the LFCLK is not running.
127 * @retval true If the HFCLK is running (XTAL source).
128 * @retval false If the HFCLK is not running.
136 * must be running before this function is called.
H A Dnrfx_systick.h49 * This driver configures ARM(R) SysTick as a free-running timer.
72 * Function configures SysTick as a free-running timer without interrupt.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DREADME11 Just running make will produce the test program.
13 Running make with parameter 'D=-DLWIP_FUZZ_MULTI_PACKET' will produce a binary
31 running output_to_pcap.sh <outputdir> will create pcap files for each input
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DREADTEST.md1 Porting lwip 2.0.2 running on RT-Thread.
3 …to test lwip 2.0.2, I use the iperf tool to test it about more than 20 hours, It is running normal.
/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_glue.h179 …* @brief Macro for running a bitwise OR operation on an atomic object and returning its previous v…
189 * @brief Macro for running a bitwise AND operation on an atomic object
200 * @brief Macro for running a bitwise XOR operation on an atomic object
211 * @brief Macro for running an addition operation on an atomic object
222 * @brief Macro for running a subtraction operation on an atomic object
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dmain_page.h60 * the various protocols. It is the only API available when running lwIP
82 * provide all functions needed to run socket API applications running
136 * running on target system) or @ref lwip_os (there is an OS running
304 When the system is running, you have to periodically call
313 * approach was chosen: there is one main thread running the lwIP core
314 * (also known as the "tcpip_thread"). When running in a multithreaded
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dnetifapi.c216 * Call netif_add() in a thread-safe way by running that function inside the
261 * Call netif_set_addr() in a thread-safe way by running that function inside the
298 * way by running that function inside the tcpip_thread context.
320 * Call netif_name_to_index() in a thread-safe way by running that function inside the
351 * Call netif_index_to_name() in a thread-safe way by running that function inside the
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DREADME11 Just running make will produce the test program.
28 running output_to_pcap.sh <outputdir> will create pcap files for each input
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dnetifapi.c92 * Call netif_add() in a thread-safe way by running that function inside the
120 * Call netif_set_addr() in a thread-safe way by running that function inside the
143 * way by running that function inside the tcpip_thread context.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL56 Running `configure' might take a while. While running, it prints
72 This target does not install anything. Running this target as a
212 execution of `make' will be. For these packages, running `./configure
214 overridden with `make V=1'; while running `./configure
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dnetifapi.c119 * Call netif_add() in a thread-safe way by running that function inside the
164 * Call netif_set_addr() in a thread-safe way by running that function inside the
201 * way by running that function inside the tcpip_thread context.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt14 the various protocols. It is the only API available when running lwIP
26 provide all functions needed to run socket API applications running
35 approach was chosen: there is one main thread running the lwIP core
36 (also known as the "tcpip_thread"). When running in a multithreaded
441 When the system is running, you have to periodically call
/nrf52832-nimble/rt-thread/
H A DREADME.md12 …ility: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to …
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dmain_page.h49 * running on target system) or @ref lwip_os (there is an OS running
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h123 * is running. Must be called at least once prior to using timer.
158 * Stop a currently running timer; associated callback will NOT be called
/nrf52832-nimble/rt-thread/components/lwp/
H A DKconfig8 The lwP is a light weight process running in user mode.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt68 2 Running the Agent
72 actually get the SNMP agent running.
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dkernel.h31 * - Threads running at same priority level are supported. The shared time-slice
36 * -# Running/Ready
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h223 * Stops a cputimer from running. The timer is removed from the timer queue
225 * called even if timer is not running.
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportevent_m.c90 * This function is take Mobus Master running resource.
104 * This function is release Mobus Master running resource.
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_ctrl.h29 * It is used to determine which LL control procedure is currently running
45 /* Checks if a particular control procedure is running */

123456789