Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dstm_list.h35 void LST_insert_head (tListNode * listHead, tListNode * node);
H A Dstm_list.c57 void LST_insert_head (tListNode * listHead, tListNode * node) in LST_insert_head() function
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/
H A Dshci_tl.c112 LST_insert_head ( &SHciAsynchEventQueue, (tListNode *)phcievtbuffer ); in shci_user_evt_proc()
H A Dhci_tl.c117 LST_insert_head ( &HciAsynchEventQueue, (tListNode *)phcievtbuffer ); in hci_user_evt_proc()