/Zephyr-4.1.0/boards/adafruit/macropad_rp2040/ |
D | adafruit_macropad_rp2040.dts | 118 steps-per-period = <4>;
|
/Zephyr-4.1.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rd_client.c | 1127 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/ |
D | README.rst | 23 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/ |
D | index.rst | 50 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
|
/Zephyr-4.1.0/drivers/modem/ |
D | Kconfig.ublox-sara-r4 | 121 This settings is used to configure the period of RSSI polling
|
/Zephyr-4.1.0/boards/atmel/sam0/samc21n_xpro/doc/ |
D | index.rst | 79 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/ |
D | Kconfig.stm32 | 62 to occur, in order to determine precisely the LSI period, and thus frequency.
|
/Zephyr-4.1.0/dts/arm/microchip/ |
D | mec1501hsz.dtsi | 71 clk32kmon-period-min = <1435>; 72 clk32kmon-period-max = <1495>;
|
/Zephyr-4.1.0/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 752 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/ |
D | index.rst | 78 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/ |
D | index.rst | 81 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/ |
D | index.rst | 50 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/ |
D | README.rst | 92 the full period of the sine curve, increase the number of loops in :file:`main.c`.
|
/Zephyr-4.1.0/subsys/logging/ |
D | Kconfig.misc | 114 int "Failure report period (in milliseconds)"
|
/Zephyr-4.1.0/boards/atmel/sam0/samr34_xpro/doc/ |
D | index.rst | 82 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/ |
D | index.rst | 95 The SAME54 MCU has 5 TCC based PWM units with up to 6 outputs each and a period
|
/Zephyr-4.1.0/doc/contribute/ |
D | reviewer_expectations.rst | 13 the next release during the stabilization period (after RC1).
|
/Zephyr-4.1.0/boards/arduino/mkrzero/doc/ |
D | index.rst | 47 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/ |
D | mr_canhubk3.dts | 499 * default period is 1000 cycles <-> 20ms. 565 * default period is 1000 cycles <-> 20ms.
|
/Zephyr-4.1.0/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 197 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/ |
D | tracing_ctf.h | 169 #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/ |
D | Kconfig | 89 period.
|
/Zephyr-4.1.0/tests/bsim/bluetooth/mesh/src/ |
D | test_suspend.c | 188 .period = BT_MESH_PUB_PERIOD_SEC(1),
|
/Zephyr-4.1.0/subsys/net/l2/wifi/ |
D | Kconfig | 101 Station inactivity timeout is the period for which AP may keep a client
|
/Zephyr-4.1.0/drivers/ieee802154/ |
D | ieee802154_mcxw.c | 731 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()
|