Home
last modified time | relevance | path

Searched refs:message (Results 1 – 12 of 12) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Ddebug.h66 #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 Dclaim.c30 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 Dnotify-irc.yml16 message: |
18 ${{ join(github.event.commits.*.message) }}
27 message: |
37 message: |
/lk-master/external/platform/pico/rp2_common/hardware_claim/include/hardware/
A Dclaim.h44 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 Dgeneric_board.cmake6 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 Dreadme.dox37 * SET_REPORT message.
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/
A Dreadme.dox41 * 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 Dreadme.dox41 * 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 Dreadme.dox41 * Once the example is started, a small message is printed on terminal. Any data
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_oe.c1111 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 DCHANGELOG.md25 - Fixed an error message in the SPIM driver that prevented successful compilation with logging enab…
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile2201 # You can define message sequence charts within doxygen comments using the \msc

Completed in 11 milliseconds