Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.c266 status_t VIDEO_STACK_Init(video_stack_t *stack, void **buf, uint32_t size) in VIDEO_STACK_Init() argument
268 stack->buf = buf; in VIDEO_STACK_Init()
269 stack->maxCount = size; in VIDEO_STACK_Init()
270 stack->top = 0U; in VIDEO_STACK_Init()
275 status_t VIDEO_STACK_Pop(video_stack_t *stack, void **item) in VIDEO_STACK_Pop() argument
279 if (stack->top > 0U) in VIDEO_STACK_Pop()
281 *item = stack->buf[--stack->top]; in VIDEO_STACK_Pop()
293 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item) in VIDEO_STACK_Push() argument
297 if (stack->top < (stack->maxCount)) in VIDEO_STACK_Push()
299 stack->buf[stack->top++] = item; in VIDEO_STACK_Push()
Dfsl_video_common.h314 status_t VIDEO_STACK_Init(video_stack_t *stack, void **buf, uint32_t size);
324 status_t VIDEO_STACK_Pop(video_stack_t *stack, void **item);
334 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item);
342 static inline uint32_t VIDEO_STACK_GetCount(video_stack_t *stack) in VIDEO_STACK_GetCount() argument
344 return stack->top; in VIDEO_STACK_GetCount()
353 static inline uint32_t VIDEO_STACK_GetMaxCount(video_stack_t *stack) in VIDEO_STACK_GetMaxCount() argument
355 return stack->maxCount; in VIDEO_STACK_GetMaxCount()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt4 @section USB USB stack for MCUXpresso SDK
5 The current version of USB stack is 2.8.4.
13 - Enable ROOT2 macro in USB device stack.
37 - Fix the USB device stack vulnerability issues.
53 - Add PPS message to usb pd stack.
62 - Except rule 17.2 in host hub and otg stack.
73 - Integrated sdk components (OSA, Timer, GPIO and serial_manager) to USB stack and demos.
77 - Add one "enumeration fail" callback event to host stack.
85 - Added enumeration fail callback to host stack when the attached device's enumeration failed.
114 - Enabled USB 3.0 support on device stack.
[all …]
DREADME.md1 # NXP Middleware USB stack
2 The USB stack provides USB device and USB host APIs that are targeted to support the application ba…
3 ## USB stack license
17 This subfolder includes the definitions and structures for the USB stack. The miscellaneous content…
84 Some documents are provided to introduce more details of the USB stack or guide users to implement …
DSW-Content-Register.txt6 Description: Description: NXP USB stack. This is a version of the USB stack that has been integrate…
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_mutex_freertos.c30 srtm_mutex_t SRTM_Mutex_Create(srtm_mutex_buf_t *stack) in SRTM_Mutex_Create() argument
32 return xSemaphoreCreateMutexStatic(stack); in SRTM_Mutex_Create()
Dsrtm_sem_freertos.c31 srtm_sem_t SRTM_Sem_Create(uint32_t maxCount, uint32_t initCount, srtm_sem_buf_t *stack) in SRTM_Sem_Create() argument
33 return xSemaphoreCreateCountingStatic(maxCount, initCount, stack); in SRTM_Sem_Create()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1176/
Dall_lib_device.cmake1174 # # description: edgefast_bluetooth bt_ble host stack
1183 # # description: edgefast_bluetooth configuration for bt_ble Host stack
1186 # # description: edgefast_bluetooth extension for bt_ble Host stack
1189 # # description: edgefast_bluetooth bt_ble Host stack(including BR and BLE)
1192 # # description: edgefast_bluetooth bt_ble Host stack(including BLE only)
1195 # # description: edgefast_bluetooth bt_ble Host stack(including BR only)
1228 # # description: edgefast_bluetooth PAL platform for bt_ble Host stack
1231 # # description: edgefast_bluetooth host_msd_fatfs for bt_ble Host stack
1234 # # description: edgefast_bluetooth db_gen for bt_ble Host stack
1264 # # description: btble libraries for bt_ble Host stack
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1042/
Dall_lib_device.cmake880 # # description: edgefast_bluetooth bt_ble host stack
889 # # description: edgefast_bluetooth configuration for bt_ble Host stack
892 # # description: edgefast_bluetooth extension for bt_ble Host stack
895 # # description: edgefast_bluetooth bt_ble Host stack(including BR and BLE)
898 # # description: edgefast_bluetooth bt_ble Host stack(including BLE only)
901 # # description: edgefast_bluetooth bt_ble Host stack(including BR only)
934 # # description: edgefast_bluetooth PAL platform for bt_ble Host stack
937 # # description: edgefast_bluetooth host_msd_fatfs for bt_ble Host stack
940 # # description: edgefast_bluetooth db_gen for bt_ble Host stack
970 # # description: btble libraries for bt_ble Host stack
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5512/gcc/
DLPC5512_ram.ld185 .stack :
192 /* Initializes stack on the end of block */
199 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/gcc/
DLPC5504CPXXXX_ram.ld183 .stack :
190 /* Initializes stack on the end of block */
197 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S04/gcc/
DLPC55S04_ram.ld185 .stack :
192 /* Initializes stack on the end of block */
199 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC51U68/gcc/
DLPC51U68_ram.ld185 .stack :
191 /* Initializes stack on the end of block */
198 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502CPXXXX/gcc/
DLPC5502CPXXXX_ram.ld183 .stack :
190 /* Initializes stack on the end of block */
197 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504/gcc/
DLPC5504_ram.ld185 .stack :
192 /* Initializes stack on the end of block */
199 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/gcc/
DLPC54113J128_ram.ld184 .stack :
190 /* Initializes stack on the end of block */
197 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
DLPC54113J256_ram.ld185 .stack :
191 /* Initializes stack on the end of block */
198 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/gcc/
DLPC54114J256_cm4_ram.ld184 .stack :
190 /* Initializes stack on the end of block */
197 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC804/gcc/
DLPC804_ram.ld188 .stack :
194 /* Initializes stack on the end of block */
201 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC811/gcc/
DLPC811_ram.ld183 .stack :
189 /* Initializes stack on the end of block */
196 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502/gcc/
DLPC5502_ram.ld185 .stack :
192 /* Initializes stack on the end of block */
199 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC802/gcc/
DLPC802_ram.ld188 .stack :
194 /* Initializes stack on the end of block */
201 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC812/gcc/
DLPC812_ram.ld187 .stack :
193 /* Initializes stack on the end of block */
200 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC845/gcc/
DLPC845_ram.ld187 .stack :
193 /* Initializes stack on the end of block */
200 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC832/gcc/
DLPC832_ram.ld183 .stack :
189 /* Initializes stack on the end of block */
196 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")

12345678910>>...24