Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dstm_list.c31 listHead->next = listHead; in LST_init_head()
42 if(listHead->next == listHead) in LST_is_empty()
62 node->next = listHead->next; in LST_insert_head()
64 listHead->next = node; in LST_insert_head()
65 (node->next)->prev = node; in LST_insert_head()
77 node->next = listHead; in LST_insert_tail()
80 (node->prev)->next = node; in LST_insert_tail()
92 (node->prev)->next = node->next; in LST_remove_node()
93 (node->next)->prev = node->prev; in LST_remove_node()
105 *node = listHead->next; in LST_remove_head()
[all …]
Dstm_list.h28 struct _tListNode * next;
/hal_stm32-latest/lib/stm32wb/hci/
Dstm_list.c32 listHead->next = listHead; in LST_init_head()
43 if(listHead->next == listHead) in LST_is_empty()
63 node->next = listHead->next; in LST_insert_head()
65 listHead->next = node; in LST_insert_head()
66 (node->next)->prev = node; in LST_insert_head()
79 node->next = listHead; in LST_insert_tail()
82 (node->prev)->next = node; in LST_insert_tail()
95 (node->prev)->next = node->next; in LST_remove_node()
96 (node->next)->prev = node->prev; in LST_remove_node()
109 *node = listHead->next; in LST_remove_head()
[all …]
Dstm_list.h27 struct _tListNode * next;
Dtl.h67 uint32_t *next;
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddm_alloc.c54 struct db_free_header_s *next; member
87 dm_ctx.head->next = NULL; in dm_init()
103 dm_ctx.head = entry_p->next; in db_extract_from_free_list()
110 if (e_p->next == entry_p) in db_extract_from_free_list()
112 e_p->next = entry_p->next; in db_extract_from_free_list()
115 e_p = e_p->next; in db_extract_from_free_list()
148 free_entry_p->next = dm_ctx.head; in db_add_to_free_list()
154 while (prev_p->next != NULL) in db_add_to_free_list()
160 if ((uintptr_t)prev_p->next > (uintptr_t)free_entry_p) in db_add_to_free_list()
164 prev_p = prev_p->next; in db_add_to_free_list()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c170 static uint8_t DataRoutineNull(ActionPacket *current_action_packet, ActionPacket *next) in DataRoutineNull() argument
465 uint8_t HAL_RADIO_Callback(ActionPacket *p, ActionPacket *next) in HAL_RADIO_Callback() argument
527 ActionPacket *next, *actionPacketBackup; in HAL_RADIO_ActionPacketIsr() local
537 next = globalParameters.current_action_packet->next_true; in HAL_RADIO_ActionPacketIsr()
541 next = globalParameters.current_action_packet->next_false; in HAL_RADIO_ActionPacketIsr()
544 if (next == NULL_0) in HAL_RADIO_ActionPacketIsr()
554 BLUEGLOB->BYTE4 = (next->StateMachineNo | GLOBAL_BYTE4_ACTIVE_Msk); in HAL_RADIO_ActionPacketIsr()
555 p = &next->trans_packet; in HAL_RADIO_ActionPacketIsr()
556 MODIFY_REG((bluedata + next->StateMachineNo)->BYTE0, STATEMACH_BYTE0_TXMODE_Msk, in HAL_RADIO_ActionPacketIsr()
557 next->trans_config);/* Transmission or reception*/ in HAL_RADIO_ActionPacketIsr()
[all …]
Dstm32wb0x_hal_radio_timer.c415 VTIMER_HandleType *next = curr->next; in HAL_RADIO_TIMER_Tick() local
421 curr = next; in HAL_RADIO_TIMER_Tick()
570 if ((RADIO_TIMER_Context.rootNode->next == NULL) in HAL_RADIO_TIMER_PowerSaveLevelCheck()
1013 curr = curr->next; in HAL_RADIO_TIMER_GetPendingTimers()
1296 curr = curr->next; in _update_user_timeout()
1332 current = current->next; in _insert_timer_in_queue()
1335 handle->next = current; in _insert_timer_in_queue()
1344 prev->next = handle; in _insert_timer_in_queue()
1376 current = current->next; in _remove_timer_in_queue()
1386 returnValue = current->next; in _remove_timer_in_queue()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1246 rxbuff = rxbuff->next; in HAL_ETH_GetRxDataBuffer()
1264 rxbuff = rxbuff->next; in HAL_ETH_GetRxDataBuffer()
1284 rxbuff = rxbuff->next; in HAL_ETH_GetRxDataBuffer()
2826 if(txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
2828 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
2885 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
2920 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
2927 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
2930 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/scripts/
Dserie_update.py428 next(lines) # skip next line
432 next(lines) # skip next line
439 next(lines) # skip next line
Dble_library.py218 next(lines) # skip next line
222 next(lines) # skip next line
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c3125 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3127 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3186 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3225 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3232 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3235 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c3191 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3193 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3252 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3291 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3298 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3301 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c3143 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3145 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3204 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3243 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3250 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3253 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c3383 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3385 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3444 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3485 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
3492 if (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3495 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h75 struct VTIMER_HandleTypeS *next; /*!< Managed internally when the timer is started */ member
Dstm32wb0x_hal_radio.h148 uint8_t HAL_RADIO_Callback(ActionPacket *p, ActionPacket *next);
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dos_wrapper.h164 struct _mem_blck_t * next; member
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat.h109 struct BLEPLAT_TimerHandleS *next; /*!< Managed internally when the timer is started */ member
/hal_stm32-latest/scripts/genpinctrl/
Dgenpinctrl.py552 sampled_file = next(mcus_path.glob("STM32*.xml"))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c3103 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3152 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c3103 while (txbuffer->next != NULL) in ETH_Prepare_Tx_Descriptors()
3152 txbuffer = txbuffer->next; in ETH_Prepare_Tx_Descriptors()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h91 struct __ETH_BufferTypeDef *next; /*<! Pointer to the next buffer in the list */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h91 struct __ETH_BufferTypeDef *next; /*<! Pointer to the next buffer in the list */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h84 struct __ETH_BufferTypeDef *next; /*<! Pointer to the next buffer in the list */ member

12