Searched refs:panic (Results 1 – 20 of 20) sorted by relevance
45 panic("UART baud rate undefined"); in stdio_uart_init()56 panic("UART baud rate undefined"); in stdout_uart_init()68 panic("UART baud rate undefined"); in stdin_uart_init()
276 panic("not supported"); in panic_unsupported()287 void __attribute__((naked, noreturn)) __printflike(1, 0) panic(__unused const char *fmt, ...) { in panic() function307 void __attribute__((noreturn)) __printflike(1, 0) panic(const char *fmt, ...) { in panic() function330 panic("Hard assert"); in hard_assertion_failure()
17 panic("missing double function"); in missing_double_func_shim()59 panic(NULL); in __aeabi_double_init()
77 bl panic
18 panic(""); in missing_float_func_shim()38 panic(""); in __aeabi_float_init()
75 bl panic
24 panic(message, bit_index); in hw_claim_or_assert()44 panic(message); in hw_claim_unused_from_range()
393 void __attribute__((noreturn)) panic(const char *fmt, ...);396 #define panic_compact(...) panic(__VA_ARGS__)398 #define panic_compact(...) panic("")
18 bl panic
132 panic("System clock of %u kHz cannot be exactly achieved", freq_khz); in set_sys_clock_khz()
85 #define LWIP_PLATFORM_ASSERT(x) panic(x)
50 panic("async_context_poll context check failed (IRQ or wrong core)"); in async_context_poll_lock_check()
26 panic("Out of memory"); in check_alloc()
106 panic("No program space"); in _pio_add_program_at_offset()121 panic("No program space"); in pio_add_program()
180 panic("cyw43 has no ethernet interface"); in no_lwip_fail()
281 panic("Unexpected clocks irq\n"); in clocks_irq_handler()
275 panic("cyw43 buffer overflow"); in cybt_hci_read()
414 panic("cyw43 btsdio register corruption"); in cybt_toggle_bt_intr()
385 panic("Attempted to sleep inside of an exception handler; use busy_wait if you must"); in sleep_until()
555 #define ABORT panic("dlmalloc abort\n")
Completed in 37 milliseconds