Home
last modified time | relevance | path

Searched refs:Current (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dslist.c53 SlNode_t *Current; in SlAddNodeToTail() local
62 Current = Head; in SlAddNodeToTail()
64 while (Current->Next != NULL) in SlAddNodeToTail()
66 Current = Current->Next; in SlAddNodeToTail()
69 Current->Next = Node; in SlAddNodeToTail()
93 SlNode_t *Current; in SlInsertNodeBefore() local
107 Current = Head->Next; in SlInsertNodeBefore()
110 while (Current != NULL) in SlInsertNodeBefore()
112 if (Current == Marker) in SlInsertNodeBefore()
118 Prior = Current; in SlInsertNodeBefore()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/
DChangeLogKSDK.txt5 Current CLOCK driver version is 1.0.0
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.h45 #error Current driver only supports one layer
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/
Devkmimxrt1180_cm33.jlinkscript480 JLINK_SYS_Report("Current core is CM7");
486 JLINK_SYS_Report("Current core is CM33");
Devkmimxrt1180_cm7.jlinkscript480 JLINK_SYS_Report("Current core is CM7");
486 JLINK_SYS_Report("Current core is CM33");
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md413 *Returns:* Current system constraints.