Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 55) sorted by relevance

123

/drivers/mipi_dbi/
A Dmipi_dbi_bitbang.c36 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 DKconfig.ambiq14 Enables Ambiq flash driver on MRAM (e.g. Apollo4x) or
15 flash (e.g. Apollo3x).
A DKconfig.it51xxx_m1k13 operations. Accessible flash regions include internal e-Flash or external
/drivers/pcie/host/
A DKconfig9 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 Dieee802154_cc13xx_cc26xx.c73 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 Dieee802154_cc13xx_cc26xx_subg.c313 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 Dw1_zephyr_gpio.c85 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 DKconfig.gic15 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 DKconfig7 bool "Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)"
/drivers/sensor/ti/ti_hdc20xx/
A DKconfig14 (e.g. HDC2010, HDC2021, HDC2022, HDC2080).
/drivers/gpio/
A DKconfig.mmio3211 Zephyr normally expects to be specified using a GPIO pin, e.g. for
/drivers/dai/intel/alh/
A DKconfig.alh14 abstracted support for numerous sound interfaces (e.g. SoundWire).
/drivers/timer/
A DKconfig.stm32_lptim69 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 DKconfig9 Enable auxiliary/textual display drivers (e.g. alphanumerical displays)
/drivers/sensor/aosong/dht/
A DKconfig20 reading successfully from the sensor at the cost of delayed interrupt servicing (e.g.
/drivers/spi/
A DKconfig.dw20 In some case, e.g. ARC HS Development kit, the peripheral space of
/drivers/i2c/
A DKconfig.mcux29 i.e. it should wait as long as necessary.
A DKconfig.sam029 i.e. it should wait as long as necessary.
/drivers/dma/
A DKconfig.xilinx_axi_dma50 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 DKconfig25 # for drivers which require 4 B on wire for every 3 B of color, e.g. APA102, but
/drivers/i3c/
A DKconfig.npcx22 # i.e. I3C node example in dtsi file.
/drivers/serial/
A DKconfig.npcx21 # i.e. One UART register base address and one MDMA register base address.
/drivers/clock_control/
A Dclock_control_renesas_cpg_mssr.c60 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 DKconfig13 # Include these first so that any properties (e.g. defaults) below can be
/drivers/misc/ft8xx/
A Dft8xx.c195 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()

Completed in 50 milliseconds

123