| /drivers/mipi_dbi/ |
| A D | mipi_dbi_bitbang.c | 36 const struct gpio_dt_spec e; member 130 gpio_pin_set_dt(&config->e, 1); in mipi_dbi_bitbang_write_helper() 133 gpio_pin_set_dt(&config->e, 0); in mipi_dbi_bitbang_write_helper() 139 gpio_pin_set_dt(&config->e, 1); in mipi_dbi_bitbang_write_helper() 141 gpio_pin_set_dt(&config->e, 0); in mipi_dbi_bitbang_write_helper() 220 if (gpio_is_ready_dt(&config->e)) { in mipi_dbi_bitbang_init() 221 gpio_pin_configure_dt(&config->e, GPIO_OUTPUT_ACTIVE); in mipi_dbi_bitbang_init() 223 gpio_pin_set_dt(&config->e, 0); in mipi_dbi_bitbang_init() 334 .e = GPIO_DT_SPEC_INST_GET_OR(n, e_gpios, {}), \
|
| /drivers/flash/ |
| A D | Kconfig.ambiq | 14 Enables Ambiq flash driver on MRAM (e.g. Apollo4x) or 15 flash (e.g. Apollo3x).
|
| A D | Kconfig.it51xxx_m1k | 13 operations. Accessible flash regions include internal e-Flash or external
|
| /drivers/pcie/host/ |
| A D | Kconfig | 9 This option enables support for new PCI(e) drivers. 41 bool "Support for PCI(e) MSI" 44 enabled, PCI(e) devices which support MSI will be configured (at 71 bool "Support for PCI(e) Precision Time Management (PTM)" 87 Enable commands for debugging PCI(e) using the built-in shell.
|
| /drivers/ieee802154/ |
| A D | ieee802154_cc13xx_cc26xx.c | 73 static void cmd_ieee_csma_callback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e) in cmd_ieee_csma_callback() argument 82 LOG_DBG("e: 0x%" PRIx64, e); in cmd_ieee_csma_callback() 84 if (e & RF_EventInternalError) { in cmd_ieee_csma_callback() 89 static void cmd_ieee_rx_callback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e) in cmd_ieee_rx_callback() argument 98 LOG_DBG("e: 0x%" PRIx64, e); in cmd_ieee_rx_callback() 100 if (e & RF_EventRxBufFull) { in cmd_ieee_rx_callback() 104 if (e & RF_EventInternalError) { in cmd_ieee_rx_callback() 108 if (e & RF_EventRxEntryDone) { in cmd_ieee_rx_callback() 113 static void client_error_callback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e) in client_error_callback() argument 117 LOG_DBG("e: 0x%" PRIx64, e); in client_error_callback()
|
| A D | ieee802154_cc13xx_cc26xx_subg.c | 313 RF_EventMask e) in cmd_prop_tx_adv_callback() argument 321 op->commandNo, op->status, drv_data->cmd_prop_tx_adv.status, e); in cmd_prop_tx_adv_callback() 396 RF_EventMask e) in cmd_prop_rx_adv_callback() argument 403 op->commandNo, op->status, e); in cmd_prop_rx_adv_callback() 409 if (e & RF_EventRxEntryDone || op->status == PROP_ERROR_RXBUF) { in cmd_prop_rx_adv_callback() 429 RF_EventMask e) in client_error_callback() argument 433 LOG_ERR("client error: 0x%" PRIx64, e); in client_error_callback()
|
| /drivers/w1/ |
| A D | w1_zephyr_gpio.c | 85 uint16_t e; member 114 .e = W1_GPIO_TIMING_STD_E, 127 .e = W1_GPIO_TIMING_OD_E, 193 W1_GPIO_WAIT_US(timing->e); in w1_gpio_read_bit()
|
| /drivers/interrupt_controller/ |
| A D | Kconfig.gic | 15 The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the 22 The ARM Generic Interrupt Controller v2 (e.g. GIC-400) works with the 29 The ARM Generic Interrupt Controller v3 (e.g. GIC-500 and GIC-600)
|
| /drivers/sensor/ti/ti_hdc/ |
| A D | Kconfig | 7 bool "Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)"
|
| /drivers/sensor/ti/ti_hdc20xx/ |
| A D | Kconfig | 14 (e.g. HDC2010, HDC2021, HDC2022, HDC2080).
|
| /drivers/gpio/ |
| A D | Kconfig.mmio32 | 11 Zephyr normally expects to be specified using a GPIO pin, e.g. for
|
| /drivers/dai/intel/alh/ |
| A D | Kconfig.alh | 14 abstracted support for numerous sound interfaces (e.g. SoundWire).
|
| /drivers/timer/ |
| A D | Kconfig.stm32_lptim | 69 There are chips e.g. STM32WBAX family that use LPTIM as a system timer, 71 another timer that is not stopped, but it has lower frequency e.g.
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 9 Enable auxiliary/textual display drivers (e.g. alphanumerical displays)
|
| /drivers/sensor/aosong/dht/ |
| A D | Kconfig | 20 reading successfully from the sensor at the cost of delayed interrupt servicing (e.g.
|
| /drivers/spi/ |
| A D | Kconfig.dw | 20 In some case, e.g. ARC HS Development kit, the peripheral space of
|
| /drivers/i2c/ |
| A D | Kconfig.mcux | 29 i.e. it should wait as long as necessary.
|
| A D | Kconfig.sam0 | 29 i.e. it should wait as long as necessary.
|
| /drivers/dma/ |
| A D | Kconfig.xilinx_axi_dma | 50 Lock all interrupts (including, e.g., timers and scheduler) when modifying channel data 76 On certain platforms (e.g., RISC-V), the DMA driver can sometimes miss interrupts. 104 Set to 0 to disable this feature, i.e., interrupts will only be raised when the threshold
|
| /drivers/led_strip/ |
| A D | Kconfig | 25 # for drivers which require 4 B on wire for every 3 B of color, e.g. APA102, but
|
| /drivers/i3c/ |
| A D | Kconfig.npcx | 22 # i.e. I3C node example in dtsi file.
|
| /drivers/serial/ |
| A D | Kconfig.npcx | 21 # i.e. One UART register base address and one MDMA register base address.
|
| /drivers/clock_control/ |
| A D | clock_control_renesas_cpg_mssr.c | 60 const struct cpg_clk_info_table *e = element; in cmp_cpg_clk_info_table_items() local 63 if (e->module == module) { in cmp_cpg_clk_info_table_items() 65 } else if (e->module < module) { in cmp_cpg_clk_info_table_items()
|
| /drivers/mbox/ |
| A D | Kconfig | 13 # Include these first so that any properties (e.g. defaults) below can be
|
| /drivers/misc/ft8xx/ |
| A D | ft8xx.c | 195 data->e = ft8xx_rd32(dev, FT800_REG_TOUCH_TRANSFORM_E); in ft8xx_calibrate() 205 ft8xx_wr32(dev, FT800_REG_TOUCH_TRANSFORM_E, data->e); in ft8xx_touch_transform_set()
|