Searched refs:message (Results 1 – 11 of 11) sorted by relevance
| /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
|
| /external/platform/pico/rp2_common/hardware_claim/ |
| A D | claim.c | 21 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message) { in hw_claim_or_assert() argument 24 panic(message, bit_index); in hw_claim_or_assert() 31 …_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char *message) { in hw_claim_unused_from_range() argument 44 panic(message); in hw_claim_unused_from_range()
|
| /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})
|
| /external/platform/pico/rp2_common/hardware_claim/include/hardware/ |
| A D | claim.h | 48 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message); 60 …m_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char *message);
|
| /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
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
| A D | readme.dox | 37 * SET_REPORT message.
|
| /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
|
| /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
|
| /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()
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 25 - Fixed an error message in the SPIM driver that prevented successful compilation with logging enab…
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 2201 # You can define message sequence charts within doxygen comments using the \msc
|
Completed in 22 milliseconds