Home
last modified time | relevance | path

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 Dcompiler.h57 #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 Dtcpip.c309 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 Dtcpip_priv.h134 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 Dtcpip.h87 #define tcpip_callback_with_block(function, ctx, block) ((block != 0)? tcpip_callback(function, ctx… argument
H A Dnetif.h500 #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 Dcmsis_os.h569 #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 Dcmsis_os.h352 #define osTimerDef(name, function) \ argument
355 #define osTimerDef(name, function) \ argument