Home
last modified time | relevance | path

Searched refs:panic_compact (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_platform_panic/include/pico/platform/
Dpanic.h34 #define panic_compact(...) panic(__VA_ARGS__) macro
36 #define panic_compact(...) panic("") macro
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c85 panic_compact("async_context lock_check failed"); in async_context_threadsafe_background_lock_check()