/hal_infineon-3.4.0/XMCLib/drivers/src/ |
D | xmc_common.c | 55 struct list struct 57 struct list *next; argument 77 void XMC_LIST_Init(XMC_LIST_t *list) in XMC_LIST_Init() argument 79 *list = NULL; in XMC_LIST_Init() 82 void *XMC_LIST_GetHead(XMC_LIST_t *list) in XMC_LIST_GetHead() argument 84 return *list; in XMC_LIST_GetHead() 87 void *XMC_LIST_GetTail(XMC_LIST_t *list) in XMC_LIST_GetTail() argument 89 struct list *tail; in XMC_LIST_GetTail() 91 if (*list == NULL) in XMC_LIST_GetTail() 97 for (tail = (struct list *)*list; tail->next != NULL; tail = tail->next) in XMC_LIST_GetTail() [all …]
|
/hal_infineon-3.4.0/XMCLib/drivers/inc/ |
D | xmc_common.h | 215 void XMC_LIST_Init(XMC_LIST_t *list); 220 void XMC_LIST_Add(XMC_LIST_t *list, void *const item); 225 void XMC_LIST_Remove(XMC_LIST_t *list, void *const item); 230 uint32_t XMC_LIST_GetLength(XMC_LIST_t *list); 235 void *XMC_LIST_GetHead(XMC_LIST_t *list); 240 void *XMC_LIST_GetTail(XMC_LIST_t *list); 245 void XMC_LIST_Insert(XMC_LIST_t *list, void *prev_item, void *new_item);
|
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/ |
D | cyhal_syspm.c | 260 static void _cyhal_syspm_add_callback_to_list(cyhal_syspm_callback_data_t **list, cyhal_syspm_callb… in _cyhal_syspm_add_callback_to_list() argument 265 add->next = *list; in _cyhal_syspm_add_callback_to_list() 266 *list = add; in _cyhal_syspm_add_callback_to_list() 271 static void _cyhal_syspm_remove_callback_from_list(cyhal_syspm_callback_data_t **list, cyhal_syspm_… in _cyhal_syspm_remove_callback_from_list() argument 274 while(*list != CYHAL_SYSPM_END_OF_LIST) in _cyhal_syspm_remove_callback_from_list() 276 if (*list == remove) in _cyhal_syspm_remove_callback_from_list() 278 *list = remove->next; in _cyhal_syspm_remove_callback_from_list() 282 list = &((*list)->next); in _cyhal_syspm_remove_callback_from_list()
|
/hal_infineon-3.4.0/ |
D | License.txt | 7 - Redistributions of source code must retain the above copyright notice, this list of conditions an… 8 - Redistributions in binary form must reproduce the above copyright notice, this list of conditions…
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/resources/nvram/ |
D | README | 1 The following list is for specific board from customer
|
/hal_infineon-3.4.0/XMCLib/devices/XMC4500/Source/GCC/ |
D | XMC4504x512.ld | 17 …* Redistributions of source code must retain the above copyright notice, this list of conditions a… 20 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
D | XMC4500x1024.ld | 18 …* Redistributions of source code must retain the above copyright notice, this list of conditions a… 21 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
D | XMC4500x768.ld | 17 …* Redistributions of source code must retain the above copyright notice, this list of conditions a… 20 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
D | XMC4502x768.ld | 16 …* Redistributions of source code must retain the above copyright notice, this list of conditions a… 19 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
/hal_infineon-3.4.0/mtb-pdl-cat1/ |
D | README.md | 28 …uctorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/modules.html) for the list of drivers.
|
D | RELEASE.md | 33 Below is a list of PSoC 6 part numbers obsoleted in psoc6pdl release-v1.6.0, with the suggested nex…
|
/hal_infineon-3.4.0/XMCLib/devices/XMC4500/Source/ARM/ |
D | startup_XMC4500.s | 16 ;* Redistributions of source code must retain the above copyright notice, this list of conditions a… 19 ;* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
D | startup_XMC4502.s | 16 ;* Redistributions of source code must retain the above copyright notice, this list of conditions a… 19 ;* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
D | startup_XMC4504.s | 16 ;* Redistributions of source code must retain the above copyright notice, this list of conditions a… 19 ;* Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_wifi_api.c | 3284 whd_list_t *list; in whd_wifi_get_channels() local 3307 list = (whd_list_t *)whd_cdc_get_ioctl_buffer(whd_driver, &buffer, buffer_length); in whd_wifi_get_channels() 3308 CHECK_IOCTL_BUFFER(list); in whd_wifi_get_channels() 3310 memset(list, 0, buffer_length); in whd_wifi_get_channels() 3311 list->count = htod32(WL_NUMCHANNELS); in whd_wifi_get_channels() 3314 list = (whd_list_t *)whd_buffer_get_current_piece_data_pointer(whd_driver, response); in whd_wifi_get_channels() 3315 memcpy(channel_list, list, in whd_wifi_get_channels()
|
/hal_infineon-3.4.0/mtb-pdl-cat1/devices/COMPONENT_CAT1A/templates/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_GCC_ARM/ |
D | cyb06xx5_cm4.ld | 51 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cyb06xx5_cm4_dual.ld | 54 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cyb06xx7_cm4.ld | 51 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cyb06xx7_cm4_dual.ld | 54 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cyb06xxa_cm4.ld | 51 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cyb06xxa_cm4_dual.ld | 54 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cys06xxa_cm4.ld | 51 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cy8c6xx4_cm4.ld | 48 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cy8c6xx7_cm4.ld | 48 * libraries. You may list several symbols for each EXTERN, and you may use
|
D | cy8c6xx8_cm4.ld | 48 * libraries. You may list several symbols for each EXTERN, and you may use
|