Searched refs:message (Results 1 – 12 of 12) sorted by relevance
/lk-master/external/lib/lwip/include/lwip/ |
A D | debug.h | 66 #define LWIP_ASSERT(message, assertion) do { if(!(assertion)) \ argument 67 LWIP_PLATFORM_ASSERT(message); } while(0) 69 #define LWIP_ASSERT(message, assertion) argument 74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 75 LWIP_PLATFORM_ASSERT(message); handler;}} while(0) 82 #define LWIP_DEBUGF(debug, message) do { \ argument 87 LWIP_PLATFORM_DIAG(message); \ 95 #define LWIP_DEBUGF(debug, message) argument
|
/lk-master/external/platform/pico/rp2_common/hardware_claim/ |
A D | claim.c | 30 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message) { in hw_claim_or_assert() argument 33 panic(message, bit_index); in hw_claim_or_assert() 40 …_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char *message) { in hw_claim_unused_from_range() argument 53 panic(message); in hw_claim_unused_from_range()
|
/lk-master/.github/workflows/ |
A D | notify-irc.yml | 16 message: | 18 ${{ join(github.event.commits.*.message) }} 27 message: | 37 message: |
|
/lk-master/external/platform/pico/rp2_common/hardware_claim/include/hardware/ |
A D | claim.h | 44 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message); 56 …m_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char *message);
|
/lk-master/external/platform/pico/boards/ |
A D | generic_board.cmake | 6 message("Using PICO_BOARD_HEADER_DIRS from environment ('${PICO_BOARD_HEADER_DIRS}')") 14 message("Using board configuration from ${PICO_BOARD_HEADER_FILE}") 22 message(FATAL_ERROR ${msg})
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
A D | readme.dox | 37 * SET_REPORT message.
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/ |
A D | readme.dox | 41 * Once the example is started, a small message is printed on terminal. Any data
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/ |
A D | readme.dox | 41 * Once the example is started, a small message is printed on terminal. Any data
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example/ |
A D | readme.dox | 41 * Once the example is started, a small message is printed on terminal. Any data
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_oe.c | 1111 pppoe_clear_softc(struct pppoe_softc *sc, const char *message) in pppoe_clear_softc() argument 1113 LWIP_UNUSED_ARG(message); in pppoe_clear_softc() 1117 … %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_session, message)); in pppoe_clear_softc()
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 25 - Fixed an error message in the SPIM driver that prevented successful compilation with logging enab…
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 2201 # You can define message sequence charts within doxygen comments using the \msc
|
Completed in 11 milliseconds