Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 5 of 5) sorted by relevance

/drivers/flash/
A Dspi_flash_at45.c70 const struct gpio_dt_spec *wp; member
339 if (cfg->wp) { in spi_flash_at45_write()
340 gpio_pin_set_dt(cfg->wp, 0); in spi_flash_at45_write()
365 if (cfg->wp) { in spi_flash_at45_write()
366 gpio_pin_set_dt(cfg->wp, 1); in spi_flash_at45_write()
455 if (cfg->wp) { in spi_flash_at45_erase()
456 gpio_pin_set_dt(cfg->wp, 0); in spi_flash_at45_erase()
508 if (cfg->wp) { in spi_flash_at45_erase()
509 gpio_pin_set_dt(cfg->wp, 1); in spi_flash_at45_erase()
580 if (dev_config->wp) { in spi_flash_at45_init()
[all …]
A Dspi_nor.c122 const struct gpio_dt_spec wp; member
1132 gpio_pin_set_dt(&(DEV_CFG(dev)->wp), 0); in spi_nor_write_protection_set()
1147 gpio_pin_set_dt(&(DEV_CFG(dev)->wp), 1); in spi_nor_write_protection_set()
1720 if (!device_is_ready(DEV_CFG(dev)->wp.port)) { in spi_nor_init()
1724 if (gpio_pin_configure_dt(&(DEV_CFG(dev)->wp), GPIO_OUTPUT_ACTIVE)) { in spi_nor_init()
1861 #define INIT_WP_GPIOS(idx) .wp = GPIO_DT_SPEC_INST_GET_OR(idx, wp_gpios, {0})
/drivers/crypto/
A Dcrypto_intel_sha_registers.h57 uint32_t wp : 24; member
73 uint32_t wp : 24; member
/drivers/dma/
A Ddma_intel_adsp_hda.c200 const uint32_t wp = *DGBWP(cfg->base, cfg->regblock_size, channel); in intel_adsp_hda_dma_host_reload() local
201 const uint32_t next_wp = (wp + INTEL_HDA_MIN_FPI_INCREMENT_FOR_INTERRUPT) % in intel_adsp_hda_dma_host_reload()
/drivers/led_strip/
A DKconfig.ws28128 # https://wp.josh.com/2014/05/13/ws2812-neopixels-are-not-so-finicky-once-you-get-to-know-them/

Completed in 793 milliseconds