Home
last modified time | relevance | path

Searched refs:period (Results 176 – 200 of 265) sorted by relevance

1234567891011

/Zephyr-4.1.0/boards/adafruit/macropad_rp2040/
Dadafruit_macropad_rp2040.dts118 steps-per-period = <4>;
/Zephyr-4.1.0/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c1127 int64_t period = CONFIG_LWM2M_UPDATE_PERIOD; in next_update() local
1130 if (period == 0) { in next_update()
1131 period = client.lifetime; in next_update()
1137 next = MIN(period, client.lifetime - early); in next_update()
/Zephyr-4.1.0/samples/subsys/fs/zms/
DREADME.rst23 Each CONFIG_DELETE_ITERATION period, we delete all set of data and verify that it has been deleted.
/Zephyr-4.1.0/boards/arduino/zero/doc/
Dindex.rst50 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/drivers/modem/
DKconfig.ublox-sara-r4121 This settings is used to configure the period of RSSI polling
/Zephyr-4.1.0/boards/atmel/sam0/samc21n_xpro/doc/
Dindex.rst79 The SAMC21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/drivers/clock_control/
DKconfig.stm3262 to occur, in order to determine precisely the LSI period, and thus frequency.
/Zephyr-4.1.0/dts/arm/microchip/
Dmec1501hsz.dtsi71 clk32kmon-period-min = <1435>;
72 clk32kmon-period-max = <1495>;
/Zephyr-4.1.0/subsys/bluetooth/mesh/
Dcfg_cli.c752 pub.period = net_buf_simple_pull_u8(buf); in mod_pub_status()
786 param->pub->period = pub.period; in mod_pub_status()
907 sub.period = net_buf_simple_pull_u8(buf); in hb_sub_status()
951 pub.period = net_buf_simple_pull_u8(buf); in hb_pub_status()
1992 net_buf_simple_add_u8(&msg, pub->period); in mod_pub_set()
2030 net_buf_simple_add_u8(&msg, pub->period); in mod_pub_va_set()
2100 net_buf_simple_add_u8(&msg, sub->period); in bt_mesh_cfg_cli_hb_sub_set()
2149 net_buf_simple_add_u8(&msg, pub->period); in bt_mesh_cfg_cli_hb_pub_set()
/Zephyr-4.1.0/boards/atmel/sam0/samd21_xpro/doc/
Dindex.rst78 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/boards/atmel/sam0/saml21_xpro/doc/
Dindex.rst81 The SAML21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/boards/adafruit/trinket_m0/doc/
Dindex.rst50 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/samples/modules/tflite-micro/hello_world/
DREADME.rst92 the full period of the sine curve, increase the number of loops in :file:`main.c`.
/Zephyr-4.1.0/subsys/logging/
DKconfig.misc114 int "Failure report period (in milliseconds)"
/Zephyr-4.1.0/boards/atmel/sam0/samr34_xpro/doc/
Dindex.rst82 The SAMR34 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/boards/atmel/sam0/same54_xpro/doc/
Dindex.rst95 The SAME54 MCU has 5 TCC based PWM units with up to 6 outputs each and a period
/Zephyr-4.1.0/doc/contribute/
Dreviewer_expectations.rst13 the next release during the stabilization period (after RC1).
/Zephyr-4.1.0/boards/arduino/mkrzero/doc/
Dindex.rst47 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
/Zephyr-4.1.0/boards/nxp/mr_canhubk3/
Dmr_canhubk3.dts499 * default period is 1000 cycles <-> 20ms.
565 * default period is 1000 cycles <-> 20ms.
/Zephyr-4.1.0/doc/kernel/services/data_passing/
Dmailboxes.rst197 If the message is not received before the waiting period specified by the
206 even when the thread specifies a maximum waiting period.
207 The waiting period only limits how long the mailbox waits
309 appears before the waiting period specified by the receiving thread is reached,
/Zephyr-4.1.0/subsys/tracing/ctf/
Dtracing_ctf.h169 #define sys_port_trace_k_timer_start(timer, duration, period) \ argument
170 sys_trace_k_timer_start(timer, duration, period)
451 k_timeout_t period);
/Zephyr-4.1.0/drivers/sensor/maxim/max30101/
DKconfig89 period.
/Zephyr-4.1.0/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c188 .period = BT_MESH_PUB_PERIOD_SEC(1),
/Zephyr-4.1.0/subsys/net/l2/wifi/
DKconfig101 Station inactivity timeout is the period for which AP may keep a client
/Zephyr-4.1.0/drivers/ieee802154/
Dieee802154_mcxw.c731 static void mcxw_enable_csl(uint16_t period) in mcxw_enable_csl() argument
733 mcxw_ctx.csl_period = period; in mcxw_enable_csl()
738 msg.msgData.cslPeriod = period; in mcxw_enable_csl()

1234567891011