Home
last modified time | relevance | path

Searched refs:period (Results 51 – 75 of 265) sorted by relevance

1234567891011

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw_utils.h16 void set_csl_ie(uint8_t *pdu, uint16_t length, uint16_t period, uint16_t phase);
/Zephyr-latest/subsys/lorawan/services/
Dclock_sync.c143 uint8_t period = rx_buf[rx_pos++] & 0x0F; in clock_sync_package_callback() local
145 ctx.periodicity = 1U << (period + 7); in clock_sync_package_callback()
156 LOG_DBG("DeviceAppTimePeriodicityReq period: %u", period); in clock_sync_package_callback()
/Zephyr-latest/drivers/pwm/
Dpwm_renesas_ra.c30 uint64_t period; member
396 uint64_t period = info.period_counts; in fsp_callback() local
401 if (period == 0U) { in fsp_callback()
403 period = UINT16_MAX + 1U; in fsp_callback()
405 period = UINT32_MAX + 1U; in fsp_callback()
414 (data->capture.overflows * period) + p_args->capture; in fsp_callback()
419 data->capture.period = in fsp_callback()
420 (data->capture.overflows * period) + p_args->capture; in fsp_callback()
421 data->capture.callback(dev, GPT_IO_PIN_GTIOCA, data->capture.period, in fsp_callback()
/Zephyr-latest/samples/subsys/usb/hid-keyboard/
Dapp.overlay13 in-polling-period-us = <1000>;
/Zephyr-latest/samples/subsys/usb/hid-mouse/
Dusbd_next.overlay12 in-polling-period-us = <1000>;
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c323 uint8_t period; in health_period_set_unrel() local
325 period = net_buf_simple_pull_u8(buf); in health_period_set_unrel()
326 if (period > 15) { in health_period_set_unrel()
327 LOG_WRN("Prohibited period value %u", period); in health_period_set_unrel()
331 LOG_DBG("period %u", period); in health_period_set_unrel()
333 model->pub->period_div = period; in health_period_set_unrel()
Dheartbeat.h36 uint8_t bt_mesh_hb_sub_set(uint16_t src, uint16_t dst, uint32_t period);
Daccess.c48 uint8_t period; member
713 int32_t period; in bt_mesh_model_pub_period_get() local
719 switch (mod->pub->period >> 6) { in bt_mesh_model_pub_period_get()
722 period = (mod->pub->period & BIT_MASK(6)) * 100U; in bt_mesh_model_pub_period_get()
726 period = (mod->pub->period & BIT_MASK(6)) * MSEC_PER_SEC; in bt_mesh_model_pub_period_get()
730 period = (mod->pub->period & BIT_MASK(6)) * 10U * MSEC_PER_SEC; in bt_mesh_model_pub_period_get()
734 period = (mod->pub->period & BIT_MASK(6)) * 600U * MSEC_PER_SEC; in bt_mesh_model_pub_period_get()
741 if (!period) { in bt_mesh_model_pub_period_get()
745 return MAX(period >> mod->pub->period_div, 100); in bt_mesh_model_pub_period_get()
747 return period; in bt_mesh_model_pub_period_get()
[all …]
/Zephyr-latest/tests/drivers/input/kbd_matrix/boards/
Dnative_sim.overlay12 poll-period-ms = <5>;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan.c65 uint16_t period, struct ll_scan_set **scan,
68 uint16_t duration, uint16_t period,
143 uint8_t ll_scan_enable(uint8_t enable, uint16_t duration, uint16_t period) argument
177 is_update_1m = is_scan_update(SCAN_HANDLE_1M, duration, period,
190 duration, period, &scan_coded,
214 err = duration_period_setup(scan, duration, period,
223 err = duration_period_setup(scan_coded, duration, period,
998 uint16_t period, struct ll_scan_set **scan, argument
1003 return duration && period && (*scan)->lll.duration_reload &&
1008 uint16_t duration, uint16_t period, argument
[all …]
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_timer_model.h22 void hwtimer_enable(uint64_t period);
/Zephyr-latest/drivers/dai/intel/dmic/
DKconfig.dmic71 int "Sync period per platform"
74 DMIC sync period used for:
76 From spec: E.g. for 19.2 MHz XTAL oscillator clock, 4 KHz sync period,
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME24 GPIO pin that will be toggled each period.
38 'mean': Mean time of each period
41 'min': Minimum period registered
42 'max': Maximum period registered
43 'total_time': Total time, between first and last period.
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/
Db_u585i_iot02a.overlay3 * so that the sleep period is of 32s in the sample application
Dnucleo_wb55rg.overlay3 * so that the sleep period is of 64s in the sample application
Dnucleo_wba55cg.overlay3 * so that the sleep period is of 64s in the sample application
/Zephyr-latest/drivers/led/
Dht16k33.c100 uint32_t period; in ht16k33_led_blink() local
103 period = delay_on + delay_off; in ht16k33_led_blink()
104 if (period < dev_data->min_period || period > dev_data->max_period) { in ht16k33_led_blink()
111 } else if (period > 1500) { in ht16k33_led_blink()
113 } else if (period > 750) { in ht16k33_led_blink()
/Zephyr-latest/drivers/led_strip/
DKconfig.ws281260 …Number of NOP assembly operations to create a delay for a 1 bit, high voltage period (default 700 …
70 …Number of NOP assembly operations to create a delay for a 1 bit, low voltage period (default 600 n…
80 …Number of NOP assembly operations to create a delay for a 0 bit, high voltage period (default 350 …
90 …Number of NOP assembly operations to create a delay for a 0 bit, low voltage period (default 800 …
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay18 * Due to all the above we use 50 ms for DT PWM period.
25 /* struct pwm_dt_spec: phandle channel period(ns) flags */
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout10 Logger thread is blocked for that period, thus long timeout impacts
/Zephyr-latest/tests/drivers/gnss/gnss_api/
DKconfig27 int "Search period for satellites in seconds"
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_access.c59 uint8_t period; member
80 uint8_t period; member
500 static void pub_param_set(uint8_t period, uint8_t transmit) in pub_param_set() argument
508 .period = period, in pub_param_set()
697 pub_param_set(test_period[i].period, 0); in tx_period()
885 pub_param_set(test_cancel[i].period, test_cancel[i].transmit); in test_tx_cancel()
987 TEST_CASE(tx, period, "Access: Publish a message periodically"),
988 TEST_CASE(rx, period, "Access: Receive periodically published message"),
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst28 * A **period** specifying the time interval between all timer
30 non-negative. A period of ``K_NO_WAIT`` (i.e. zero) or
33 with a duration of 200 and a period of 75, it will first expire
51 A timer is **started** by specifying a duration and a period.
55 Note that the timer's duration and period parameters specify
65 If the timer's period is zero the timer enters the stopped state;
66 otherwise, the timer restarts with a new duration equal to its period.
77 using the new duration and period values specified by the caller.
/Zephyr-latest/subsys/profiling/perf/
Dperf.c86 k_timeout_t period = K_NSEC(1000000000 / strtoll(argv[2], NULL, 10)); in cmd_perf_record() local
91 k_timer_start(&perf_data.timer, K_NO_WAIT, period); in cmd_perf_record()
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/boards/
Dek_ra8d1.overlay37 ulps-wakeup-period = <97>;

1234567891011