Searched refs:func_name (Results 1 – 2 of 2) sorted by relevance
| /external/platform/pico/rp2_common/pico_platform/include/pico/ |
| A D | platform.h | 265 #define __not_in_flash_func(func_name) __not_in_flash(__STRING(func_name)) func_name argument 284 #define __time_critical_func(func_name) __not_in_flash_func(func_name) argument 298 #define __no_inline_not_in_flash_func(func_name) __noinline __not_in_flash_func(func_name) argument
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | cyw43_bus_pio_spi.c | 370 static const char *func_name(int fn) { in func_name() function 417 CYW43_VDEBUG("cyw43_read_reg_u%d %s 0x%lx=0x%lx\n", size * 8, func_name(fn), reg, result); in _cyw43_read_reg() 440 CYW43_VDEBUG("write_reg_u32_swap %s 0x%lx=0x%lx\n", func_name(fn), reg, val); in write_reg_u32_swap() 466 CYW43_VDEBUG("cyw43_write_reg_u%d %s 0x%lx=0x%lx\n", size * 8, func_name(fn), reg, val); in _cyw43_write_reg()
|
Completed in 5 milliseconds