Home
last modified time | relevance | path

Searched full:assignment (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-Core-3.7.0/.github/workflows/
Dassigner.yml19 assignment:
20 name: Pull Request Assignment
33 - name: Run assignment script
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8m/a53/
Dsoc.c18 rdc_domain_assignment_t assignment = {0}; in soc_rdc_init() local
22 assignment.domainId = A53_DOMAIN_ID; in soc_rdc_init()
23 RDC_SetMasterDomainAssignment(RDC, kRDC_Master_A53, &assignment); in soc_rdc_init()
/Zephyr-Core-3.7.0/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.sopcinfo105 <assignment>
108 </assignment>
109 <assignment>
112 </assignment>
113 <assignment>
116 </assignment>
117 <assignment>
120 </assignment>
121 <assignment>
124 </assignment>
[all …]
/Zephyr-Core-3.7.0/scripts/ci/
Dpylintrc97 invalid-star-assignment-target,
98 star-needs-assignment-target,
117 used-before-assignment,
132 assignment-from-no-return,
140 assignment-from-none,
149 unsupported-assignment-operation,
223 self-cls-assignment,
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8m/m4_quad/
Dsoc.c21 rdc_domain_assignment_t assignment = {0}; in SOC_RdcInit() local
23 assignment.domainId = M4_DOMAIN_ID; in SOC_RdcInit()
24 RDC_SetMasterDomainAssignment(RDC, kRDC_Master_M4, &assignment); in SOC_RdcInit()
/Zephyr-Core-3.7.0/arch/common/
Drom_start_offset.ld11 * Simple assignment doesn't work for LLVM LLD, because the dot inside section
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8m/m4_mini/
Dsoc.c21 rdc_domain_assignment_t assignment = {0}; in SOC_RdcInit() local
23 assignment.domainId = M4_DOMAIN_ID; in SOC_RdcInit()
24 RDC_SetMasterDomainAssignment(RDC, kRDC_Master_M4, &assignment); in SOC_RdcInit()
/Zephyr-Core-3.7.0/drivers/display/
DKconfig.nrf_led_matrix14 Assignment of GPIOs to rows and columns and the mapping of those
/Zephyr-Core-3.7.0/boards/shields/amg88xx/doc/
Dindex.rst90 Pin Assignment
96 The following table shows the complete pin assignment of the Grid-EYE
122 `Adafruit AMG8833 8x8 Thermal Camera Sensor Pinouts`_ and the pin assignment
128 The following table shows the complete pin assignment of the Grid-EYE
/Zephyr-Core-3.7.0/soc/nxp/imx/imx8m/m7/
Dsoc.c21 rdc_domain_assignment_t assignment = {0}; in SOC_RdcInit() local
27 assignment.domainId = M7_DOMAIN_ID; in SOC_RdcInit()
28 RDC_SetMasterDomainAssignment(RDC, kRDC_Master_M7, &assignment); in SOC_RdcInit()
/Zephyr-Core-3.7.0/doc/hardware/peripherals/
Di3c.rst30 dynamic address assignment needs to be carried out by the I3C
97 #. Do ``ENTDAA`` to start dynamic address assignment, if there are
113 the assignment process and errors out.
218 assigned during DAA (Dynamic Address Assignment).
251 dynamic address assignment.
/Zephyr-Core-3.7.0/subsys/usb/device/
Dusb_descriptor.h38 /* Automatic endpoint assignment */
/Zephyr-Core-3.7.0/samples/net/ipv4_autoconf/
DREADME.rst64 Note that the IP address may change at each self assignment.
/Zephyr-Core-3.7.0/drivers/i3c/
DKconfig100 assignment).
/Zephyr-Core-3.7.0/doc/services/debugging/
Dgdbstub.rst281 :c:func:`test`. Sometimes, the assignment is not done until another
282 ``step`` is issued, as in this case. This is due to the assignment
283 code is done after returning from function. The assignment code is
/Zephyr-Core-3.7.0/dts/bindings/i3c/
Di3c-device.yaml19 dynamic address before Dynamic Address Assignment (DAA)
/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_init.c20 /* TODO: Allow to disable automatic assignment of endpoint features */
234 /* Finally reset configuration's endpoint assignment */ in init_configuration()
/Zephyr-Core-3.7.0/soc/openisa/rv32m1/
Dsoc.h72 * by channel in the event unit IRQ numbering assignment, in rv32m1_intmux_channel()
/Zephyr-Core-3.7.0/include/zephyr/linker/common-rom/
Dcommon-rom-kernel-devices.ld78 /* Build-time assignment of permissions to kernel objects to
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Di3c.h340 * Dynamic Address after DA assignment
713 * Perform Dynamic Address Assignment via ENTDAA.
932 * go through ENTDAA (Dynamic Address Assignment) to get
946 * assignment (SETDASA and ENTDAA).
957 * - During Dynamic Address Assignment (during ENTDAA)
958 * - Reset Dynamic Address Assignment (RSTDAA)
1130 * - Aid in dynamic address assignment.
1265 * Dynamic Address Assignment. Given the PID (@p pid), it will
1508 * @brief Perform Dynamic Address Assignment on the I3C bus.
1510 * This routine asks the controller to perform dynamic address assignment
[all …]
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
DKconfig32 bool "Check IP Assignment for TWT"
/Zephyr-Core-3.7.0/boards/shields/semtech_sx1262mb2das/doc/
Dindex.rst16 Pins Assignment of the Semtech SX1262MB2DAS LoRa Shield
/Zephyr-Core-3.7.0/boards/shields/semtech_sx1272mb2das/doc/
Dindex.rst16 Pins Assignment of the Semtech SX1272MB2DAS LoRa Shield
/Zephyr-Core-3.7.0/boards/shields/x_nucleo_eeprma2/doc/
Dindex.rst12 connector pin assignment. Additionally the pins are routed to dedicated headers
/Zephyr-Core-3.7.0/samples/userspace/prod_consumer/
DREADME.rst19 - Creation of a sys_heap and assignment to a memory partition

12345