Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 129) sorted by relevance

123456

/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c17 static inline int select_nanosleep(int selection, clockid_t clock_id, int flags, in select_nanosleep() argument
20 if (selection == SELECT_NANOSLEEP) { in select_nanosleep()
35 static void common_errors(int selection, clockid_t clock_id, int flags) in common_errors() argument
43 zassert_equal(select_nanosleep(selection, clock_id, flags, NULL, NULL), -1); in common_errors()
48 zassert_equal(select_nanosleep(selection, clock_id, flags, NULL, &rem), -1); in common_errors()
57 zassert_equal(select_nanosleep(selection, clock_id, flags, &req, NULL), -1); in common_errors()
62 zassert_equal(select_nanosleep(selection, clock_id, flags, &req, NULL), -1); in common_errors()
67 zassert_equal(select_nanosleep(selection, clock_id, flags, &req, NULL), -1); in common_errors()
73 zassert_equal(select_nanosleep(selection, clock_id, flags, &req, NULL), -1); in common_errors()
83 zassert_equal(select_nanosleep(selection, clock_id, flags, &req, NULL), 0); in common_errors()
[all …]
/Zephyr-latest/boards/quicklogic/qomu/
Dqomu.dts74 quicklogic,control-selection = "fabric";
80 quicklogic,control-selection = "fabric";
86 quicklogic,control-selection = "fabric";
/Zephyr-latest/boards/rakwireless/rak4631/
DKconfig.rak46311 # RAKWIRELESS RAK4631 selection
/Zephyr-latest/boards/rakwireless/rak5010/
DKconfig.rak50101 # RAKWIRELESS RAK5010 selection
/Zephyr-latest/soc/intel/intel_ish/
DKconfig.soc1 # Intel ISH family selection
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig.soc1 # Intel CAVS SoC series selection
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
DKconfig5 bool "Force selection of heap listener configurations"
/Zephyr-latest/soc/
DKconfig3 # Only v1 model has choice for SoC selection, therefore the optional source
4 # Sourced here and not in Kconfig.v1 to keep current SoC/CPU selection menu
DKconfig.v235 that you should not set directly. The part number selection choice defines
/Zephyr-latest/doc/hardware/peripherals/
Dmipi_dbi.rst17 #. 9 write clocks per byte, final bit is command/data selection bit
/Zephyr-latest/samples/bluetooth/hap_ha/
DKconfig23 prompt "Hearing Aid Type selection"
/Zephyr-latest/doc/develop/sca/
Declair.rst48 which is a tiny selection of rules to verify that everything is correctly working.
60 Zephyr's guidelines selection
64 * first_analysis (default): a tiny selection of the projects coding guidelines to verify that
/Zephyr-latest/lib/posix/options/
DKconfig.timer48 bool "POSIX Clock selection"
50 This enables POSIX clock selection.
/Zephyr-latest/subsys/console/
DKconfig12 prompt "Console 'get' function selection"
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/doc/
Dindex.rst17 user button, RGB LED, up to 24 GPIOs, antenna selection for custom applications.
/Zephyr-latest/tests/drivers/can/timing/
DKconfig12 frequency selection.
/Zephyr-latest/cmake/compiler/clang/
Dtarget.cmake67 # LLVM will use a default sysroot for selection of the C library. The default
77 # LLVM for Arm provides a 'newlib.cfg' file for newlib C selection.
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst37 The random number generator choice group allows selection of the RNG
62 The CSPRNG_GENERATOR_CHOICE choice group provides selection of the
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/doc/
Dindex.rst34 5. KitProg2 programming mode selection button (SW3)
39 10. KitProg2 application selection button (SW4)
51 22. PSOC 6 VDD selection switch (SW5)
58 29. VBACKUP and PMIC control selection switch (SW7)2
/Zephyr-latest/drivers/rtc/
DKconfig.pcf852321 Offset register mode selection.
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/
Dindex.rst41 5. KitProg2 programming mode selection button (SW3)
46 10. KitProg2 application selection button (SW4)
56 20. KitProg2 programming target selection switch (SW6)
59 23. PSOC 6 BLE VDD selection switch (SW5)
66 30. VBACKUP and PMIC control selection switch (SW7)2
/Zephyr-latest/boards/st/nucleo_f767zi/
Dnucleo_f767zi.dts14 * WARNING: The pin PA7 will conflict on selection of SPI_1 and ETH_STM32_HAL.
149 * WARNING: The pin PA7 will conflict on selection of SPI_1 and
/Zephyr-latest/subsys/dsp/
DKconfig23 prompt "DSP library backend selection"
/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake3 option(ECLAIR_RULESET_FIRST_ANALYSIS "A tiny selection of the projects coding guideline rules to
/Zephyr-latest/boards/st/stm32f072_eval/
Dstm32f072_eval.dts51 label = "joystick selection";

123456