Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 25 of 100) sorted by relevance

1234

/Zephyr-Core-3.7.0/tests/subsys/random/rng/src/
Dmain.c31 uint32_t gen, last_gen, tmp; in ZTEST() local
40 z_early_rand_get((uint8_t *)&gen, sizeof(gen)); in ZTEST()
41 zassert_true(last_gen != gen && last_gen != tmp && tmp != gen, in ZTEST()
59 gen = sys_rand32_get(); in ZTEST()
60 if (gen == last_gen) { in ZTEST()
63 last_gen = gen; in ZTEST()
76 gen = buf[rnd_cnt]; in ZTEST()
77 if (gen == last_gen) { in ZTEST()
80 last_gen = gen; in ZTEST()
99 gen = buf[rnd_cnt]; in ZTEST()
[all …]
/Zephyr-Core-3.7.0/tests/modules/thrift/ThriftTest/
DCMakeLists.txt18 list(APPEND generated_sources ${gen_dir}/gen-cpp/SecondService.cpp)
19 list(APPEND generated_sources ${gen_dir}/gen-cpp/SecondService.h)
20 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_constants.cpp)
21 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_constants.h)
22 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest.cpp)
23 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest.h)
24 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_types.cpp)
25 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_types.h)
/Zephyr-Core-3.7.0/modules/thrift/cmake/
Dthrift.cmake14 # (do not include 'gen-cpp', etc)
25 --gen ${lang}${lang_opts}
32 target_include_directories(${target} PRIVATE ${out_dir}/gen-${lang})
/Zephyr-Core-3.7.0/samples/modules/thrift/hello/client/
DMakefile11 GEN_DIR = gen-cpp
32 thrift --gen cpp:no_skeleton $<
50 thrift --gen py $<
54 rm -Rf hello_client hello_client_compact hello_client_ssl $(GEN_DIR) gen-py *.stamp
DCMakeLists.txt16 list(APPEND generated_sources ${gen_dir}/gen-cpp/hello_types.h)
17 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.cpp)
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.h)
/Zephyr-Core-3.7.0/samples/modules/thrift/hello/server/
DCMakeLists.txt16 list(APPEND generated_sources ${gen_dir}/gen-cpp/hello_types.h)
17 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.cpp)
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.h)
DMakefile11 GEN_DIR = gen-cpp
33 thrift --gen cpp:no_skeleton $<
/Zephyr-Core-3.7.0/samples/modules/lvgl/demos/
DREADME.rst47 :gen-args: -DCONFIG_LV_Z_DEMO_MUSIC=y
55 :gen-args: -DCONFIG_LV_Z_DEMO_BENCHMARK=y
63 :gen-args: -DCONFIG_LV_Z_DEMO_STRESS=y
71 :gen-args: -DCONFIG_LV_Z_DEMO_WIDGETS=y
/Zephyr-Core-3.7.0/doc/connectivity/networking/
Dqemu_802154_setup.rst43 :gen-args: -DEXTRA_CONF_FILE=overlay-qemu_802154.conf
54 :gen-args: -G'Unix Makefiles' -DEXTRA_CONF_FILE=overlay-qemu_802154.conf -DPCAP=capture.pcap
72 :gen-args: -DEXTRA_CONF_FILE=overlay-qemu_802154.conf
/Zephyr-Core-3.7.0/samples/subsys/usb/shell/
DREADME.rst33 :gen-args: -DCONFIG_UHC_DRIVER=y -DCONFIG_USB_HOST_STACK=y
44 :gen-args: -DEXTRA_CONF_FILE=virtual.conf -DDTC_OVERLAY_FILE=virtual.overlay
/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_client/
DREADME.rst37 :gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
71 :gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_server/
DREADME.rst37 :gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
71 :gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
/Zephyr-Core-3.7.0/samples/drivers/spi_flash_at45/
DREADME.rst55 :gen-args: -DEXTRA_CONF_FILE=overlay-pm.conf
64 :gen-args: -DEXTRA_CONF_FILE=overlay-page_layout.conf
74 :gen-args: -DEXTRA_CONF_FILE="overlay-pm.conf overlay-page_layout.conf"
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/
Dpagetables.ld6 /* Pagetables. These are produced by arch/x86/gen-mmu.py based on
/Zephyr-Core-3.7.0/samples/drivers/w1/scanner/
DREADME.rst23 :gen-args: -DDTC_OVERLAY_FILE=w1_serial.overlay
/Zephyr-Core-3.7.0/samples/subsys/usb/mass/
DREADME.rst38 :gen-args: -DEXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
53 :gen-args: -DEXTRA_DTC_OVERLAY_FILE="ramdisk.overlay" -DCONFIG_APP_MSC_STORAGE_RAM=y
65 :gen-args: -DCONFIG_APP_MSC_STORAGE_FLASH_FATFS=y
122 :gen-args: -DCONFIG_APP_MSC_STORAGE_SDCARD=y
133 :gen-args: -DCONFIG_APP_MSC_STORAGE_SDCARD=y
166 :gen-args: -DCONFIG_APP_MSC_STORAGE_FLASH_LITTLEFS=y
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/renode/
Dlitex-vexriscv-tflite.robot62 … sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make/gen/zephyr_vexriscv_x86…
80 … sysbus LoadELF @${CURDIR}/../tensorflow/tensorflow/lite/micro/tools/make/gen/zephyr_vexriscv_x86…
/Zephyr-Core-3.7.0/samples/subsys/fs/fs_sample/
DREADME.rst61 …:gen-args: -DEXTRA_CONF_FILE=nrf52840dk_nrf52840_qspi.conf -DDTC_OVERLAY_FILE=nrf52840dk_nrf52840_…
83 :gen-args: -DCONF_FILE=prj_ext.conf
/Zephyr-Core-3.7.0/samples/sensor/bme280/
DREADME.rst55 :gen-args: -DDTC_OVERLAY_FILE=arduino_spi.overlay
70 :gen-args: -DDTC_OVERLAY_FILE=arduino_i2c.overlay
97 :gen-args: -DDTC_OVERLAY_FILE=rpi_pico_spi_pio.overlay
/Zephyr-Core-3.7.0/samples/net/cloud/tagoio_http_post/
DREADME.rst70 :gen-args: -DEXTRA_CONF_FILE=overlay-wifi.conf
78 :gen-args: -DEXTRA_CONF_FILE=overlay-wifi.conf
/Zephyr-Core-3.7.0/boards/shields/atmel_rf2xx/doc/
Dindex.rst298 :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
307 :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
316 :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
325 :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
/Zephyr-Core-3.7.0/boards/ct/ctcc/doc/
Dindex.rst151 :gen-args: -DCONFIG_BOOT_USB_DFU_WAIT=y
162 …:gen-args: -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boo…
171 …:gen-args: -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boo…
/Zephyr-Core-3.7.0/boards/shields/arduino_uno_click/doc/
Dindex.rst48 :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
/Zephyr-Core-3.7.0/samples/modules/lvgl/accelerometer_chart/
DREADME.rst49 :gen-args: -DCONFIG_SAMPLE_ACCEL_SAMPLING_RATE=20
/Zephyr-Core-3.7.0/boards/weact/mini_stm32h743/doc/
Dindex.rst182 :gen-args: -DCONFIG_BOOT_DELAY=5000
214 :gen-args: -DCONFIG_BOOT_DELAY=5000
230 :gen-args: -DCONFIG_BOOT_DELAY=5000

1234