Home
last modified time | relevance | path

Searched defs:WEAK_FUNCTION (Results 1 – 1 of 1) 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 macro
100 #define WEAK_FUNCTION(function) __attribute__((weak)) function macro
143 #define WEAK_FUNCTION(function) __weak function macro