Searched full:enabling (Results 1 – 25 of 596) sorted by relevance
12345678910>>...24
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.cap | 16 Enabling this will enable the CAP Acceptor role. This instantiates the 25 Enabling this will allow a CAP acceptor to be a set member. 26 Enabling this will require a manual register of the CAS service. 27 Enabling will take one of the allocated CSIS instances 38 Enabling this will enable the CAP Initiator role. 50 Enabling this will enable the CAP Initiator role.
|
D | Kconfig.pbp | 11 Enabling this will enable PBP.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.altera | 22 Before enabling this, please try to optimise the ISR to fetch the receive data faster. 23 Enabling this will cause the transmitter to wait for rising edge of CTS before sending.
|
/Zephyr-latest/subsys/stats/ |
D | Kconfig | 18 form "s0", "s1", etc. Enabling this setting simplifies debugging, 28 form "s0", "s1", etc. Enabling this setting simplifies debugging,
|
/Zephyr-latest/dts/bindings/comparator/ |
D | nordic,nrf-comp.yaml | 19 Enabling the comparator node requires setting the default 22 The following example displays enabling the comparator in 46 The following example displays enabling the comparator
|
D | nordic,nrf-lpcomp.yaml | 16 Enabling the comparator node requires setting the default 19 The following example displays enabling the comparator
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.stm32 | 40 Enables flash extended operation for enabling/disabling flash write 59 Enables flash extended operation for enabling/disabling flash readout 71 bool "Allow enabling readout protection permanently"
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | test_add_cte_to_chain.c | 65 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 91 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 117 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 154 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 180 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST()
|
/Zephyr-latest/soc/st/stm32/stm32l0x/ |
D | soc.c | 35 /* On STM32L0, there are some hardfault when enabling DBGMCU bit: in soc_early_init_hook() 38 * For unclear reason, enabling DMA clock fixes this issue in soc_early_init_hook()
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 25 Enabling this option makes the device responsible for detaching 45 Enabling this option allows to upload firmware image to the host.
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.nrfx | 72 bool "Allow enabling the SPIM driver despite PAN 58" 74 Allow enabling the nRF SPI Master with EasyDMA, despite 85 enabling 'anomaly-58-workaround' via the Devicetree.
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/src/ |
D | main.c | 72 printk("Enabling timer wakeup, %ds\n", wakeup_time_sec); in main() 81 printk("Enabling EXT1 wakeup on pins GPIO%d, GPIO%d\n", in main() 107 printk("Enabling GPIO wakeup on pins GPIO%d\n", wakeup_button.pin); in main()
|
/Zephyr-latest/modules/ |
D | Kconfig.tinycrypt | 49 Enabling ECC requires a cryptographically secure random number 58 Enabling ECC requires a cryptographically secure random number
|
/Zephyr-latest/tests/kernel/threads/thread_error_case/boards/ |
D | qemu_xtensa_dc233c_mmu.conf | 1 # For some weird reasons, enabling ICOUNT would crash QEMU
|
/Zephyr-latest/tests/boards/nrf/qdec/boards/ |
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 8 /* To prevent enabling console receiver. */
|
D | nrf54l15dk_nrf54l15_cpuflpr.overlay | 8 /* To prevent enabling console receiver. */
|
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/ |
D | Kconfig | 10 Enabling this option adds test sources that verify if the battery cutoff extension to the
|
/Zephyr-latest/dts/bindings/xspi/ |
D | st,stm32-xspi.yaml | 5 STM32 XSPI device representation. Enabling a stm32 xspi node in a board
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
D | Kconfig | 32 on a stack, by the MCUmgr, so enabling MCUMGR_GRP_SHELL and 46 Enabling this options brings back legacy behaviour where the shell
|
/Zephyr-latest/samples/sensor/die_temp_polling/boards/ |
D | esp32s3_devkitm_procpu.overlay | 6 * Application overlay for enabling temperature sensor device instance
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/ |
D | prj.conf | 11 # Enabling optimizations will make the test fail.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_conn_meta.h | 10 #error Please define struct lll_conn_meta when enabling BT_CTLR_CONN_META
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn_meta.h | 10 #error Please define struct lll_conn_meta when enabling BT_CTLR_CONN_META
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | Kconfig | 7 On boards that do not have a sensor, enabling this will build a fake
|
/Zephyr-latest/drivers/sensor/ams/tmd2620/ |
D | tmd2620.c | 92 /* enabling interrupt */ in tmd2620_sample_fetch() 96 LOG_ERR("Failed enabling interrupt."); in tmd2620_sample_fetch() 102 /* Enabling proximity and powering up device */ in tmd2620_sample_fetch() 107 LOG_ERR("Failed enabling device."); in tmd2620_sample_fetch() 307 LOG_ERR("Failed enabling wait mode"); in tmd2620_sensor_setup() 349 LOG_ERR("Failed enabling device."); in tmd2620_init() 369 LOG_ERR("Failed enabling sensor."); in tmd2620_pm_action()
|
12345678910>>...24