Searched full:adjust (Results 1 – 25 of 355) sorted by relevance
12345678910>>...15
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.ivshmem | 10 Adjust the stack size, in bytes of the ivshmem event loop task. 16 Adjust the priority of the ivshmem event loop task.
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig.ivshmem | 19 Adjust the stack size, in bytes of the ivshmem event loop task. 25 Adjust the priority of the ivshmem event loop task.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | ptp_clock.h | 28 int (*adjust)(const struct device *dev, int increment); member 69 * @brief Adjust the PTP clock time. 81 return api->adjust(dev, increment); in ptp_clock_adjust() 85 * @brief Adjust the PTP clock time change rate when compared to its neighbor.
|
/Zephyr-latest/samples/sensor/mcux_acmp/ |
D | README.rst | 29 Build the application for the :zephyr:board:`twr_ke18f` board, and adjust the 40 Build the application for the MIMXRT1170-EVK board, and adjust the 51 Build the application for the FRDM-KE17Z board, and adjust the 62 Build the application for the FRDM-KE17Z512 board, and adjust the 73 Build the application for the MIMXRT1180-EVK board, and adjust the
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | Kconfig | 71 bool "Adjust LDO setting" 75 bool "Adjust internal DCDC output"
|
/Zephyr-latest/dts/bindings/sensor/ |
D | memsic,mmc56x3.yaml | 24 Adjust length of decimation filter. Controls duration of each measurement. 30 Adjust length of decimation filter. Controls duration of each measurement.
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | mmc56x3.h | 27 * Adjust length of decimation filter. Controls duration of 34 * Adjust length of decimation filter. Controls duration of
|
/Zephyr-latest/samples/sensor/mcux_lpcmp/ |
D | README.rst | 30 Build the application for the :zephyr:board:`frdm_mcxn947` board, and adjust the 41 Build the application for the :zephyr:board:`frdm_mcxn236` board, and adjust the 52 Build the application for the :zephyr:board:`frdm_mcxa156` board, and adjust the
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_udp_uploader.c | 185 int32_t adjust; in udp_upload() local 192 adjust = packet_duration; in udp_upload() 193 adjust -= (int32_t)(loop_time - last_loop_time); in udp_upload() 197 adjust = 0; in udp_upload() 200 if ((adjust >= 0) || (-adjust < delay)) { in udp_upload() 201 delay += adjust; in udp_upload() 242 (int)adjust); in udp_upload()
|
/Zephyr-latest/soc/st/stm32/stm32l1x/ |
D | Kconfig.defconfig | 10 # adjust the fallback because of the LSI oscaillator characteristics
|
/Zephyr-latest/tests/kernel/mem_protect/mem_map/boards/ |
D | qemu_x86_tiny.conf | 5 # Adjust this so that test_k_mem_map_unmap memory exhaustion
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | nucleo_wba52cg.overlay | 9 /* adjust channel number according to pinmux in board.dts */
|
D | robokit1.overlay | 11 /* adjust channel number according to pinmux in board.dts */
|
D | stm32h735g_disco.overlay | 6 /* adjust channel number according to pinmux in board.dts */
|
D | stm32l496g_disco.overlay | 6 /* adjust channel number according to pinmux in board.dts */
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | stm32u5a9j_dk.overlay | 9 /* adjust channel number according to pinmux in board.dts */
|
D | stm32g081b_eval.overlay | 9 /* adjust channel number according to pinmux in board.dts */
|
/Zephyr-latest/soc/st/stm32/stm32f0x/ |
D | Kconfig.defconfig | 15 # adjust the fallback because of the LSI oscillator characteristics
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.defconfig | 12 # adjust the fallback because of the LSI oscaillator characteristics
|
/Zephyr-latest/soc/st/stm32/stm32l0x/ |
D | Kconfig.defconfig | 12 # adjust the fallback because of the LSI oscillator characteristics
|
/Zephyr-latest/soc/st/stm32/stm32f4x/ |
D | Kconfig.defconfig | 12 # adjust the fallback because of the LSI oscaillator characteristics
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | prj.conf | 18 # Enable and adjust the below value as necessary
|
/Zephyr-latest/boards/beagle/beagleplay/ |
D | beagleplay_cc1352p7_defconfig | 19 # Adjust for oscillator capacitors
|
/Zephyr-latest/samples/subsys/task_wdt/boards/ |
D | nucleo_f091rc.overlay | 9 * Adjust the APB1 clock to match the WDG timeout.
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/ |
D | beagleconnect_freedom_defconfig | 25 # Adjust for oscillator capacitors
|
12345678910>>...15