Home
last modified time | relevance | path

Searched defs:func_name (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_platform_sections/include/pico/platform/
Dsections.h132 #define __not_in_flash_func(func_name) __not_in_flash(__STRING(func_name)) func_name argument
153 #define __time_critical_func(func_name) __not_in_flash_func(func_name) argument
169 #define __no_inline_not_in_flash_func(func_name) __noinline __not_in_flash_func(func_name) argument
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c374 static const char *func_name(int fn) { in func_name() function