| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/ |
| D | README.md | 9 …Msg) protocol. The RPMsg protocol defines a standardized binary interface used to communicate betw… 35 …component is situated in <i>rpmsg_lite.c</i>. Two optional components are used to implement a bloc… 37 …This layer mainly defines the shared memory model, and internally defines used components such as … 39 …<i>rpmsg_env_freertos.c</i> etc.) Only the source file, which matches the used environment, is inc… 55 … any user-defined action in an application callback. The endpoint address used to receive name ser… 61 …used, an ISR-callback is registered to each new endpoint with user-defined callback data pointer. … 64 specifics that have to be considered when used in an application. 80 …used to destroy a queue, rpmsg_lite_destroy_ept() is used to destroy an endpoint and finally, rpms… 104 The rest of environment layers has been created and used in some experimental projects, it has been… 115 |RL_MS_PER_INTERVAL | (1) | Delay in milliseconds used in non-blocking API fun… [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/virtio/ |
| D | virtqueue.c | 253 if ((vq == VQ_NULL) || (vq->vq_used_cons_idx == vq->vq_ring.used->idx)) in virtqueue_get_buffer() 260 uep = &vq->vq_ring.used->ring[used_idx]; in virtqueue_get_buffer() 510 … vq->vq_ring.avail->idx, vq->vq_used_cons_idx, vq->vq_ring.used->idx, vq->vq_ring.avail->flags, in virtqueue_dump() 511 vq->vq_ring.used->flags); in virtqueue_dump() 642 used_idx = vq->vq_ring.used->idx & (vq->vq_nentries - 1U); in vq_ring_update_used() 643 used_desc = &(vq->vq_ring.used->ring[used_idx]); in vq_ring_update_used() 649 vq->vq_ring.used->idx++; in vq_ring_update_used() 728 return (((vq->vq_ring.used->flags & ((uint16_t)VRING_USED_F_NO_NOTIFY)) == 0U) ? 1 : 0); in vq_ring_must_notify_host() 755 used_idx = vq->vq_ring.used->idx; in virtqueue_nused()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/xip/ |
| D | evkmimxrt1180_flexspi_nor_config.c | 21 __attribute__((section(".boot_hdr.container"), used)) 67 __attribute__((section(".boot_hdr.xmcd_data"), used)) 83 __attribute__((section(".boot_hdr.xmcd_data"), used)) 98 __attribute__((section(".boot_hdr.conf"), used))
|
| /hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/ |
| D | fsl_component_mem_manager_light.c | 140 uint16_t used; member 381 assert(PrevFreeBlockHdr->used == MEMMANAGER_BLOCK_FREE); in MEM_BufferFreeBlocksCleanUp() 389 assert(BlockHdr->used == MEMMANAGER_BLOCK_FREE); in MEM_BufferFreeBlocksCleanUp() 576 firstBlockHdr->used = MEMMANAGER_BLOCK_FREE; in MEM_RegisterExtendedArea() 699 assert(FreeBlockHdr->used == MEMMANAGER_BLOCK_FREE); in MEM_BufferAllocateFromArea() 726 FreeBlockHdr->used = MEMMANAGER_BLOCK_USED; in MEM_BufferAllocateFromArea() 780 FreeBlockHdr->used = MEMMANAGER_BLOCK_USED; in MEM_BufferAllocateFromArea() 791 NextFreeBlockHdr->used = MEMMANAGER_BLOCK_FREE; in MEM_BufferAllocateFromArea() 827 UsableBlockHdr->used = MEMMANAGER_BLOCK_USED; in MEM_BufferAllocateFromArea() 1028 BlockHdr->used = MEMMANAGER_BLOCK_FREE; in MEM_BufferFreeBackToArea() [all …]
|
| /hal_nxp-latest/s32/ |
| D | README | 14 The "drivers" directory contains a sub-set of NXP S32 Real-Time Drivers used to enable 16 configuration for these drivers, used at driver initialization time. The configuration 52 - Remove 'u' suffix from macros so that they can be used with LISTIFY in shim drivers. 56 - Remove 'u' suffix from macros so that they can be used with LISTIFY in shim drivers. 66 used as an extern function outside of the file declaration.
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/ |
| D | virtio_ring.h | 95 struct vring_used *used; member 129 #define vring_avail_event(vr) ((vr)->used->ring[(vr)->num].id) 147 …vr->used = (struct vring_used *)(((uintptr_t)&vr->avail->ring[num] + align - 1UL) & ~(align - 1UL… in vring_init()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/gcc/ |
| D | MIMX8QM6xxxFF_cm4_core1_flash.ld | 150 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 164 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 178 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 203 /* This is used by the startup in order to initialize the .bss section */
|
| D | MIMX8QM6xxxFF_cm4_core1_ddr_ram.ld | 151 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 165 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 179 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 204 /* This is used by the startup in order to initialize the .bss section */
|
| D | MIMX8QM6xxxFF_cm4_core0_ddr_ram.ld | 151 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 165 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 179 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 204 /* This is used by the startup in order to initialize the .bss section */
|
| D | MIMX8QM6xxxFF_cm4_core0_flash.ld | 150 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 164 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 178 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 203 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX6/gcc/ |
| D | MIMX8QX6xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/gcc/ |
| D | MIMX8QX3xxxxx_cm4_ddr_ram.ld | 151 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 165 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 181 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 206 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/gcc/ |
| D | MIMX8QX2xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/gcc/ |
| D | MIMX8QX5xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/gcc/ |
| D | MIMX8QX1xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/gcc/ |
| D | MIMX8DX6xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/gcc/ |
| D | MIMX8DX4xxxxx_cm4_ddr_ram.ld | 151 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 165 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 181 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 206 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX2/gcc/ |
| D | MIMX8DX2xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/gcc/ |
| D | MIMX8DX3xxxxx_cm4_ddr_ram.ld | 151 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 165 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 181 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 206 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX4/gcc/ |
| D | MIMX8QX4xxxxx_cm4_ddr_ram.ld | 151 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 165 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 181 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 206 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX5/gcc/ |
| D | MIMX8DX5xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX5/gcc/ |
| D | MIMX8UX5xxxxx_cm4_ddr_ram.ld | 154 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 168 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 184 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 209 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX6/gcc/ |
| D | MIMX8UX6xxxxx_cm4_ddr_ram.ld | 154 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 168 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 184 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 209 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX1/gcc/ |
| D | MIMX8DX1xxxxx_cm4_ddr_ram.ld | 153 __DATA_ROM = .; /* Symbol is used by startup for data initialization */ 167 …__TDATA_ROM = __DATA_ROM + SIZEOF(.data); /* Symbol is used by startup for TCM data initialization… 183 …__NDATA_ROM = __TDATA_ROM + SIZEOF(.quickaccess); /* Symbol is used by startup for ncache data ini… 208 /* This is used by the startup in order to initialize the .bss section */
|
| /hal_nxp-latest/zephyr/blobs/license/ |
| D | LA_OPT_NXP_Software_License.txt | 43 is used exclusively in connection with an NXP Product and with which the 271 Documentation," as such terms are used in 48 C.F.R. Section 12.212 (or 48 280 services (a) used in applications requiring fail-safe performance or (b) in 363 The address provided at registration will be used. 404 Airbiquity Inc.: The Airbiquity software may only be used in object code and 431 Amazon: AWS Fleetwise software must be used consistent with the terms found 444 Argus Cyber Security: The Argus software may only be used in object code and 488 materials may only be used in connection with an NXP product containing the 514 Cypress Semiconductor Corporation: WWD RTOS source code may only be used in 518 Elektrobit Automotive GmbH ("EB"): EB software must be used consistent with the [all …]
|