Searched refs:func_name (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_platform_sections/include/pico/platform/ |
D | sections.h | 132 #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/ |
D | cyw43_bus_pio_spi.c | 374 static const char *func_name(int fn) { in func_name() function 421 CYW43_VDEBUG("cyw43_read_reg_u%d %s 0x%lx=0x%lx\n", size * 8, func_name(fn), reg, result); in _cyw43_read_reg() 444 CYW43_VDEBUG("write_reg_u32_swap %s 0x%lx=0x%lx\n", func_name(fn), reg, val); in write_reg_u32_swap() 470 CYW43_VDEBUG("cyw43_write_reg_u%d %s 0x%lx=0x%lx\n", size * 8, func_name(fn), reg, val); in _cyw43_write_reg()
|