Home
last modified time | relevance | path

Searched refs:wr (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/arch/sparc/core/
Dreset_trap.S21 wr %g1, %asr17
28 wr %g1, %tbr
29 wr 2, %wim
30 wr PSR_PIL | PSR_S | PSR_PS | PSR_ET, %psr
Dwindow_trap.S38 wr %l3, %l2, %wim
56 wr %l4, %l5, %wim
150 wr %g3, %psr
160 wr %g1, %wim
Dswitch.S51 wr %g1, %psr /* disable traps */
90 wr %g1, %psr /* restore cwp */
103 wr %g4, %wim
142 wr %g1, %psr /* restore status register and ET */
Dinterrupt_trap.S143 wr %l6, PSR_ET, %psr
204 wr %l6, %l5, %psr
259 wr %g1, 0, %y
305 wr %l4, %l5, %wim
326 wr %l0, %psr
Dsw_trap_set_pil.S34 wr %l5, %psr
Dfault_trap.S100 wr %o2, PSR_ET, %psr
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_bitbang.c33 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/
Dconcurrent.c185 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/
Dmain.c103 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/
Dmain.c222 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/
Dblob.h225 int (*wr)(const struct bt_mesh_blob_io *io, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c156 flash->io.wr = wr_chunk; in bt_mesh_blob_io_flash_init()
Dblob_srv.c769 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()
Ddfu_srv.c356 if (err || !io || !io->wr) { in handle_start()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst113 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/
Dtest_blob.c124 .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()
Dtest_dfu.c116 .wr = dummy_blob_chunk_wr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c69 .wr = blob_chunk_wr,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c111 .wr = blob_chunk_wr,
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2002 * :github:`49406` - flash_stm32_ospi: OSPI wr in OPI/STR mode is for 32bit address only