Home
last modified time | relevance | path

Searched refs:period (Results 201 – 225 of 265) sorted by relevance

1234567891011

/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst148 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/
DKconfig.backends131 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/
Dindex.rst71 period of 24 bits or 16 bits. If :code:`CONFIG_PWM_SAM0_TCC` is enabled then
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf84 int "Calibration opportunity period in milliseconds"
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h277 uint8_t period; member
639 uint8_t period; member
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h401 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()
Dctf_top.c318 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/
DKconfig329 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/
Daccess.h722 uint8_t period; /**< Publish Period. */ member
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt94 88 k_timer_start timer=%I, duration=%TimeOut , period=%u ticks
Dtracing_sysview.h636 #define sys_port_trace_k_timer_start(timer, duration, period) \ argument
638 (uint32_t)duration.ticks, (uint32_t)period.ticks)
/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi277 reg-names = "enable", "width", "period";
/Zephyr-latest/subsys/tracing/test/
Dtracing_test.h441 #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/
DKconfig29 As per RFC2131 4.1.1, we wait a random period between
/Zephyr-latest/modules/hal_nordic/
DKconfig78 int "nRF 802.15.4 temperature update period in milliseconds"
/Zephyr-latest/modules/openthread/
DKconfig.thread58 int "Poll period for sleepy end devices [ms]"
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c99 .period = BT_MESH_PUB_PERIOD_SEC(10), in cfg_cli_app_key_status_cb()
/Zephyr-latest/samples/drivers/dac/
DREADME.rst229 voltage and a period of approx. 4 seconds at the DAC output pin specified
/Zephyr-latest/doc/security/
Dsensor-threat.rst242 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/
DKconfig113 Tracing thread waiting period given in milliseconds after
/Zephyr-latest/dts/arm/microchip/
Dmec172x_common.dtsi19 clk32kmon-period-min = <1435>;
20 clk32kmon-period-max = <1495>;
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst19 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/
Dmain.c1408 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/
Dll.h127 uint8_t ll_scan_enable(uint8_t enable, uint16_t duration, uint16_t period);
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DREADME.rst249 Timer with period zero, disabling

1234567891011