/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 148 time period. Ready threads of *all* priorities are then allowed to execute; 224 for a specified time period. During the time the thread is sleeping 242 that delays its processing for a specified time period
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 131 int "RX polling period (in milliseconds)" 225 Sleep period between TX retry attempts. During RTT session, host pulls 232 int "RX polling period (in milliseconds)"
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/ |
D | index.rst | 71 period of 24 bits or 16 bits. If :code:`CONFIG_PWM_SAM0_TCC` is enabled then
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 84 int "Calibration opportunity period in milliseconds"
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 277 uint8_t period; member 639 uint8_t period; member
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.h | 401 static inline void ctf_top_timer_start(uint32_t timer, uint32_t duration, uint32_t period) in ctf_top_timer_start() argument 403 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_TIMER_START), timer, duration, period); in ctf_top_timer_start()
|
D | ctf_top.c | 318 k_timeout_t period) in sys_trace_k_timer_start() argument 323 k_ticks_to_us_floor32((uint32_t)period.ticks) in sys_trace_k_timer_start()
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 329 BSS max idle timeout is the period for which AP may keep a client 333 timeout by including BSS max idle period in the association request.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 722 uint8_t period; /**< Publish Period. */ member
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 94 88 k_timer_start timer=%I, duration=%TimeOut , period=%u ticks
|
D | tracing_sysview.h | 636 #define sys_port_trace_k_timer_start(timer, duration, period) \ argument 638 (uint32_t)duration.ticks, (uint32_t)period.ticks)
|
/Zephyr-latest/dts/riscv/ |
D | riscv32-litex-vexriscv.dtsi | 277 reg-names = "enable", "width", "period";
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 441 #define sys_port_trace_k_timer_start(timer, duration, period) \ argument 442 sys_trace_k_timer_start(timer, duration, period) 729 void sys_trace_k_timer_start(struct k_timer *timer, k_timeout_t duration, k_timeout_t period);
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 29 As per RFC2131 4.1.1, we wait a random period between
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 78 int "nRF 802.15.4 temperature update period in milliseconds"
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 58 int "Poll period for sleepy end devices [ms]"
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 99 .period = BT_MESH_PUB_PERIOD_SEC(10), in cfg_cli_app_key_status_cb()
|
/Zephyr-latest/samples/drivers/dac/ |
D | README.rst | 229 voltage and a period of approx. 4 seconds at the DAC output pin specified
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 242 iii. **Validity period**. The validity period of all presented 269 small validity period (e.g. 1 hour), to prevent them from
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 113 Tracing thread waiting period given in milliseconds after
|
/Zephyr-latest/dts/arm/microchip/ |
D | mec172x_common.dtsi | 19 clk32kmon-period-min = <1435>; 20 clk32kmon-period-max = <1495>;
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 19 Polling mode runs automatically on a predefined period, probing the server 150 Set :kconfig:option:`CONFIG_UPDATEHUB_POLL_INTERVAL` with the polling period of your
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1408 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, period), 100, ""); in ZTEST() 1413 zassert_equal(DT_PWMS_CELL_BY_NAME(TEST_PH, red, period), 200, ""); in ZTEST() 1418 zassert_equal(DT_PWMS_CELL(TEST_PH, period), 200, ""); in ZTEST() 1468 zassert_equal(DT_INST_PWMS_CELL_BY_IDX(0, 1, period), 100, ""); in ZTEST() 1473 zassert_equal(DT_INST_PWMS_CELL_BY_NAME(0, green, period), 100, ""); in ZTEST() 1478 zassert_equal(DT_INST_PWMS_CELL(0, period), 200, ""); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 127 uint8_t ll_scan_enable(uint8_t enable, uint16_t duration, uint16_t period);
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 249 Timer with period zero, disabling
|