Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/
DKconfig30 Configure RP2 to use a W25Q080 flash chip, or similar. Should be selected
37 Should be selected by the board definition, not the user.
42 Configure RP2 to use a IS25LP080 flash chip, or similar. Should be selected
48 Configure RP2 to use a W25X10CL flash chip, or similar. Should be selected
54 Configure RP2 to use a AT25SF128A flash chip, or similar. Should be selected
/Zephyr-latest/drivers/dac/
DKconfig.renesas_ra28 bool "No reference voltage selected"
30 No reference voltage selected
35 AVCC0/AVSS0 selected
40 VREFH/VREFL selected
/Zephyr-latest/drivers/misc/devmux/
Ddevmux.c23 size_t selected; member
88 index = data->selected; in z_impl_devmux_select_get()
118 data->selected = index; in z_impl_devmux_select_set()
137 size_t sel = data->selected; in devmux_init()
154 #define DEVMUX_SELECTED(_n) DT_INST_PROP(_n, selected)
171 .selected = DEVMUX_SELECTED(_n), \
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c953 struct dhcpv4_addr_slot *selected = NULL; in dhcpv4_handle_discover() local
985 selected = slot; in dhcpv4_handle_discover()
995 selected = slot; in dhcpv4_handle_discover()
1005 if (selected == NULL) { in dhcpv4_handle_discover()
1019 selected = slot; in dhcpv4_handle_discover()
1028 if (selected == NULL) { in dhcpv4_handle_discover()
1042 selected = slot; in dhcpv4_handle_discover()
1052 if (selected == NULL) { in dhcpv4_handle_discover()
1061 if ((selected == NULL) || in dhcpv4_handle_discover()
1063 selected->expiry) < 0)) { in dhcpv4_handle_discover()
[all …]
/Zephyr-latest/tests/drivers/console_switching/src/
Dmain.c32 size_t normal_uart = DT_PROP(DT_NODELABEL(devmux0), selected); in ZTEST()
66 size_t normal_uart = DT_PROP(DT_NODELABEL(devmux0), selected); in ZTEST()
102 size_t selected = DT_PROP(DT_NODELABEL(devmux1), selected); in setup() local
106 zassert_equal(devmux_select_get(devmux_dev), selected); in setup()
/Zephyr-latest/lib/posix/options/
DKconfig.fd_mgmt23 When selected via Kconfig, Zephyr will provide an alias for fcntl() as _fcntl().
28 When selected via Kconfig, Zephyr will provide an alias for ftruncate() as _ftruncate().
33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
DKconfig.device_io29 When selected via Kconfig, Zephyr will provide an alias for close() as _close().
34 When selected via Kconfig, Zephyr will provide an alias for open() as _open().
39 When selected via Kconfig, Zephyr will provide an alias for read() as _read().
44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
/Zephyr-latest/samples/boards/st/mco/boards/
Dstm32f746g_disco.overlay11 * 0b01: LSE oscillator selected
24 * 0b10: HSE oscillator clock selected
Dnucleo_u5a5zj_q.overlay7 * 0b0111: LSE clock selected
/Zephyr-latest/soc/
DKconfig.v215 SoC name. The value of this setting must be defined by the selected
21 SoC series. The value of this setting must be defined by the selected
27 SoC family. The value of this setting must be defined by the selected
/Zephyr-latest/soc/nordic/
DKconfig114 When this option is selected, the SystemInit() disables
121 When this option is selected, the SystemInit() function loads the
128 When this option is selected, the SystemInit() function locks
136 When this option is selected, the SystemInit() function does not
155 When this option is selected, the SystemInit() disables
162 When this option is selected, the SystemInit() function loads the
170 When this option is selected, the SystemInit() function locks the
178 When this option is selected, the SystemInit() function does not
/Zephyr-latest/samples/boards/nordic/clock_control/
DKconfig9 >0 -> use at minimum selected frequency. To select the
18 >1 -> use at minimum selected accuracy
/Zephyr-latest/drivers/timer/
DKconfig.cortex_m_systick27 This option should be selected by SysTick-based drivers so that the
50 # Otherwise, the first choice (LPM_TIMER_NONE) will be selected
62 With this option, such vendor-specific timer can be selected and used by
66 low-power mode, no LPM timer can be selected if PM is not enabled.
76 this option is selected; otherwise, system behavior becomes unpredictable.
87 The device is selected by property "/chosen/cortex-m-idle-timer".
/Zephyr-latest/drivers/sensor/st/lsm6dsl/
DKconfig94 0: Full Scale selected at runtime
108 0: ODR selected at runtime
127 0: Full Scale selected at runtime
140 0: ODR selected at runtime
/Zephyr-latest/arch/arm64/
DKconfig25 option must be selected when such cores are connected to an interrupt
28 When this option is selected, the architecture interrupt control
/Zephyr-latest/modules/
DKconfig.intel8 This is selected by the ARCH kconfig automatically.
DKconfig.xtensa8 This is selected by the Xtensa ARCH kconfig automatically.
/Zephyr-latest/scripts/tests/twister/
Dtest_jobserver.py295 selected = [[mock.Mock(fd=0, data=1)], [mock.Mock(fd=1, data=0)]]
298 nonlocal selected
299 return selected
302 nonlocal selected
304 selected = selected[1:]
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.samd2x17 This can then be selected as the main clock reference for the SOC.
23 This can then be selected as the main clock reference for the SOC.
29 This can then be selected as the main clock reference for the SOC.
58 This can then be selected as the main clock reference for the SOC.
/Zephyr-latest/drivers/audio/
DKconfig.tas6422dac11 Enable TAS6422 support on the selected board
DKconfig.tlv320dac11 Enable TLV320DAC support on the selected board
DKconfig.mpxxdtyy11 Enable MPXXDTYY microphone support on the selected board
/Zephyr-latest/boards/others/promicro_nrf52840/
DKconfig10 If selected, applications are linked so that they can be loaded by Nordic
/Zephyr-latest/tests/drivers/flash/erase_blocks/
DREADME.rst5 If MCUBOOT is not selected, the partition under test is slot1_partition.
/Zephyr-latest/samples/boards/bbc/microbit/pong/
DREADME.rst13 micro:bit (labeled A and B). Initially the playing mode is selected: use
18 When multi-player mode has been selected the game will try to look for

12345678910>>...13