Searched refs:MESSAGE (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-3.4.0/test/pico_test/include/pico/ |
D | test.h | 31 #define PICOTEST_CHECK(COND, MESSAGE) if (!(COND)) { \ argument 32 printf("Module %s: %s\n", picotest_module, MESSAGE); \ 35 #define PICOTEST_CHECK_CHANNEL(CHANNEL, COND, MESSAGE) if (!(COND)) { \ argument 36 … printf("Module %s, channel %d: %s\n", picotest_module, CHANNEL, MESSAGE); \ 40 #define PICOTEST_CHECK_AND_ABORT(COND, MESSAGE) if (!(COND)) { \ argument 41 printf("Module %s: %s\n", picotest_module, MESSAGE); \ 45 #define PICOTEST_CHECK_CHANNEL_AND_ABORT(CHANNEL, COND, MESSAGE) if (!(COND)) { \ argument 46 … printf("Module %s, channel %d: %s\n", picotest_module, CHANNEL, MESSAGE); \
|
/hal_rpi_pico-3.4.0/ |
D | pico_sdk_init.cmake | 21 function(pico_message_debug MESSAGE) 24 message(${MESSAGE}) 26 message(DEBUG ${MESSAGE})
|