Home
last modified time | relevance | path

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

123456

/Zephyr-Core-3.5.0/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-Core-3.5.0/boards/arm/qomu/
Dqomu.dts74 quicklogic,control-selection = "fabric";
80 quicklogic,control-selection = "fabric";
86 quicklogic,control-selection = "fabric";
/Zephyr-Core-3.5.0/soc/arm/nxp_s32/s32ze/
DKconfig.soc7 prompt "NXP S32Z/E MCUs family SoC selection"
26 that you should not set directly. The part number selection choice defines
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/mimx8ml8_m7/
DKconfig.soc33 that you should not set directly. The part number selection choice defines
37 prompt "Code location selection"
/Zephyr-Core-3.5.0/soc/x86/intel_ish/
DKconfig.soc1 # Intel ISH family selection
/Zephyr-Core-3.5.0/soc/xtensa/nxp_adsp/
DKconfig.soc1 # NXP i.MX8 SoC series selection
/Zephyr-Core-3.5.0/soc/arm/atmel_sam0/
DKconfig.soc1 # Atmel SAM0 MCU series selection
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/
DKconfig.soc1 # Intel CAVS SoC series selection
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/
DKconfig.soc1 # Atmel SAM MCU series selection
/Zephyr-Core-3.5.0/boards/arm/sam4s_xplained/
DKconfig.board1 # Atmel SAM4S Xplained Board selection
/Zephyr-Core-3.5.0/boards/arm/rak4631_nrf52840/
DKconfig.board1 # RAKWIRELESS RAK4631 selection
/Zephyr-Core-3.5.0/boards/arm/rak5010_nrf52840/
DKconfig.board1 # RAKWIRELESS RAK5010 selection
/Zephyr-Core-3.5.0/soc/arm/renesas_smartbond/da1469x/
DKconfig.soc5 prompt "Renesas SmartBond(tm) DA1469x MCU selection"
/Zephyr-Core-3.5.0/boards/arm/sam4e_xpro/
DKconfig.board1 # Atmel SAM4E Xplained Pro Board selection
/Zephyr-Core-3.5.0/boards/arm/sam4l_ek/
DKconfig.board1 # Atmel SAM4L-EK selection
/Zephyr-Core-3.5.0/soc/arm64/nxp_imx/mimx8m/
DKconfig.soc45 that you should not set directly. The part number selection choice defines
60 that you should not set directly. The part number selection choice defines
85 that you should not set directly. The part number selection choice defines
/Zephyr-Core-3.5.0/boards/arm/sam_e70_xplained/
DKconfig.board1 # Atmel SMART SAM E70 Xplained Board selection
/Zephyr-Core-3.5.0/samples/subsys/zbus/msg_subscriber/
DKconfig5 bool "Force selection of heap listener configurations"
/Zephyr-Core-3.5.0/boards/arm/sam_v71_xult/
DKconfig.board1 # Atmel SMART SAM V71 Xplained Board selection
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/efinix-sapphire/
DKconfig.soc5 prompt "Efinix SoC selection"
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
DKconfig.gic22 compatible to the GIC node in your DT and remove the direct selection.
32 compatible to the GIC node in your DT and remove the direct selection.
42 compatible to the GIC node in your DT and remove the direct selection.
/Zephyr-Core-3.5.0/soc/arm64/
DKconfig10 that you should not set directly. The part number selection choice defines
/Zephyr-Core-3.5.0/soc/arm64/ti_k3/am6x/
DKconfig.soc22 that you should not set directly. The part number selection choice defines
/Zephyr-Core-3.5.0/soc/arm/nxp_lpc/lpc51u68/
DKconfig.soc24 option that you should not set directly. The part number selection
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/mcimx7_m4/
DKconfig.soc37 that you should not set directly. The part number selection choice defines

123456