Searched refs:wp (Results 1 – 5 of 5) sorted by relevance
| /drivers/flash/ |
| A D | spi_flash_at45.c | 70 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 D | spi_nor.c | 122 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 D | crypto_intel_sha_registers.h | 57 uint32_t wp : 24; member 73 uint32_t wp : 24; member
|
| /drivers/dma/ |
| A D | dma_intel_adsp_hda.c | 200 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 D | Kconfig.ws2812 | 8 # https://wp.josh.com/2014/05/13/ws2812-neopixels-are-not-so-finicky-once-you-get-to-know-them/
|
Completed in 793 milliseconds