Home
last modified time | relevance | path

Searched refs:period (Results 76 – 100 of 265) sorted by relevance

1234567891011

/Zephyr-latest/samples/bluetooth/handsfree_ag/
DKconfig21 peer does not dial within the timeout period, AG satrt simulating a
/Zephyr-latest/include/zephyr/tracing/
Dtracking.h68 #define sys_port_track_k_timer_start(timer, duration, period) argument
129 #define sys_port_track_k_timer_start(timer, duration, period) argument
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/
DREADME.rst16 prescaler of <32>, then the kernel sleep period can reach 65536 * 32/32768 = 64 seconds
39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DKconfig16 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec172xevb_assy6906.overlay20 * Due to all the above we use 50 ms for DT PWM period.
27 /* struct pwm_dt_spec: phandle channel period(ns) flags */
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c37 char **argv, uint32_t period) in cmd_log_test_start() argument
41 k_timer_start(&log_timer, K_MSEC(period), K_MSEC(period)); in cmd_log_test_start()
/Zephyr-latest/drivers/counter/
Dcounter_ifx_cat1.c45 .period = 32768,
163 data->counter_cfg.period = config->counter_info.max_top_value; in ifx_cat1_counter_init()
261 data->counter_cfg.period = cfg->ticks; in ifx_cat1_counter_set_top_value()
268 ticks_gt_period = cfg->ticks > data->counter_cfg.period; in ifx_cat1_counter_set_top_value()
315 return data->counter_cfg.period; in ifx_cat1_counter_get_top_value()
/Zephyr-latest/drivers/input/
DKconfig.evdev23 int "Sleep period for the Linux evdev thread"
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/
Dmimxrt1176_mux_dac.dts38 filter-period = <32>;
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/
Dnrf52833dk_nrf52820.overlay14 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/
Dnrf52833dk_nrf52820.overlay14 * antenna for Rx PDU (period before start of Rx CTE).
Dnrf52833dk_nrf52833.overlay14 * antenna for Rx PDU (period before start of Rx CTE).
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/
Dnrf52833dk_nrf52820.overlay14 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf52833dk_nrf52833.overlay14 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/
Dnrf52833dk_nrf52820.overlay14 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/samples/bluetooth/hci_ipc/
Dnrf5340_cpunet_df-bt_ll_sw_split.overlay14 * antenna for Tx PDU (period before start of Tx CTE).
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst53 period, the node keeps track of the number of received Heartbeats as well as
59 When the Heartbeat subscription period ends, the
/Zephyr-latest/tests/subsys/lorawan/clock_sync/src/
Dmain.c98 const uint8_t period = 1; /* actual periodicity in seconds: 128 * 2^period */ in ZTEST() local
101 period & 0xF, in ZTEST()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c141 .period = 0x05, in configure()
210 .period = 0x10, in bt_ready()
/Zephyr-latest/dts/arm/nxp/
Dnxp_kw40z.dtsi198 period = <1000>;
206 period = <1000>;
214 period = <1000>;
/Zephyr-latest/drivers/pwm/
Dpwm_litex.c75 .reg_period = DT_INST_REG_ADDR_BY_NAME(n, period), \
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DKconfig18 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dnrf52833dk_nrf52833_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf5340dk_nrf5340_cpunet_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).
Dnrf54l15dk_nrf54l15_cpuapp_df.overlay21 * antenna for Tx PDU (period before start of Tx CTE).

1234567891011