Home
last modified time | relevance | path

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

123456

/Zephyr-latest/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):
47 # Step 3
69 # Step 3
/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c13 #define N_THR 3
27 LOG_DBG("Not able to get RD lock on trying, try again"); in thread_top()
31 LOG_DBG("Thread %d got RD lock", id); in thread_top()
33 LOG_DBG("Thread %d releasing RD lock", id); in thread_top()
70 LOG_DBG("main acquire WR lock and 3 threads acquire RD lock"); in ZTEST()
84 /* Let child threads acquire RD Lock */ in ZTEST()
100 LOG_DBG("3 threads acquire WR lock"); in ZTEST()
101 LOG_DBG("Main thread acquiring RD lock"); in ZTEST()
108 LOG_DBG("Main thread acquired RD lock"); in ZTEST()
110 LOG_DBG("Main thread releasing RD lock"); in ZTEST()
/Zephyr-latest/include/zephyr/
Dirq_multilevel.h72 return 3; in _z_irq_get_level()
88 * @return 1 if IRQ level 1, 2 if IRQ level 2, 3 if IRQ level 3
172 * @brief Return the 3rd level interrupt number
180 * @return 3rd level IRQ number
192 * @brief Preprocessor macro to convert `irq` from level 1 to level 3 format
196 * @return 3rd level IRQ number
202 * @brief Converts irq from level 1 to level 3 format
205 * This routine converts the input into the level 3 irq number format
211 * @return 3rd level IRQ number
227 * @brief Returns the parent IRQ of the level 3 raw IRQ number
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.h20 * 3. Neither the name of the copyright holder nor the names of its
60 * @brief Notify RD client that this server is disabled.
62 * This may return error -EPERM, if RD client is not registered on that server.
70 * @brief Set client context for the RD client.
73 * without starting the RD client.
/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/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
102 rd %wim, %g2
Dreset_trap.S18 rd %asr17, %g1
33 /* We are in the 3 instruction wrpsr delay so use global registers. */
40 * According to SPARC ABI, Chapter 3: The system marks the deepest
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.multilevel80 aggregator = 3
91 config 3RD_LEVEL_INTERRUPTS
102 depends on 3RD_LEVEL_INTERRUPTS
104 The number of level 3 interrupt aggregators to support. Each
105 aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3
108 config 3RD_LVL_ISR_TBL_OFFSET
109 int "Offset in _sw_isr_table for level 3 interrupts"
111 depends on 3RD_LEVEL_INTERRUPTS
114 where storage for 3rd level interrupt ISRs begins. This is
117 config 3RD_LEVEL_INTERRUPT_BITS
[all …]
/Zephyr-latest/subsys/canbus/
DKconfig.canopen10 support. Support is provided by the 3rd party CANopenNode
/Zephyr-latest/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-latest/soc/nxp/imx/imx8ulp/adsp/include/
Dsoc.h22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/include/
Dsoc.h22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
/Zephyr-latest/soc/nxp/imx/imx8/adsp/include/
Dsoc.h22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/include/
Dsoc.h22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/include/
Dsoc.h22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
/Zephyr-latest/dts/bindings/gpio/
Dnxp,lcd-8080.yaml15 3 Not connected
27 15 LCD 8080 interface RD pin
/Zephyr-latest/soc/intel/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-latest/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-latest/tests/cmake/zephyr_get/
Dsysbuild.cmake6 foreach(suffix "2nd" "3rd")
/Zephyr-latest/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-latest/dts/bindings/dma/
Dst,stm32-dma.yaml35 for 3rd dma instance, offset is the nb of dma channels of the 2nd dma
/Zephyr-latest/samples/drivers/espi/
Dsample.yaml43 - "espi: 3rd phase completed"
/Zephyr-latest/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)

123456