Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h46 uint8_t pause; member
55 uint8_t pause; member
Dull_llcp_local.c202 return conn->llcp.local.pause == 1U; in llcp_lr_ispaused()
207 conn->llcp.local.pause = 1U; in llcp_lr_pause()
212 conn->llcp.local.pause = 0U; in llcp_lr_resume()
Dull_llcp_remote.c201 return (conn->llcp.remote.pause == 1U); in llcp_rr_ispaused()
206 conn->llcp.remote.pause = 1U; in llcp_rr_pause()
211 conn->llcp.remote.pause = 0U; in llcp_rr_resume()
Dull_llcp.c414 conn->llcp.local.pause = 0U; in ull_llcp_init()
419 conn->llcp.remote.pause = 0U; in ull_llcp_init()
/Zephyr-latest/soc/snps/arc_iot/
Dsysconf.c287 void arc_iot_pwm_timer_pause(uint32_t id, uint32_t pause) in arc_iot_pwm_timer_pause() argument
295 if (pause) { in arc_iot_pwm_timer_pause()
/Zephyr-latest/drivers/counter/
Dcounter_rpi_pico_timer.c46 config->timer->pause = 0; in counter_rpi_pico_timer_start()
55 config->timer->pause = 1u; in counter_rpi_pico_timer_stop()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h123 int pause(void);
/Zephyr-latest/lib/posix/options/
Dsignal.c144 int pause(void) in pause() function
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c172 zassert_not_null(pause); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c488 zassert_equal(conn.llcp.local.pause, 0); in ZTEST()
489 zassert_equal(conn.llcp.remote.pause, 0); in ZTEST()
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.saml2x7 bool "Insert a pause at boot, to allow a debugger to attach"
/Zephyr-latest/samples/net/sockets/big_http_download/
DREADME.rst49 in the source code. After a short pause, the process repeats (in an
/Zephyr-latest/boards/native/doc/
Darch_soc.rst149 pause it after the execution is stuck; it will be paused in
259 Execution is fully reproducible, you can pause it without side-effects.
299 Execution is fully reproducible. You can normally pause your execution without
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst729 resources. Client start, stop, pause and resume are also available. The feature is enabled by
788 pause :LwM2M engine thread pause
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst200 breakpoint will pause the whole simulation.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst212 to do operations like play, pause, fast forward, change track, change
219 "52") number three, and the pause command (opcode "2"):
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst475 behaviour. The POSIX functions ``kill()``, ``pause()``, ``sigaction()``, ``sigpending()``,
487 pause(),yes :ref:`†<posix_undefined_behaviour>`
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c852 SHELL_CMD_ARG(pause, NULL, LWM2M_HELP_PAUSE, cmd_pause, 1, 0),
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst221 * pause/resume concepts - there are two (see spec for details)
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst212 specific hardware. Contact your hardware support team (pause for
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmedia_controller.c1356 SHELL_CMD_ARG(pause, NULL, "Send the pause command",
Dmcc.c2046 SHELL_CMD_ARG(pause, NULL, "Send the pause command",
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst273 Making the CPU idle causes the kernel to pause all operations until an event,
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst825 ``write``, ``start``, ``stop``, ``update``, ``pause``, ``resume``.
829 * Added support for LwM2M engine pause/resume.
Drelease-notes-3.3.rst3351 * :github:`51566` - broken network once lwM2M is resumed after pause