/Zephyr-latest/arch/sparc/core/ |
D | reset_trap.S | 21 wr %g1, %asr17 28 wr %g1, %tbr 29 wr 2, %wim 30 wr PSR_PIL | PSR_S | PSR_PS | PSR_ET, %psr
|
D | window_trap.S | 38 wr %l3, %l2, %wim 56 wr %l4, %l5, %wim 150 wr %g3, %psr 160 wr %g1, %wim
|
D | switch.S | 51 wr %g1, %psr /* disable traps */ 90 wr %g1, %psr /* restore cwp */ 103 wr %g4, %wim 142 wr %g1, %psr /* restore status register and ET */
|
D | interrupt_trap.S | 143 wr %l6, PSR_ET, %psr 204 wr %l6, %l5, %psr 259 wr %g1, 0, %y 305 wr %l4, %l5, %wim 326 wr %l0, %psr
|
D | sw_trap_set_pil.S | 34 wr %l5, %psr
|
D | fault_trap.S | 100 wr %o2, PSR_ET, %psr
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_bitbang.c | 33 const struct gpio_dt_spec wr; member 105 gpio_pin_set_dt(&config->wr, 0); in mipi_dbi_bitbang_write_helper() 108 gpio_pin_set_dt(&config->wr, 1); in mipi_dbi_bitbang_write_helper() 114 gpio_pin_set_dt(&config->wr, 0); in mipi_dbi_bitbang_write_helper() 116 gpio_pin_set_dt(&config->wr, 1); in mipi_dbi_bitbang_write_helper() 128 gpio_pin_set_dt(&config->wr, 0); in mipi_dbi_bitbang_write_helper() 212 if (gpio_is_ready_dt(&config->wr)) { in mipi_dbi_bitbang_init() 213 ret = gpio_pin_configure_dt(&config->wr, GPIO_OUTPUT_ACTIVE); in mipi_dbi_bitbang_init() 218 gpio_pin_set_dt(&config->wr, 1); in mipi_dbi_bitbang_init() 333 .wr = GPIO_DT_SPEC_INST_GET_OR(n, wr_gpios, {}), \
|
/Zephyr-latest/tests/lib/ringbuffer/src/ |
D | concurrent.c | 185 static int wr = 8; in produce() local 193 len = ring_buf_put_claim(&ringbuf, &data, wr); in produce() 195 len = ring_buf_put_claim(&ringbuf, &data, wr); in produce() 206 wr++; in produce() 207 if (wr == 15) { in produce() 208 wr = 8; in produce()
|
/Zephyr-latest/tests/drivers/eeprom/api/src/ |
D | main.c | 103 const uint8_t wr = 0x00; in ZTEST_USER() local 108 rc = eeprom_write(eeprom, address, &wr, 1); in ZTEST_USER() 114 zassert_equal(wr - rd, rc, "Unexpected error code (%d)", rc); in ZTEST_USER()
|
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/ |
D | main.c | 222 err = blob_flash_stream.io.wr(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST() 264 err = blob_flash_stream.io.wr(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST() 269 err = blob_flash_stream.io.wr(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST() 274 err = blob_flash_stream.io.wr(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob.h | 225 int (*wr)(const struct bt_mesh_blob_io *io, member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_io_flash.c | 156 flash->io.wr = wr_chunk; in bt_mesh_blob_io_flash_init()
|
D | blob_srv.c | 769 err = srv->io->wr(srv->io, &srv->state.xfer, &srv->block, &chunk); in handle_chunk() 959 if (!io || !io->wr) { in bt_mesh_blob_srv_recv()
|
D | dfu_srv.c | 356 if (err || !io || !io->wr) { in handle_start()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 113 stream's :c:member:`wr <bt_mesh_blob_io.wr>` or :c:member:`rd <bt_mesh_blob_io.rd>` callback is
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 124 .wr = blob_chunk_wr, 1289 .wr = blob_chunk_wr, in test_srv_fail_on_block_start() 1304 .wr = blob_chunk_wr, in test_srv_fail_on_block_get()
|
D | test_dfu.c | 116 .wr = dummy_blob_chunk_wr,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 69 .wr = blob_chunk_wr,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 111 .wr = blob_chunk_wr,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 2002 * :github:`49406` - flash_stm32_ospi: OSPI wr in OPI/STR mode is for 32bit address only
|