/Zephyr-latest/drivers/stepper/allegro/ |
D | a4979.c | 53 static int a4979_stepper_enable(const struct device *dev, bool enable) in a4979_stepper_enable() argument 66 ret = gpio_pin_set_dt(&config->en_pin, enable); in a4979_stepper_enable() 72 data->enabled = enable; in a4979_stepper_enable() 73 if (!enable) { in a4979_stepper_enable() 247 .enable = a4979_stepper_enable,
|
/Zephyr-latest/drivers/pcie/host/ |
D | Kconfig | 53 MSI can support up to 32 different messages. This will enable the 63 If one or more device support MSI-X, you'll need to enable this. 73 This will enable support both PTM root and PTM requester features. 74 Up to the PCIe device driver to enable its PTM requester capability. 80 This will enable retrieve interrupt routing information for PCI legacy
|
/Zephyr-latest/cmake/sca/polyspace/ |
D | zephyr.psopts | 3 -enable-concurrency-detection
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic_nhlt.c | 194 dmic->enable[source_pdm] = 0x3; /* PDMi MIC A and B */ in dai_ipm_source_to_enable() 196 dmic->enable[source_pdm] = mic_swap ? 0x2 : 0x1; /* PDMi MIC B or MIC A */ in dai_ipm_source_to_enable() 240 dmic->enable[n] = 0; in dai_nhlt_dmic_dai_params_get() 379 dmic->enable[0] = 0x3; /* PDM0 MIC A and B */ in dai_nhlt_dmic_dai_params_get() 380 dmic->enable[1] = 0x0; /* PDM1 none */ in dai_nhlt_dmic_dai_params_get() 385 dmic->enable[0] = mic_swap ? 0x2 : 0x1; /* PDM0 MIC B or MIC A */ in dai_nhlt_dmic_dai_params_get() 386 dmic->enable[1] = 0x0; /* PDM1 */ in dai_nhlt_dmic_dai_params_get() 393 dmic->enable[0] = 0x0; /* PDM0 none */ in dai_nhlt_dmic_dai_params_get() 394 dmic->enable[1] = 0x3; /* PDM1 MIC A and B */ in dai_nhlt_dmic_dai_params_get() 397 dmic->enable[0] = 0x0; /* PDM0 none */ in dai_nhlt_dmic_dai_params_get() [all …]
|
/Zephyr-latest/include/zephyr/drivers/flash/ |
D | nrf_qspi_nor.h | 32 __syscall void nrf_qspi_nor_xip_enable(const struct device *dev, bool enable);
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_intel_adsp.h | 127 static inline void intel_adsp_wdt_reset_set(uint32_t base, const uint32_t core, const bool enable) in intel_adsp_wdt_reset_set() argument 129 sys_write32(enable ? DSPCxWDTCS_STORE : 0, base + DSPCxWDTCS + DSPBRx_OFFSET(core)); in intel_adsp_wdt_reset_set()
|
/Zephyr-latest/tests/drivers/spi/spi_error_cases/boards/ |
D | nrf52840dk_nrf52840.overlay | 21 low-power-enable; 40 low-power-enable;
|
/Zephyr-latest/boards/nxp/imx8mm_evk/ |
D | imx8mm_evk-pinctrl.dtsi | 72 input-schmitt-enable; 75 input-enable;
|
/Zephyr-latest/boards/nxp/imx8mn_evk/ |
D | imx8mn_evk-pinctrl.dtsi | 72 input-schmitt-enable; 75 input-enable;
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/ |
D | nrf54h20dk_nrf54h20_common.dtsi | 19 low-power-enable; 40 low-power-enable;
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 19 low-power-enable; 37 low-power-enable;
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | frdm_mcxn236.overlay | 13 input-enable; 24 /* We cannot enable SPI and I2C on the same flexcomm */
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 25 low-power-enable; 41 low-power-enable;
|
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 32 low-power-enable; 46 low-power-enable;
|
/Zephyr-latest/include/zephyr/debug/ |
D | cpu_load.h | 49 void cpu_load_log_control(bool enable);
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_adsp_memory_window.c | 86 static int enable(const struct shell_transport *transport, bool blocking) in enable() function 119 .enable = enable,
|
/Zephyr-latest/include/zephyr/input/ |
D | input_paw32xx.h | 24 int paw32xx_force_awake(const struct device *dev, bool enable);
|
D | input_pmw3610.h | 24 int pmw3610_force_awake(const struct device *dev, bool enable);
|
/Zephyr-latest/drivers/video/ |
D | ov2640.c | 661 static int ov2640_set_colorbar(const struct device *dev, uint8_t enable) in ov2640_set_colorbar() argument 674 if (enable) { in ov2640_set_colorbar() 685 static int ov2640_set_white_bal(const struct device *dev, int enable) in ov2640_set_white_bal() argument 698 if (enable) { in ov2640_set_white_bal() 709 static int ov2640_set_gain_ctrl(const struct device *dev, int enable) in ov2640_set_gain_ctrl() argument 722 if (enable) { in ov2640_set_gain_ctrl() 733 static int ov2640_set_exposure_ctrl(const struct device *dev, int enable) in ov2640_set_exposure_ctrl() argument 746 if (enable) { in ov2640_set_exposure_ctrl() 758 int enable) in ov2640_set_horizontal_mirror() argument 771 if (enable) { in ov2640_set_horizontal_mirror() [all …]
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/ |
D | test_cte_set_rx_params.h | 27 const struct ut_bt_df_conn_cte_rx_params *params, bool enable);
|
/Zephyr-latest/boards/shields/g1120b0mipi/ |
D | g1120b0mipi.overlay | 13 en_mipi_display_g1120b0mipi: enable-mipi-display { 16 enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/ |
D | xiao_esp32s3-pinctrl.dtsi | 57 output-enable; 71 input-enable;
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/boards/ |
D | nrf52840dk_nrf52840.overlay | 21 low-power-enable; 40 low-power-enable;
|
/Zephyr-latest/samples/net/promiscuous_mode/ |
D | README.rst | 10 This application will enable promiscuous mode for every network 14 The application will also provide a shell so that user can enable
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ds.h | 53 bool enable; member 179 bool enable; member
|