/Zephyr-latest/boards/espressif/esp32s3_devkitm/ |
D | esp32s3_devkitm_procpu.dts | 70 filter-jitter-step = <4>;
|
/Zephyr-latest/boards/nordic/thingy53/doc/ |
D | index.rst | 42 also apply to this board, with the additional step of connecting an external
|
/Zephyr-latest/boards/lilygo/ttgo_t8s3/ |
D | ttgo_t8s3_procpu.dts | 71 filter-jitter-step = <4>;
|
/Zephyr-latest/tests/drivers/disk/disk_access/ |
D | README.txt | 23 follows the same flow as the read test, but at each step writes data to the
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | vcp_vol_rend.c | 450 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/ |
D | vcp_vol_renderer.c | 162 vcp_register_param.step = 1; in vcp_vol_renderer_init()
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 113 Standard, two step method: 139 Two step method:
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 16 being steady). The sample causes each LED component to step from dark to max
|
/Zephyr-latest/boards/qemu/cortex_r5/doc/ |
D | index.rst | 57 * Dual-redundant Core Lock-step (DCLS) execution is not emulated.
|
/Zephyr-latest/boards/amd/kv260_r5/doc/ |
D | index.rst | 9 * 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/ |
D | net_timeout.rst | 46 pending callback and restarting from step 1 with the new timeout.
|
/Zephyr-latest/boards/starfive/visionfive2/doc/ |
D | index.rst | 31 This step is necessary as zephyr binary must contain the SPL header info in order
|
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/ |
D | index.rst | 83 - 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/ |
D | bluetooth-shell.rst | 46 The first step is enabling Bluetooth. To do so, use the :code:`bt init` command. The following
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 1 # First step is to inherit all properties from gcc, as clang is compatible with most flags.
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/ |
D | main.c | 119 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/ |
D | README.rst | 12 ** Pedometer: Tracks step count, and provide details such as the cadence
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | cs.h | 706 bool (*func)(struct bt_le_cs_subevent_step *step, void *user_data),
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 88 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/ |
D | README.rst | 22 value will be printed by the build system during the TF-M compilation step.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | usbnet_setup.rst | 70 Next step is to assign IP addresses to the new Linux host interface, in
|
/Zephyr-latest/tests/drivers/adc/adc_emul/src/ |
D | main.c | 84 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/ |
D | usb_device.rst | 144 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/ |
D | startup.cmm | 18 ; - 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/ |
D | README.rst | 16 step.
|