/Zephyr-Core-2.7.6/tests/drivers/build_all/sensor/ |
D | app.overlay | 142 /* disable device to conflict with i2c version */ 147 /* disable device to conflict with i2c version */ 152 /* disable device to conflict with i2c version */ 157 /* disable device to conflict with i2c version */ 162 /* disable device to conflict with i2c version */ 167 /* disable device to conflict with i2c version */ 172 /* disable device to conflict with i2c version */ 177 /* disable device to conflict with i2c version */ 182 /* disable device to conflict with i2c version */ 187 /* disable device to conflict with i2c version */ [all …]
|
/Zephyr-Core-2.7.6/scripts/coccinelle/ |
D | const_config_info.cocci | 23 disable optional_qualifier 35 disable optional_qualifier 47 disable optional_qualifier 59 disable optional_qualifier 71 disable optional_qualifier 83 disable optional_qualifier 95 disable optional_qualifier 109 disable optional_qualifier 122 disable optional_qualifier
|
/Zephyr-Core-2.7.6/drivers/counter/ |
D | Kconfig.esp32 | 15 bool "TG0_T0 enable/disable option" 20 bool "TG0_T1 enable/disable option" 25 bool "TG1_T0 enable/disable option" 30 bool "TG1_T1 enable/disable option"
|
/Zephyr-Core-2.7.6/drivers/sensor/lsm6ds0/ |
D | Kconfig | 20 Enable/disable accelerometer X axis totally by stripping everything 27 Enable/disable accelerometer Y axis totally by stripping everything 34 Enable/disable accelerometer Z axis totally by stripping everything 41 Enable/disable gyroscope X axis totally by stripping everything 48 Enable/disable gyroscope Y axis totally by stripping everything 55 Enable/disable gyroscope Z axis totally by stripping everything 61 Enable/disable temperature totally by stripping everything related in
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | regulator.h | 34 int (*disable)(const struct device *dev); member 93 return api->disable(reg); in regulator_disable()
|
D | watchdog.h | 140 wdt_api_disable disable; member 193 return api->disable(dev); in z_impl_wdt_disable()
|
D | peci.h | 204 peci_disable_t disable; member 267 return api->disable(dev); in z_impl_peci_disable()
|
/Zephyr-Core-2.7.6/boards/arm/nucleo_h745zi_q/ |
D | nucleo_h745zi_q_m7_defconfig | 18 # Enable UART ( disable to assign to M4 core) 21 # Console ( disable to assign to M4 core)
|
/Zephyr-Core-2.7.6/include/ |
D | shared_irq.h | 32 shared_irq_disable_t disable; member 76 return api->disable(dev, isr_dev); in shared_irq_disable()
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_shared_irq.c | 100 static inline int disable(const struct device *dev, in disable() function 135 .disable = disable,
|
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/ |
D | ll.c | 244 goto disable; in cmd_advx() 268 disable: in cmd_advx() 318 goto disable; in cmd_scanx() 342 disable: in cmd_scanx()
|
/Zephyr-Core-2.7.6/include/net/ |
D | capture.h | 43 int (*disable)(const struct device *dev); member 161 return api->disable(dev); in net_capture_disable()
|
/Zephyr-Core-2.7.6/subsys/console/ |
D | Kconfig | 35 large host-side clipboard pastes. Set to 0 to disable 44 large host-side clipboard pastes. Set to 0 to disable
|
/Zephyr-Core-2.7.6/soc/arm/ti_simplelink/cc32xx/ |
D | cc32xx_debug.ld | 8 /* Add CC32xx flash header to disable flash verification */
|
/Zephyr-Core-2.7.6/drivers/watchdog/ |
D | wdt_handlers.c | 20 Z_OOPS(Z_SYSCALL_DRIVER_WDT(dev, disable)); in z_vrfy_wdt_disable()
|
/Zephyr-Core-2.7.6/cmake/emu/ |
D | renode.cmake | 9 --disable-xwt
|
/Zephyr-Core-2.7.6/drivers/sensor/ens210/ |
D | Kconfig | 17 Enable/disable temperature measurements and set measurement mode. 30 Enable/disable relative humidity measurements and set measurement mode.
|
/Zephyr-Core-2.7.6/doc/guides/optimizations/ |
D | footprint.rst | 33 Some peripherals are enabled by default. You can disable unused 56 Depending on your application and platform needs, you can disable MPU/MMU
|
/Zephyr-Core-2.7.6/boards/arm/ruuvi_ruuvitag/ |
D | ruuvi_ruuvitag_defconfig | 18 # set y to disable R button
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | lpn.c | 167 static void clear_friendship(bool force, bool disable); 180 clear_friendship(false, lpn->disable); in friend_clear_sent() 217 static void clear_friendship(bool force, bool disable) in clear_friendship() argument 221 BT_DBG("force %u disable %u", force, disable); in clear_friendship() 226 lpn->disable = disable; in clear_friendship() 254 lpn->disable = 0U; in clear_friendship() 272 if (!disable) { in clear_friendship() 637 clear_friendship(false, lpn->disable); in bt_mesh_lpn_friend_clear_cfm() 808 clear_friendship(false, bt_mesh.lpn.disable); in lpn_timeout()
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_s1000_crb/support/ |
D | load_elf.txt | 7 # disable xtensa core power saving
|
/Zephyr-Core-2.7.6/drivers/peci/ |
D | peci_handlers.c | 30 Z_OOPS(Z_SYSCALL_DRIVER_PECI(dev, disable)); in z_vrfy_peci_disable()
|
/Zephyr-Core-2.7.6/drivers/sensor/lsm9ds0_mfd/ |
D | Kconfig | 18 Enable/disable accelerometer totally by stripping everything related 25 Enable/disable magnetometer totally by stripping everything related in 31 Enable/disable temperature sensor totally by stripping everything
|
/Zephyr-Core-2.7.6/drivers/sensor/iis2iclx/ |
D | Kconfig | 61 Enable/disable temperature 66 Enable/disable internal sensorhub. You can enable
|
/Zephyr-Core-2.7.6/drivers/sensor/ism330dhcx/ |
D | Kconfig | 61 Enable/disable temperature 66 Enable/disable internal sensorhub. You can enable
|