/Zephyr-latest/soc/nxp/imx/imx8m/a53/ |
D | soc.c | 22 rdc_domain_assignment_t assignment = {0}; in soc_rdc_init() local 26 assignment.domainId = A53_DOMAIN_ID; in soc_rdc_init() 27 RDC_SetMasterDomainAssignment(rdc_inst, kRDC_Master_A53, &assignment); in soc_rdc_init()
|
/Zephyr-latest/soc/nxp/imx/imx8m/m4_quad/ |
D | soc.c | 21 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-latest/soc/nxp/imx/imx8m/m4_mini/ |
D | soc.c | 21 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-latest/soc/nxp/imx/imx8m/m7/ |
D | soc.c | 21 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-latest/scripts/ci/ |
D | pylintrc | 96 invalid-star-assignment-target, 97 star-needs-assignment-target, 116 used-before-assignment, 131 assignment-from-no-return, 139 assignment-from-none, 148 unsupported-assignment-operation, 219 self-cls-assignment,
|
/Zephyr-latest/arch/common/ |
D | rom_start_offset.ld | 11 * Simple assignment doesn't work for LLVM LLD, because the dot inside section
|
/Zephyr-latest/boards/shields/amg88xx/doc/ |
D | index.rst | 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-latest/boards/shields/dvp_fpc24_mt9m114/doc/ |
D | index.rst | 13 Pins assignment of the DVP FPC-24 MT9M114 camera module
|
/Zephyr-latest/boards/snps/hsdk/doc/ |
D | index.rst | 112 Table below lists the pin assignment of valid protocols that can be multiplexed on the Pmod_A 113 connector. The GPIO column is the default assignment after Reset. 146 Table below lists the pin assignment of valid protocols that can be multiplexed on the Pmod_B 147 connector. The GPIO column is the default assignment after Reset. 180 Table below lists the pin assignment of valid protocols that can be multiplexed on the Pmod_C 181 connector. The GPIO column is the default assignment after Reset. 203 fully compatible with the MikroBUS standard. Table below shows the pin assignment on the I/O Multip… 243 Table below shows the pin assignment on the I/O Multiplexer. Multiplexing is controlled by software
|
/Zephyr-latest/boards/snps/hsdk4xd/doc/ |
D | index.rst | 109 Table below lists the pin assignment of valid protocols that can be multiplexed on the ``Pmod_A`` 110 connector. The GPIO column is the default assignment after Reset. 143 Table below lists the pin assignment of valid protocols that can be multiplexed on the ``Pmod_B`` 144 connector. The GPIO column is the default assignment after Reset. 177 Table below lists the pin assignment of valid protocols that can be multiplexed on the ``Pmod_C`` 178 connector. The GPIO column is the default assignment after Reset. 200 fully compatible with the MikroBUS standard. Table below shows the pin assignment on the I/O Multip… 240 Table below shows the pin assignment on the I/O Multiplexer. Multiplexing is controlled by software
|
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/doc/ |
D | index.rst | 15 Pins assignment of the NXP board-to-board 44-pin OV5640 camera module
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 64 Note that the IP address may change at each self assignment.
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 281 :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-latest/include/zephyr/linker/common-rom/ |
D | common-rom-kernel-devices.ld | 78 /* Build-time assignment of permissions to kernel objects to
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 30 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. 251 dynamic address assignment.
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 12 connector pin assignment. Additionally the pins are routed to dedicated headers
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 105 assignment).
|
/Zephyr-latest/samples/userspace/prod_consumer/ |
D | README.rst | 17 - Creation of a sys_heap and assignment to a memory partition
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/ |
D | index.rst | 29 is an overview of the NRF52 port assignment.
|
/Zephyr-latest/boards/arduino/portenta_h7/doc/ |
D | index.rst | 85 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
|
/Zephyr-latest/boards/arduino/giga_r1/doc/ |
D | index.rst | 95 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
|
/Zephyr-latest/boards/arduino/nicla_vision/doc/ |
D | index.rst | 109 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 17 :c:func:`sys_slist_init` or by static assignment from SYS_SLIST_STATIC_INIT
|
/Zephyr-latest/samples/sensor/bme280/ |
D | README.rst | 80 The default assignment of the built-in spi0 device on the :zephyr:board:`rpi_pico` is
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 244 * If the technology also handles IP assignment, ensure those IP addresses are :ref:`assigned to the… 252 * IP assignment is not necessary if :ref:`DHCP <dhcpv4_interface>` is used for the iface. 267 If you need to keep track of dormancy or IP assignment, use a separate state variable stored in the…
|