Home
last modified time | relevance | path

Searched +full:3 +full:rd (Results 1 – 25 of 101) sorted by relevance

12345

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_timeout.sh11 # 3. Unprovisioned device, provisionee
15 # 3. 3rd device enables Mesh and starts advertising unprovisioned device beacons.
16 # 4. 3rd device disables Mesh scan while still advertising. Mesh stack remains active.
17 # 5. RPR Client on 1st device requests 2nd device to perform RPR Scan for UUID of 3rd device.
18 # 6. Unprovisioned device beacon of 3rd device gets reported to RPR Client.
19 # 7. RPR Client starts Remote Provisioning procedure for 3rd device.
22 # 9. 3rd device enables Mesh scan again and becomes responsive.
24 # 11. 3rd device opens provisioning link.
Dpb_remote_pst_ncrp.sh11 # - provision the 3rd device over PB-Remote
15 # PB-Remote server (3rd device):
22 # - run Node Composition Refresh procedure on the 3rd device
25 # PB-Remote server (3rd device):
27 # 3. Verify that old settings are removed on the 3rd device after Composition Data change.
30 # PB-Remote server (3rd device):
49 # Step 3
74 # Step 3
/Zephyr-Core-3.5.0/tests/posix/common/src/
Drwlock.c12 #define N_THR 3
32 printk("Not able to get RD lock on trying, try again\n"); in thread_top()
37 printk("Thread %d got RD lock\n", id); in thread_top()
39 printk("Thread %d releasing RD lock\n", id); in thread_top()
80 printk("\nmain acquire WR lock and 3 threads acquire RD lock\n"); in ZTEST()
107 /* Let child threads acquire RD Lock */ in ZTEST()
126 printk("Main thread acquiring RD lock\n"); in ZTEST()
134 printk("Main thread acquired RD lock\n"); in ZTEST()
136 printk("Main thread releasing RD lock\n"); in ZTEST()
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/
Dwalker.py156 rd = RelationshipData()
157 rd.ownerType = RelationshipDataElementType.DOCUMENT
158 rd.ownerDocument = self.docBuild
159 rd.otherType = RelationshipDataElementType.TARGETNAME
160 rd.otherTargetName = "zephyr_final"
161 rd.rlnType = "DESCRIBES"
164 self.pendingRelationships.append(rd)
187 rd = RelationshipData()
188 rd.ownerType = RelationshipDataElementType.DOCUMENT
189 rd.ownerDocument = self.docZephyr
[all …]
/Zephyr-Core-3.5.0/arch/sparc/core/
Dtrap_table_mvt.S17 rd %psr, %l0; \
20 rd %tbr, %l6;
23 rd %psr, %l0; \
29 rd %psr, %l0; \
32 rd %tbr, %l6;
95 INTERRUPT_TRAP(3); ! 13 interrupt_level_3
126 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 38 - 3B reserved
127 BAD_TRAP; ! 3C instruction_access_MMU_miss
128 BAD_TRAP; ! 3D reserved
129 BAD_TRAP; ! 3E reserved
[all …]
Dwindow_trap.S28 rd %wim, %l3
39 /* NOTE: 3 instruction before restore (delayed write instruction) */
50 rd %wim, %l3
83 * "By executing a type 3 trap, a process asks the system to flush all its
105 rd %psr, %g2
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
DKconfig.multilevel81 aggregator = 3
92 config 3RD_LEVEL_INTERRUPTS
103 depends on 3RD_LEVEL_INTERRUPTS
105 The number of level 3 interrupt aggregators to support. Each
106 aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3
109 config 3RD_LVL_ISR_TBL_OFFSET
110 int "Offset in _sw_isr_table for level 3 interrupts"
112 depends on 3RD_LEVEL_INTERRUPTS
115 where storage for 3rd level interrupt ISRs begins. This is
118 config 3RD_LEVEL_INTERRUPT_BITS
[all …]
/Zephyr-Core-3.5.0/subsys/canbus/
DKconfig.canopen10 support. Support is provided by the 3rd party CANopenNode
/Zephyr-Core-3.5.0/tests/lib/ringbuffer/src/
Dconcurrent.c103 uint8_t buf[3]; in produce_cpy()
123 uint8_t buf[3]; in consume_cpy()
220 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-Core-3.5.0/soc/xtensa/nxp_adsp/common/include/
Dsoc.h22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/cavs/include/
Dadsp_interrupt.h17 * IRQs are mapped on 2 levels. 3rd and 4th level are left as 0x00.
37 #define CAVS_L2_AGG_INT_LEVEL5 DT_IRQN(DT_INST(3, intel_cavs_intc))
/Zephyr-Core-3.5.0/tests/drivers/mm/sys_mm_drv_bank/src/
Dmain.c94 "MM Page Mapped Error: 3rd mapped = %u, not %u\n", in ZTEST()
103 zassert_equal(count, 3, in ZTEST()
104 "MM Page Mapped Error: 3rd mapped = %u, not %u\n", in ZTEST()
105 count, 3); in ZTEST()
106 expected.free_bytes = EXPECTED(BANK_PAGES - 3); in ZTEST()
107 expected.allocated_bytes = EXPECTED(3); in ZTEST()
108 expected.max_allocated_bytes = EXPECTED(3); in ZTEST()
120 expected.max_allocated_bytes = EXPECTED(3); in ZTEST()
/Zephyr-Core-3.5.0/tests/cmake/zephyr_get/
Dsysbuild.cmake6 foreach(suffix "2nd" "3rd")
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/beacon/
Dbeacon_interval.sh16 # after rx node sends out beacon. rx node skips the 3rd SNB and verifies that tx nodes keeps
/Zephyr-Core-3.5.0/dts/bindings/dma/
Dst,stm32-dma.yaml35 for 3rd dma instance, offset is the nb of dma channels of the 2nd dma
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dlwm2m.rst41 * - 3
81 * - 3
222 instance 0 (the default and only instance) by sending a ``READ 3/0/0``
236 * RD client which performs BOOTSTRAP and REGISTRATION functions
271 The LwM2M RD client can send events back to the sample. To receive those
346 * 3 = NoSec mode (no security beware!)
348 lwm2m_set_u8(&LWM2M_OBJ(0, 0, 2), 3);
353 * Manufacturer resource of Device object = 3/0/0
359 lwm2m_set_res_data(&LWM2M_OBJ(3, 0, 0), CLIENT_MANUFACTURER,
363 /* Reboot resource of Device object = 3/0/4 */
[all …]
/Zephyr-Core-3.5.0/include/zephyr/
Dirq.h289 * @return 1 if IRQ level 1, 2 if IRQ level 2, 3 if IRQ level 3
299 return 3; in irq_get_level()
365 * @brief Return the 3rd level interrupt number
373 * @return 3rd level IRQ number
381 * @brief Converts irq from level 1 to level 3 format
384 * This routine converts the input into the level 3 irq number format
390 * @return 3rd level IRQ number
398 * @brief Returns the parent IRQ of the level 3 raw IRQ number
401 * The parent of a 3rd level interrupt is in the 2nd byte
405 * @return 3rd level IRQ parent
/Zephyr-Core-3.5.0/samples/drivers/espi/
Dsample.yaml43 - "espi: 3rd phase completed"
DREADME.rst49 3rd phase completed
/Zephyr-Core-3.5.0/arch/arc/core/
Dirq_offload.c22 /* Last two lined are already used in the IRQ tests, so we choose 3rd from the end line */
23 #define IRQ_OFFLOAD_LINE (CONFIG_NUM_IRQS - 3)
/Zephyr-Core-3.5.0/subsys/net/lib/dns/
Ddns_pack.h45 * QR, Opcode, AA, TC, RD, RA, Z and RCODE.
46 * This implementation only uses RD (Recursion Desired).
50 /* These two defines represent the 3rd and 4th bytes of the DNS msg header.
136 * | RD | 8 | 1 | Recursion Desired. 0 := No Recursion, 1 := Recursion |
221 /** It returns the RD field in the DNS msg header */
230 return ((*(header + 3)) & 0x80) >> 7; in dns_header_ra()
236 return ((*(header + 3)) & 0x70) >> 4; in dns_header_z()
242 return ((*(header + 3)) & 0x0F); in dns_header_rcode()
301 /* 4.1.3. Resource record format */ in dns_answer_type()
307 /* 4.1.3. Resource record format */ in dns_answer_class()
[all …]
/Zephyr-Core-3.5.0/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()
168 /* 3 is maximum length of padding at the end of written chunk */ in ZTEST()
169 uint8_t chunk_ctrl_data[CHUNK_SIZE + 3]; in ZTEST()
/Zephyr-Core-3.5.0/samples/subsys/usb/mass/
DREADME.rst78 usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
84 scsi 3:0:0:0: Direct-Access ZEPHYR ZEPHYR USB DISK 0.01 PQ: 0 ANSI: 0 CCS
85 sd 3:0:0:0: Attached scsi generic sg4 type 0
86 sd 3:0:0:0: [sdb] 256 512-byte logical blocks: (131 kB/128 KiB)
87 sd 3:0:0:0: [sdb] Write Protect is off
88 sd 3:0:0:0: [sdb] Mode Sense: 03 00 00 00
89 sd 3:0:0:0: [sdb] No Caching mode page found
90 sd 3:0:0:0: [sdb] Assuming drive cache: write through
92 sd 3:0:0:0: [sdb] Attached SCSI removable disk
184 [00:00:00.009,063] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[all …]
/Zephyr-Core-3.5.0/subsys/usb/usb_c/
Dusbc_tc_src_states.c41 * The SRC.Rd is detected on either CC1 or CC2 pin or in tc_unattached_src_run()
65 * 3: The port shall provide an Rdch termination on the CC pin being
164 * and the SRC.Rd state is detected on exactly one of the CC1 or CC2 in tc_attach_wait_src_run()
194 * cable, i.e., which CC pin is in the SRC.Rd state.
198 * the SRC.Rd state will be on only one of the CC1 or CC2 pins. The
202 * 3: The port shall provide an Rp
/Zephyr-Core-3.5.0/arch/xtensa/core/
Dcrt1.S40 # define ARG3 a4 /* 3rd outgoing call argument */
48 # define ARG3 a8 /* 3rd outgoing call argument */
178 .L1zte: bbci.l a10, 3, .L2zte

12345