Searched refs:enabled (Results 226 – 250 of 1169) sorted by relevance
12345678910>>...47
/Zephyr-latest/include/zephyr/usb/class/ |
D | usbd_uac2.h | 69 bool enabled, bool microframes,
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/ |
D | nucleo_h563zi.overlay | 27 /* Make sure HSI is enabled */
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.nrfx | 23 bool "nRF WDT nrfx driver without IRQ enabled"
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.h | 78 bool enabled; member
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | Kconfig | 19 data is ready to be sent. When enabled, ZLP is sent when no data is
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/ |
D | Kconfig.defconfig | 22 # If RTOS timer is not enabled we use ARM Cortex-M
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig | 20 alignment if the cache is enabled.
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/ |
D | Kconfig.defconfig | 22 # If RTOS timer is not enabled we use ARM Cortex-M
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg_cli.rst | 7 specification. The model is optional, and is enabled through
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.esp32c3 | 20 but may be valuable for debugging purposes. When enabled, messages are
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_device.h | 91 return uds_ctx->status.enabled; in usbd_is_enabled()
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 38 # Don't allow SOC to sleep after tests complete when PM is enabled 93 # have L1 instruction and data caches that should be enabled at boot
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.udp | 29 Can be enabled alongside IPv6 addressing. 36 Can be enabled alongside IPv4 addressing.
|
/Zephyr-latest/samples/sensor/isl29035/ |
D | README.rst | 10 If trigger is not enabled the sample displays measured light intensity 13 If trigger is enabled the sample displays light intensity from the
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 76 When enabled, then logging messages with 0 and 1 numeric argument are 82 Option can be enabled for memory constraint cases to remove all logging 95 When enabled, accessing STMESP registers will stall if write cannot be
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.nrf5 | 37 Enable this option when external radio IRQ provider is enabled in 86 When this option is enabled the OpenThread capability 95 When this option is enabled, the ieee802154_nrf5 driver supports the
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 16 can also be enabled in existing applications to aid in interactive debugging of EEPROM issues. 18 In order to enable the EEPROM shell, the following :ref:`Kconfig <kconfig>` options must be enabled: 41 ``device list`` shell command when :kconfig:option:`CONFIG_DEVICE_SHELL` is enabled. The examples
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/ |
D | README.rst | 43 support enabled: 63 To use this sample with Angle of Departure enabled on Nordic SoCs, additional 84 Finding locator when the AoA mode is enabled, also update the antenna patterns
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 101 is enabled, thread stacks need to be aligned with a larger value, reflected by :kconfig:option:`CON… 166 sentinel-based stack limit checking is enabled (see :kconfig:option:`CONFIG_STACK_SENTINEL`). 178 core registers. The feature is enabled when :kconfig:option:`CONFIG_BUILTIN_STACK_GUARD` is set. 179 When stack limit checking is enabled, both the thread's privileged or user stack, as well 257 interrupt. If the ZLI feature is enabled in Mainline Cortex-M builds (see 311 Direct dynamic interrupts are enabled via switching on 324 locking. To use the ZLI feature :kconfig:option:`CONFIG_ZERO_LATENCY_IRQS` needs to be enabled. 372 …onfig:option:`CONFIG_ARCH_HAS_USERSPACE` is selected if :kconfig:option:`CONFIG_ARM_MPU` is enabled 384 stack area, optionally reprogramming the PSPLIM if stack limit checking is enabled 416 enabled 2 MPU regions are required to implement the guard feature) [all …]
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 100 Selecting this decreases code size when FP_SUPPORT is enabled. 110 emitted. If enabled there is a small increase in code size. 146 When enabled, CBPRINTF_STATIC_PACKAGE asserts when buffer is not 162 If enabled and cbvprint_package() is called with the corresponding 172 If enabled, cbprintf_package_convert() supports checking if string
|
/Zephyr-latest/tests/subsys/zbus/unittests/src/ |
D | main.c | 231 .enabled = false, 660 bool enabled = false; in ZTEST() local 693 zbus_obs_is_chan_notification_masked(&fast_lis, &aux1_chan, &enabled); in ZTEST() 694 zassert_equal(true, enabled); in ZTEST() 702 zbus_obs_is_chan_notification_masked(&fast_lis, &aux1_chan, &enabled); in ZTEST() 703 zassert_equal(false, enabled); in ZTEST() 717 .enabled = false,
|
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/ |
D | Kconfig | 15 temperature driver also requires the ADC driver to be enabled. The
|
/Zephyr-latest/drivers/sip_svc/ |
D | Kconfig | 25 This is an option to be enabled by individual sip svc driver
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | Kconfig.tmc_rampgen_template | 9 When enabled, the ramp status will be polled on TMC, to check for events:
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | Kconfig.defconfig | 27 # If RTOS timer is not enabled we use ARM Cortex-M
|
12345678910>>...47