Home
last modified time | relevance | path

Searched refs:period (Results 101 – 125 of 265) sorted by relevance

1234567891011

/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dpanb511evb_nrf54l15_cpuapp_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/
Dnrf52833dk_nrf52833_df.overlay20 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf5340dk_nrf5340_cpunet_df.overlay20 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/doc/security/standards/
Dindex.rst6 For a long period organizations were, more or less, left responsible to deal
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_srv.rst44 attention period, :c:member:`bt_mesh_health_srv_cb.attn_off` is called at
47 The remaining time for the attention period may be queried through
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst13 is driven by a PWM port where the pulse width is changed from zero to the period
14 indicated in Devicetree. Such period should be fast enough to be above the
/Zephyr-latest/samples/basic/blinky_pwm/
DREADME.rst18 Some PWM hardware cannot set the PWM period to 1 second to achieve the blinking
20 at startup. The maximum PWM period is decreased appropriately until a value
/Zephyr-latest/subsys/logging/backends/
DKconfig.ws31 Sleep period between TX retry attempts.
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/
DKconfig28 considered a PASS. For example, if set to 5, the measured period or duty cycle
/Zephyr-latest/doc/security/
Dreporting.rst73 - Public: The embargo period has ended. The issue will be made
107 embargo period of at most 90 days. The intent is to allow 30 days
136 have been fixed. After the embargo period, the vulnerabilities page
147 the embargo period.
202 security vulnerabilities before the embargo period ends:
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhealth.c331 SHELL_CMD_ARG(period-get, NULL, NULL, cmd_period_get, 1, 0),
332 SHELL_CMD_ARG(period-set, NULL, "<Divisor>", cmd_period_set, 2, 0),
333 SHELL_CMD_ARG(period-set-unack, NULL, "<Divisor>", cmd_period_set_unack, 2, 0),
/Zephyr-latest/tests/boards/nrf/qdec/src/
Dmain.c74 static void qenc_emulate_start(k_timeout_t period, bool forward) in qenc_emulate_start() argument
81 k_timer_start(&qenc_emulate_timer, period, period); in qenc_emulate_start()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dmain.c126 static inline void beep(uint32_t period) in beep() argument
128 pwm_set_dt(&pwm, period, period / 2); in beep()
/Zephyr-latest/drivers/watchdog/
Dwdt_gecko.c66 static int wdt_gecko_convert_window(uint32_t window, uint32_t period) in wdt_gecko_convert_window() argument
71 incr_val = period / 8; in wdt_gecko_convert_window()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw_utils.c348 void set_csl_ie(uint8_t *pdu, uint16_t length, uint16_t period, uint16_t phase) in set_csl_ie() argument
354 sys_put_le16(period, csl_ie_content + 2); in set_csl_ie()
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/
DKconfig25 int "SMP command re-send period in ms"
/Zephyr-latest/samples/basic/fade_led/
DREADME.rst15 period is taken from Devicetree. It should be fast enough to be above the
/Zephyr-latest/drivers/ethernet/phy/
DKconfig107 int "Monitor task execution period"
110 Monitor task execution period in milliseconds. The monitor task is
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dnative_sim.overlay18 steps-per-period = <4>;
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c73 .period = BT_MESH_PUB_PERIOD_10SEC(2), \
83 .period = BT_MESH_PUB_PERIOD_10SEC(1), \
93 .period = BT_MESH_PUB_PERIOD_10SEC(3), \
103 .period = BT_MESH_PUB_PERIOD_10SEC(2), \
113 .period = 0, \
337 ASSERT_EQUAL(expected->period, got->period); in check_mod_pub_params()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c169 void hwtimer_enable(uint64_t period) in hwtimer_enable() argument
171 tick_p = period; in hwtimer_enable()
/Zephyr-latest/drivers/flash/
DKconfig.nor91 int "Dwell period (ms) after last use to stay in active mode"
99 transaction occurs before the dwell period expires.
/Zephyr-latest/tests/posix/eventfd/
DKconfig15 period of time without encountering any race conditions.
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
Dvcnl36825t.c314 switch (config->period) { in vcnl36825t_init_registers()
446 switch (config->period) { in vcnl36825t_init_registers()
560 .period = DT_INST_ENUM_IDX(inst, measurement_period), \
/Zephyr-latest/boards/st/stm32g081b_eval/
Dstm32g081b_eval.dts181 * hbit_clk = HSI_clk / 27 = 592.6 kHz = 1.687 uSec period
212 * hbit_clk = HSI_clk / 27 = 592.6 kHz = 1.687 uSec period

1234567891011