Searched defs:function (Results 1 – 7 of 7) sorted by relevance
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/ |
H A D | compiler.h | 57 #define WEAK_FUNCTION(function) __weak function argument 100 #define WEAK_FUNCTION(function) __attribute__((weak)) function argument 143 #define WEAK_FUNCTION(function) __weak function argument
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | tcpip.c | 309 tcpip_callback(tcpip_callback_fn function, void *ctx) in tcpip_callback() 345 tcpip_try_callback(tcpip_callback_fn function, void *ctx) in tcpip_try_callback() 531 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new()
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 134 tcpip_callback_fn function; member 138 tcpip_api_call_fn function; member 151 tcpip_callback_fn function; member
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | tcpip.h | 87 #define tcpip_callback_with_block(function, ctx, block) ((block != 0)? tcpip_callback(function, ctx… argument
|
H A D | netif.h | 500 #define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument 506 #define netif_set_mld_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->mld_mac_filte… argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/ |
H A D | cmsis_os.h | 569 #define osTimerDef(name, function) \ argument 573 #define osTimerDef(name, function) \ argument 576 #define osTimerDef(name, function) \ argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/ |
H A D | cmsis_os.h | 352 #define osTimerDef(name, function) \ argument 355 #define osTimerDef(name, function) \ argument
|