Home
last modified time | relevance | path

Searched full:wr (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c36 LOG_DBG("Thread %d acquiring WR lock", id); in thread_top()
39 zassert_ok(pthread_rwlock_wrlock(&rwlock), "Failed to acquire WR lock"); in thread_top()
42 LOG_DBG("Thread %d acquired WR lock", id); in thread_top()
44 LOG_DBG("Thread %d releasing WR lock", id); in thread_top()
70 LOG_DBG("main acquire WR lock and 3 threads acquire RD lock"); in ZTEST()
81 LOG_DBG("Parent thread releasing WR lock"); in ZTEST()
86 LOG_DBG("Parent thread acquiring WR lock again"); in ZTEST()
95 LOG_DBG("Parent thread acquired WR lock again"); in ZTEST()
97 LOG_DBG("Parent thread releasing WR lock again"); in ZTEST()
100 LOG_DBG("3 threads acquire WR lock"); in ZTEST()
/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
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 */
Dwindow_trap.S38 wr %l3, %l2, %wim
56 wr %l4, %l5, %wim
150 wr %g3, %psr
160 wr %g1, %wim
Dsw_trap_set_pil.S34 wr %l5, %psr
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
/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()
215 failed_pin = "wr"; in mipi_dbi_bitbang_init()
218 gpio_pin_set_dt(&config->wr, 1); in mipi_dbi_bitbang_init()
[all …]
/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/soc/gaisler/leon3/
Didle.c15 __asm__ volatile ("wr %g0, %asr19"); in leon_idle()
/Zephyr-latest/dts/bindings/gpio/
Dnxp,lcd-8080.yaml26 14 LCD 8080 interface WR pin
/Zephyr-latest/dts/bindings/mipi-dbi/
Dnxp,mipi-dbi-flexio-lcdif.yaml27 Pin select for WR(8080 mode), EN(6800 mode).
Dzephyr,mipi-dbi-bitbang.yaml33 wr-gpios:
/Zephyr-latest/boards/shields/lcd_par_s035/boards/
Drd_rw612_bga.overlay34 * | HD2.2 | WR | WR |
/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/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/samples/subsys/modbus/rtu_client/
DREADME.rst55 [00:00:00.050,000] <inf> mbc_sample: WR|RD holding register:
/Zephyr-latest/drivers/sensor/maxim/max31865/
Dmax31865.h43 #define WR(reg) ((reg) | 0x80) macro
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/
Dmain.c67 "WR|RD holding register:"); in main()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/
Dblob_srv.svg3wr(block, chunk)</div></div></div></foreignObject><text x="290" y="256" fill="#000000" font-family…
/Zephyr-latest/include/zephyr/ipc/
Dpbuf.h34 * Rounded up to keep wr/rd indexes pointing to aligned address.
69 * The structure contains local copies of wr and rd indexes used by writer and
/Zephyr-latest/drivers/peci/
Dpeci_npcx.c192 LOG_DBG("Wr FCS:0x%02x|Rd FCS:0x%02x", reg->PECI_WR_FCS, reg->PECI_RD_FCS); in peci_npcx_transfer()
217 LOG_ERR("PECI Nego or Wr FCS(0x%02x) error", reg->PECI_WR_FCS); in peci_npcx_isr()
/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/subsys/fs/zms/src/
Dmain.c127 zassert_mem_equal(wr_buf, rd_buf, sizeof(rd_buf), "RD buff should be equal to the WR buff"); in execute_long_pattern_write()
191 "RD buff should be equal to the first WR buff"); in ZTEST_F()
223 "RD buff should not be equal to the second WR buff because of " in ZTEST_F()
226 "RD buff should be equal to the first WR buff because subsequent " in ZTEST_F()
264 "RD buff should be equal to the WR buff"); in ZTEST_F()
279 "RD buff should be equal to the WR buff"); in ZTEST_F()
314 "RD buff should be equal to the WR buff"); in check_content()
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c132 "RD buff should be equal to the WR buff"); in execute_long_pattern_write()
197 "RD buff should be equal to the first WR buff"); in ZTEST_F()
242 "RD buff should not be equal to the second WR buff because of " in ZTEST_F()
245 "RD buff should be equal to the first WR buff because subsequent " in ZTEST_F()
285 "RD buff should be equal to the WR buff"); in ZTEST_F()
302 "RD buff should be equal to the WR buff"); in ZTEST_F()
340 "RD buff should be equal to the WR buff"); in check_content()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c156 flash->io.wr = wr_chunk; in bt_mesh_blob_io_flash_init()

123