Home
last modified time | relevance | path

Searched refs:step (Results 51 – 75 of 210) sorted by relevance

123456789

/Zephyr-latest/boards/espressif/esp32s3_devkitm/
Desp32s3_devkitm_procpu.dts70 filter-jitter-step = <4>;
/Zephyr-latest/boards/nordic/thingy53/doc/
Dindex.rst42 also apply to this board, with the additional step of connecting an external
/Zephyr-latest/boards/lilygo/ttgo_t8s3/
Dttgo_t8s3_procpu.dts71 filter-jitter-step = <4>;
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt23 follows the same flow as the read test, but at each step writes data to the
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c450 CHECKIF(param->step == 0) { in bt_vcp_vol_rend_register()
451 LOG_DBG("Invalid step value: %u", param->step); in bt_vcp_vol_rend_register()
480 vol_rend.volume_step = param->step; in bt_vcp_vol_rend_register()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dvcp_vol_renderer.c162 vcp_register_param.step = 1; in vcp_vol_renderer_init()
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst113 Standard, two step method:
139 Two step method:
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst16 being steady). The sample causes each LED component to step from dark to max
/Zephyr-latest/boards/qemu/cortex_r5/doc/
Dindex.rst57 * Dual-redundant Core Lock-step (DCLS) execution is not emulated.
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst9 * Or as a single dual lock step unit with double the TCM size.
63 * Dual-redundant Core Lock-step (DCLS) execution is not supported yet.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst46 pending callback and restarting from step 1 with the new timeout.
/Zephyr-latest/boards/starfive/visionfive2/doc/
Dindex.rst31 This step is necessary as zephyr binary must contain the SPL header info in order
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/
Dindex.rst83 - Embedded SMPS step-down converter supporting switch on-the-fly and voltage scaling
346 needs to be set from ``DC`` to ``AA`` (step 3 below).
351 first need to set it to ``DC`` (step 2).
354 some memory regions won't be erasable and mass erase will fail (step 4).
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst46 The first step is enabling Bluetooth. To do so, use the :code:`bt init` command. The following
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake1 # First step is to inherit all properties from gcc, as clang is compatible with most flags.
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c119 const float step = 2 * 3.1415f / sine_period_samples; in fill_audio_buf_sin() local
122 const float sample = sinf(i * step); in fill_audio_buf_sin()
/Zephyr-latest/samples/sensor/tdk_apex/
DREADME.rst12 ** Pedometer: Tracks step count, and provide details such as the cadence
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h706 bool (*func)(struct bt_le_cs_subevent_step *step, void *user_data),
/Zephyr-latest/doc/kernel/
Dtimeutil.rst88 Synchronization or alignment between time scales is done with a multi-step
204 The API around :c:func:`timeutil_sync_state_update()` supports the first step
207 The second step requires external information including schedules of leap
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst22 value will be printed by the build system during the TF-M compilation step.
/Zephyr-latest/doc/connectivity/networking/
Dusbnet_setup.rst70 Next step is to assign IP addresses to the new Linux host interface, in
/Zephyr-latest/tests/drivers/adc/adc_emul/src/
Dmain.c84 static void check_samples(int expected_count, int32_t start_mv_value, int step, in check_samples() argument
92 expected = start_mv_value + i / num_channels * step; in check_samples()
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst144 The last step in the preparation is to initialize the device with
151 are controller types where the next step is only possible if a VBUS signal is
163 The final step to enable the USB device is :c:func:`usbd_enable`, after that,
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm18 ; - lockstep set to "yes" to start the core in lock-step mode *
59 ; select lock-step or split-lock mode (CFG_CORE.SPLT_LCK bit)
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DREADME.rst16 step.

123456789