Home
last modified time | relevance | path

Searched refs:right (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_common.c125 struct list *right, *left; in XMC_LIST_Remove() local
130 for(right = (struct list *)*list; right != NULL; right = right->next) in XMC_LIST_Remove()
132 if(right == item) in XMC_LIST_Remove()
137 *list = right->next; in XMC_LIST_Remove()
142 left->next = right->next; in XMC_LIST_Remove()
144 right->next = NULL; in XMC_LIST_Remove()
147 left = right; in XMC_LIST_Remove()
/hal_infineon-3.4.0/zephyr/blobs/
Dlicense.txt118 property right owned or controlled by you
145 reserves the right to make changes to the Software without notice. Cypress
199 provided however, that nothing in this Agreement will limit Cypress' right to
/hal_infineon-3.4.0/wifi-host-driver/
DLICENSE.txt118 property right owned or controlled by you
145 reserves the right to make changes to the Software without notice. Cypress
199 provided however, that nothing in this Agreement will limit Cypress' right to
/hal_infineon-3.4.0/abstraction-rtos/
DREADME.md11 2. Declare a variable of the right type (e.g. cy_mutex_t)