Searched refs:enabled (Results 251 – 275 of 1169) sorted by relevance
1...<<11121314151617181920>>...47
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.sx1509b | 32 Debounce time interval when debounce enabled.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.esp32 | 22 but may be valuable for debugging purposes. When enabled, messages are
|
D | Kconfig.gic | 52 enabled, we find the target redistributor by comparing the aff0 only. 73 crash the OS has already been started. With this enabled, it will bypass
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | Kconfig.defconfig | 12 # MEMC needs to be enabled in order to store
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.nxp_s32 | 18 If this is enabled, NXP S32 CANXL uses RX FIFO.
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf52833dk_nrf52820.overlay | 20 * drive antenna switching when AoD is enabled.
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf52833dk_nrf52820.overlay | 20 * drive antenna switching when AoA is enabled.
|
D | nrf52833dk_nrf52833.overlay | 20 * drive antenna switching when AoA is enabled.
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf52833dk_nrf52820.overlay | 20 * drive antenna switching when AoD is enabled.
|
D | nrf52833dk_nrf52833.overlay | 20 * drive antenna switching when AoD is enabled.
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52820.overlay | 20 * drive antenna switching when AoD is enabled.
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | nrf5340_cpunet_df-bt_ll_sw_split.overlay | 20 * drive antenna switching when AoD is enabled.
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 63 host: USB host enabled 69 dev: USB enabled
|
/Zephyr-latest/share/sysbuild/ |
D | Kconfig | 56 features are enabled. 70 features are enabled.
|
/Zephyr-latest/doc/services/virtualization/ |
D | ivshmem.rst | 13 As Zephyr is enabled to run as a guest OS on Qemu and 31 version. :kconfig:option:`CONFIG_IVSHMEM_DOORBELL` needs to be enabled to get the
|
/Zephyr-latest/drivers/input/ |
D | input_npcx_kbd.c | 57 static void npcx_kbd_set_detect_mode(const struct device *dev, bool enabled) in npcx_kbd_set_detect_mode() argument 62 if (enabled) { in npcx_kbd_set_detect_mode()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | gptp.rst | 34 support must be enabled in ethernet drivers. 50 The following configuration option must me enabled in :file:`prj.conf` file.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | armfvp_user_networking_setup.rst | 33 Arm FVP user mode networking can be enabled in any applications and it doesn't 34 need any configurations on the host system. This feature has been enabled in
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 373 if (cfg->stat.enabled) { in udc_ep_enable_internal() 391 cfg->stat.enabled = ret ? false : true; in udc_ep_enable_internal() 435 if (!cfg->stat.enabled) { in udc_ep_disable_internal() 441 cfg->stat.enabled = ret ? cfg->stat.enabled : false; in udc_ep_disable_internal() 489 if (!cfg->stat.enabled) { in udc_ep_set_halt() 526 if (!cfg->stat.enabled) { in udc_ep_clear_halt() 595 if (!cfg->stat.enabled) { in udc_ep_enqueue() 631 if (cfg->stat.enabled || cfg->stat.halted) { in udc_ep_dequeue()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig | 76 If enabled, instruction cache will use wrap mode to read spi flash or spi ram. 144 If enabled, data cache will use wrap mode to read spi flash or spi ram. 153 If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | priv_beacon_cli.c | 41 rsp->enabled = beacon; in handle_beacon_status() 49 .enabled = beacon, in handle_beacon_status() 173 net_buf_simple_add_u8(&buf, val->enabled); in bt_mesh_priv_beacon_cli_set()
|
/Zephyr-latest/boards/particle/argon/doc/ |
D | index.rst | 6 The Particle Argon is a Wi-Fi enabled development board with a Nordic 77 * TWI0 enabled on labeled header (SDA/SCL) 91 * UARTE0 enabled RX/TX on labeled header (UART1); add RTS/CTS with overlay
|
/Zephyr-latest/boards/particle/xenon/doc/ |
D | index.rst | 6 The Particle Xenon is a low-cost mesh-enabled development board based on the 78 * TWI0 enabled on labeled header (SDA/SCL) 92 * UARTE0 enabled RX/TX on labeled header (UART1); add RTS/CTS with overlay
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 53 When this option is enabled, check that no devices are busy before 79 Enable support for Power Domain. With power domain enabled, 101 enabled, devices can be suspended or resumed based on the device
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_nrf.c | 563 bool enabled; in suspend_pofwarn() local 566 pof_thr = nrf_power_pofcon_get(NRF_POWER, &enabled); in suspend_pofwarn() 568 if (enabled) { in suspend_pofwarn() 579 pofcon_enabled = enabled; in suspend_pofwarn()
|
1...<<11121314151617181920>>...47