Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/arch/riscv/core/
Dasm_macros.inc12 .macro lr, rd, mem
13 ld \rd, \mem
23 .macro lr, rd, mem
24 lw \rd, \mem
35 .macro flr, rd, mem
36 fld \rd, \mem
45 .macro flr, rd, mem
46 flw \rd, \mem
56 * Perform rd += rs * mult using only shifts and adds.
60 .macro shiftmul_add rd, rs, mult
[all …]
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py94 rd = RelationshipData()
95 rd.ownerType = RelationshipDataElementType.DOCUMENT
96 rd.ownerDocument = doc
97 rd.otherType = RelationshipDataElementType.PACKAGEID
98 rd.otherPackageID = cfgpackage.spdxID
99 rd.rlnType = "DESCRIBES"
102 self.pendingRelationships.append(rd)
212 rd = RelationshipData()
213 rd.ownerType = RelationshipDataElementType.DOCUMENT
214 rd.ownerDocument = self.docBuild
[all …]
/Zephyr-latest/tests/lib/ringbuffer/src/
Dconcurrent.c220 static int rd = 8; in consume() local
229 len = ring_buf_get_claim(&ringbuf, &data, rd); in consume()
231 len = ring_buf_get_claim(&ringbuf, &data, rd); in consume()
244 rd++; in consume()
245 if (rd == 15) { in consume()
246 rd = 8; in consume()
/Zephyr-latest/arch/sparc/core/
Dwindow_trap.S28 rd %wim, %l3
50 rd %wim, %l3
102 rd %wim, %g2
Dtrap_table_mvt.S17 rd %psr, %l0; \
20 rd %tbr, %l6;
23 rd %psr, %l0; \
29 rd %psr, %l0; \
32 rd %tbr, %l6;
Dfault_trap.S39 rd %wim, %g2
95 rd %y, %l7
Dinterrupt_trap.S46 rd %wim, %g2
103 rd %y, %g1
275 rd %psr, %l3
285 rd %wim, %l3
Dswitch.S46 rd %psr, %o4
56 rd %wim, %g2 /* %g2 = wim */
Dreset_trap.S18 rd %asr17, %g1
Dtrap_table_svt.S38 rd %psr, %l0
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_bitbang.c30 const struct gpio_dt_spec rd; member
207 if (gpio_is_ready_dt(&config->rd)) { in mipi_dbi_bitbang_init()
208 gpio_pin_configure_dt(&config->rd, GPIO_OUTPUT_ACTIVE); in mipi_dbi_bitbang_init()
210 gpio_pin_set_dt(&config->rd, 1); in mipi_dbi_bitbang_init()
332 .rd = GPIO_DT_SPEC_INST_GET_OR(n, rd_gpios, {}), \
/Zephyr-latest/tests/drivers/eeprom/api/src/
Dmain.c104 uint8_t rd = 0xff; in ZTEST_USER() local
111 rc = eeprom_read(eeprom, address, &rd, 1); in ZTEST_USER()
114 zassert_equal(wr - rd, rc, "Unexpected error code (%d)", rc); in ZTEST_USER()
/Zephyr-latest/subsys/canbus/
DKconfig.canopen10 support. Support is provided by the 3rd party CANopenNode
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/
Dmain.c124 err = blob_flash_stream.io.rd(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST()
143 err = blob_flash_stream.io.rd(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST()
148 err = blob_flash_stream.io.rd(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST()
153 err = blob_flash_stream.io.rd(&blob_flash_stream.io, &xfer, &block, &chunk); in ZTEST()
/Zephyr-latest/cmake/sca/eclair/ECL/
Dout_of_initial_scope.ecl1 -doc_begin="Derived from Flavio Ceolin <flavio.ceolin@intel.com> email of July 23rd, 2021."
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h250 int (*rd)(const struct bt_mesh_blob_io *io, member
/Zephyr-latest/lib/posix/options/
Dshm.c304 bool rd = (oflag & O_RDONLY) != 0; in shm_open() local
317 if (!(rd ^ rw)) { in shm_open()
322 if (rd && trunc) { in shm_open()
/Zephyr-latest/tests/cmake/zephyr_get/
Dsysbuild.cmake6 foreach(suffix "2nd" "3rd")
/Zephyr-latest/tests/net/lib/dns_packet/src/
Dmain.c208 uint8_t rd; member
259 if (dns_header_rd(resp->res) != resp->rd) { in eval_response1()
468 .rd = 1, in ZTEST()
519 .rd = 1, in ZTEST()
578 .rd = 0, in ZTEST()
/Zephyr-latest/samples/subsys/fs/format/
DREADME.rst52 I: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
/Zephyr-latest/samples/drivers/espi/
DREADME.rst49 3rd phase completed
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c155 flash->io.rd = rd_chunk; in bt_mesh_blob_io_flash_init()
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/
Dup_squared_pro_7000.rst11 UP Squared Pro 7000 is the 3rd generation of palm-sized developer board of
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/
Drcar_spider_a55.rst11 percent of software code developed for 3rd generation R-Car SoCs and RH850 MCU applications.
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dfrdm_mcxn236.dtsi163 rd-pin = <27>;

123