/Zephyr-latest/samples/drivers/mspi/mspi_flash/src/ |
D | main.c | 65 const uint8_t *wp = expected; in single_sector_test() local 73 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in single_sector_test() 75 ++wp; in single_sector_test() 148 const uint8_t *wp = expected; in multi_sector_test() local 156 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in multi_sector_test() 158 ++wp; in multi_sector_test()
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/ |
D | x_nucleo_eeprma2.overlay | 30 /* if solder-bridge closed: arduino A1 pin on CN8 can wp */ 31 /* wp-gpios = <&arduino_header 1 GPIO_ACTIVE_LOW>; */ 43 /* if solder-bridge closed: arduino A1 pin on CN8 can wp */ 44 /* wp-gpios = <&arduino_header 1 GPIO_ACTIVE_LOW>; */ 56 /* if solder-bridge closed: arduino A1 pin on CN8 can wp */ 57 /* wp-gpios = <&arduino_header 1 GPIO_ACTIVE_LOW>; */ 93 /* if solder-bridge closed: arduino A0 pin on CN8 can wp */ 94 /* wp-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>; */ 107 /* if solder-bridge closed: arduino A0 pin on CN8 can wp */ 108 /* wp-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>; */ [all …]
|
/Zephyr-latest/samples/drivers/spi_flash/src/ |
D | main.c | 107 const uint8_t *wp = expected; in single_sector_test() local 115 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in single_sector_test() 117 ++wp; in single_sector_test() 189 const uint8_t *wp = expected; in multi_sector_test() local 197 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in multi_sector_test() 199 ++wp; in multi_sector_test()
|
/Zephyr-latest/tests/kernel/workq/work/src/ |
D | main.c | 688 struct k_work *wp = &ctx->work; in ZTEST() local 694 k_work_init(wp, rel_handler); in ZTEST() 697 rc = k_work_submit_to_queue(&coophi_queue, wp); in ZTEST() 712 zassert_equal(k_work_cancel(wp), K_WORK_RUNNING | K_WORK_CANCELING, in ZTEST() 726 zassert_true(k_work_cancel_sync(wp, &work_sync)); in ZTEST() 741 rc = k_work_busy_get(wp); in ZTEST() 751 struct k_work *wp = &ctx->work; in ZTEST() local 757 k_work_init(wp, rel_handler); in ZTEST() 760 rc = k_work_submit_to_queue(&coophi_queue, wp); in ZTEST() 775 zassert_true(k_work_cancel_sync(wp, &work_sync)); in ZTEST() [all …]
|
/Zephyr-latest/drivers/flash/ |
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 …]
|
D | spi_nor.c | 119 const struct gpio_dt_spec wp; member 1038 gpio_pin_set_dt(&(DEV_CFG(dev)->wp), 0); in spi_nor_write_protection_set() 1053 gpio_pin_set_dt(&(DEV_CFG(dev)->wp), 1); in spi_nor_write_protection_set() 1612 if (!device_is_ready(DEV_CFG(dev)->wp.port)) { in spi_nor_init() 1616 if (gpio_pin_configure_dt(&(DEV_CFG(dev)->wp), GPIO_OUTPUT_ACTIVE)) { in spi_nor_init() 1753 #define INIT_WP_GPIOS(idx) .wp = GPIO_DT_SPEC_INST_GET_OR(idx, wp_gpios, {0})
|
/Zephyr-latest/tests/drivers/mspi/flash/src/ |
D | main.c | 161 const uint8_t *wp = expected; in test_multi_sector_rw() local 168 if (*rp != *wp) { in test_multi_sector_rw() 170 (uint32_t)(offs + (rp - actual)), *wp, *rp); in test_multi_sector_rw() 178 ++wp; in test_multi_sector_rw()
|
/Zephyr-latest/tests/drivers/build_all/eeprom/ |
D | app.overlay | 44 wp-gpios = <&test_gpio 0 0>; 54 wp-gpios = <&test_gpio 0 0>; 92 wp-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_intel_sha_registers.h | 57 uint32_t wp : 24; member 73 uint32_t wp : 24; member
|
/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | nrf52840dk_spi_nor_wp_hold.overlay | 6 * Build test for jedec,spi-nor compatible (drivers/flash/spi_nor.c) wp-gpios and hold-gpios 45 wp-gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/samples/bluetooth/channel_sounding/ |
D | README.rst | 130 … Core Specification v. 6.0: Vol. 1, Part A, 9.2 <https://www.bluetooth.com/wp-content/uploads/File… 131 … Core Specification v. 6.0: Vol. 1, Part A, 9.3 <https://www.bluetooth.com/wp-content/uploads/File… 132 …Core Specification v. 6.0: Vol. 6, Part D, 6.34 <https://www.bluetooth.com/wp-content/uploads/File… 133 …Core Specification v. 6.0: Vol. 6, Part D, 6.35 <https://www.bluetooth.com/wp-content/uploads/File…
|
/Zephyr-latest/samples/drivers/jesd216/boards/ |
D | nrf52840dk_nrf52840_spi.overlay | 33 wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 66 java -jar ./leshan-server-demo.jar -wp 8080 -vv 67 java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081 86 …--startas /bin/bash -- -c "exec java -jar ./leshan-server-demo.jar -wp 8080 -vv --models-folder ob… 89 …--startas /bin/bash -- -c "exec java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081 -…
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | intel_adsp_hda.h | 278 int32_t wp = *DGBWP(base, regblock_size, sid); in intel_adsp_hda_unused() local 279 int32_t size = rp - wp; in intel_adsp_hda_unused()
|
/Zephyr-latest/boards/sparkfun/thing_plus/ |
D | sparkfun_thing_plus_nrf9160_common.dtsi | 165 wp-gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/circuitdojo/feather/ |
D | circuitdojo_feather_nrf9160_common.dtsi | 165 wp-gpios = < &gpio0 8 GPIO_ACTIVE_LOW >;
|
/Zephyr-latest/boards/ezurio/bl654_dvk/ |
D | bl654_dvk.dts | 174 wp-gpios = <&gpio0 22 0>;
|
/Zephyr-latest/drivers/dma/ |
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()
|
/Zephyr-latest/boards/norik/octopus_som/doc/ |
D | index.rst | 125 .. _Octopus SoM Documentation: https://www.norik.com/wp-content/uploads/2024/09/Octopus_SoM_Datashe…
|
/Zephyr-latest/kernel/ |
D | work.c | 868 struct k_work *wp = &dw->work; in work_timeout() local 879 if (flag_test_and_clear(&wp->flags, K_WORK_DELAYED_BIT)) { in work_timeout() 881 (void)submit_to_queue_locked(wp, &queue); in work_timeout()
|
/Zephyr-latest/boards/particle/argon/dts/ |
D | mesh_feather.dtsi | 171 wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/particle/boron/dts/ |
D | mesh_feather.dtsi | 171 wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/particle/xenon/dts/ |
D | mesh_feather.dtsi | 171 wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.ws2812 | 8 # https://wp.josh.com/2014/05/13/ws2812-neopixels-are-not-so-finicky-once-you-get-to-know-them/
|
/Zephyr-latest/boards/nxp/frdm_k82f/ |
D | frdm_k82f.dts | 226 wp-gpios = <&gpioe 3 0>;
|