/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/ |
D | navtree.js | 49 function storeLink(link) argument 52 window.localStorage.setItem('navpath',link); 157 function newNode(o, po, text, link, childrenData, lastNode) argument 185 if (link) { 187 if (link.substring(0,1)=='^') { 188 url = link.substring(1); 189 link = url; 191 url = node.relpath+link; 193 a.className = stripPath(link.replace('#',':')); 194 if (link.indexOf('#')!=-1) { [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/doc/html/ |
D | navtree.js | 74 function storeLink(link) argument 77 window.localStorage.setItem('navpath',link); 179 function newNode(o, po, text, link, childrenData, lastNode) argument 207 if (link) { 209 if (link.substring(0,1)=='^') { 210 url = link.substring(1); 211 link = url; 213 url = node.relpath+link; 215 a.className = stripPath(link.replace('#',':')); 216 if (link.indexOf('#')!=-1) { [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/ |
D | fsl_os_abstraction_bm.c | 57 list_element_t link; member 322 (void)LIST_RemoveElement(&ptaskStruct->link); in OSA_TaskSetPriority() 333 (&tcb->link)->list->head = (struct list_element_tag *)(void *)ptaskStruct; in OSA_TaskSetPriority() 337 (&preTcb->link)->next = (struct list_element_tag *)(void *)ptaskStruct; in OSA_TaskSetPriority() 339 (&ptaskStruct->link)->list = (&tcb->link)->list; in OSA_TaskSetPriority() 340 (&ptaskStruct->link)->next = (struct list_element_tag *)(void *)tcb; in OSA_TaskSetPriority() 341 (&ptaskStruct->link)->list->size++; in OSA_TaskSetPriority() 343 (void)LIST_AddPrevElement(&tcb->link, &ptaskStruct->link); in OSA_TaskSetPriority() 355 … (void)LIST_AddTail(&s_osaState.taskList, (list_element_handle_t)(void *)&(ptaskStruct->link)); in OSA_TaskSetPriority() 403 (&tcb->link)->list->head = (struct list_element_tag *)(void *)ptaskStruct; in OSA_TaskCreate() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/ |
D | fsl_pm_core.c | 138 currElement = (pm_notify_element_t *)(void *)currElement->link.next; in PM_notifyPowerStateEntry() 177 currElement = (pm_notify_element_t *)(void *)(currElement->link.next); in PM_notifyPowerStateExit() 476 (list_element_handle_t) & (notifyElement->link)) != kLIST_Ok) in PM_RegisterNotify() 521 …if (LIST_RemoveElement((list_element_handle_t) & (((pm_notify_element_t *)notifyElement)->link)) !… in PM_UnregisterNotify() 560 …ST_AddTail((list_handle_t) & (s_pmHandle->wakeupSourceList), (list_element_handle_t) & (ws->link)); in PM_InitWakeupSource() 592 …ST_AddTail((list_handle_t) & (s_pmHandle->wakeupSourceList), (list_element_handle_t) & (ws->link)); in PM_EnableWakeupSource() 637 (void)LIST_RemoveElement((list_element_handle_t) & (ws->link)); in PM_DisableWakeupSource() 693 currWakeUpSource = (pm_wakeup_source_t *)(void *)currWakeUpSource->link.next; in PM_HandleWakeUpEvent()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/tools/imgutil/ |
D | readme.txt | 9 a. If the image is built with ram link file, use "mkimage.sh ram" to make the bootable image. 10 …b. If the image is built with flash link file, use "mkimage.sh flash" to make the bootable XIP ima…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/doc/html/search/ |
D | search.js | 805 var link = document.createElement('a'); 806 link.setAttribute('class','SelectItem'); 807 link.setAttribute('onclick','searchBox.OnSelectItem('+key+')'); 808 link.href='javascript:void(0)'; 809 link.innerHTML='<span class="SelectionMark"> </span>'+indexSectionLabels[key]; 810 results.appendChild(link);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV58F24/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE14F16/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE18F16/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK22F12/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 940 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 951 (void)LIST_RemoveElement(&shellCommand->link); 954 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/ |
D | fsl_shell.c | 169 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 988 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); in SHELL_RegisterCommand() 990 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); in SHELL_RegisterCommand() 999 (void)LIST_RemoveElement(&shellCommand->link); in SHELL_UnregisterCommand() 1002 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); in SHELL_UnregisterCommand()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX5/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL27Z644/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX6/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL17Z644/utilities/ |
D | fsl_shell.c | 135 ((shell_command_t *)(((uint32_t)(node)) - SHELL_STRUCT_OFFSET(shell_command_t, link))) 944 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link)); 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link); 955 (void)LIST_RemoveElement(&shellCommand->link); 958 (void)memset(&shellCommand->link, 0, sizeof(shellCommand->link));
|