/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_types.h | 46 uint8_t pause; member 55 uint8_t pause; member
|
D | ull_llcp_local.c | 202 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()
|
D | ull_llcp_remote.c | 201 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()
|
D | ull_llcp.c | 414 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/ |
D | sysconf.c | 287 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/ |
D | counter_rpi_pico_timer.c | 46 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/ |
D | signal.h | 123 int pause(void);
|
/Zephyr-latest/lib/posix/options/ |
D | signal.c | 144 int pause(void) in pause() function
|
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 172 zassert_not_null(pause); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/ |
D | main.c | 488 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/ |
D | Kconfig.saml2x | 7 bool "Insert a pause at boot, to allow a debugger to attach"
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | README.rst | 49 in the source code. After a short pause, the process repeats (in an
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 149 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/ |
D | lwm2m.rst | 729 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/ |
D | nrf52_bsim.rst | 200 breakpoint will pause the whole simulation.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 212 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/ |
D | index.rst | 475 behaviour. The POSIX functions ``kill()``, ``pause()``, ``sigaction()``, ``sigpending()``, 487 pause(),yes :ref:`†<posix_undefined_behaviour>`
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 852 SHELL_CMD_ARG(pause, NULL, LWM2M_HELP_PAUSE, cmd_pause, 1, 0),
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 221 * pause/resume concepts - there are two (see spec for details)
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 212 specific hardware. Contact your hardware support team (pause for
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | media_controller.c | 1356 SHELL_CMD_ARG(pause, NULL, "Send the pause command",
|
D | mcc.c | 2046 SHELL_CMD_ARG(pause, NULL, "Send the pause command",
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 273 Making the CPU idle causes the kernel to pause all operations until an event,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 825 ``write``, ``start``, ``stop``, ``update``, ``pause``, ``resume``. 829 * Added support for LwM2M engine pause/resume.
|
D | release-notes-3.3.rst | 3351 * :github:`51566` - broken network once lwM2M is resumed after pause
|