/btstack/platform/embedded/ |
H A D | hci_dump_segger_rtt_stdout.c | 88 SEGGER_RTT_printf(0, "LOG -- "); in hci_dump_segger_prepare_message() 89 SEGGER_RTT_printf(0, message_packets_skipped, hci_dump_rtt_num_skipped); in hci_dump_segger_prepare_message() 90 SEGGER_RTT_printf(0, "\n"); in hci_dump_segger_prepare_message() 121 SEGGER_RTT_printf(0, "[%02u:%02u:%02u.%03u] ", hours, p_minutes, p_seconds, p_ms); in hci_dump_segger_rtt_stdout_timestamp() 127 SEGGER_RTT_printf(0, "CMD => "); in hci_dump_segger_rtt_stdout_packet() 130 SEGGER_RTT_printf(0, "EVT <= "); in hci_dump_segger_rtt_stdout_packet() 134 SEGGER_RTT_printf(0, "ACL <= "); in hci_dump_segger_rtt_stdout_packet() 136 SEGGER_RTT_printf(0, "ACL => "); in hci_dump_segger_rtt_stdout_packet() 141 SEGGER_RTT_printf(0, "SCO <= "); in hci_dump_segger_rtt_stdout_packet() 143 SEGGER_RTT_printf(0, "SCO => "); in hci_dump_segger_rtt_stdout_packet() [all …]
|
/btstack/port/stm32-l476rg-nucleo-sx1280/port/ |
H A D | debug.h | 40 #define printf(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) 41 #define LOG_DBG(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) 42 #define log(format, ...) SEGGER_RTT_printf(0, "[%010u] " format, __HAL_TIM_GET_COUNTER(&htim2), ## …
|
/btstack/port/nrf5-cinnamon/port/ |
H A D | debug.h | 40 #define printf(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) 41 #define LOG_DBG(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) 42 #define log(format, ...) SEGGER_RTT_printf(0, "[%010u] " format, __HAL_TIM_GET_COUNTER(&htim2), ## …
|
/btstack/port/stm32-l451-miromico-sx1280/port/ |
H A D | debug.h | 40 #define printf(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) 41 #define LOG_DBG(...) SEGGER_RTT_printf( 0, __VA_ARGS__ ) 42 #define log(format, ...) SEGGER_RTT_printf(0, "[%010u] " format, __HAL_TIM_GET_COUNTER(&htim2), ## …
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | main.c | 42 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__)
|
/btstack/3rd-party/segger-rtt/ |
H A D | SEGGER_RTT.h | 418 int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...);
|
H A D | SEGGER_RTT_printf.c | 491 int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...) { in SEGGER_RTT_printf() function
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | main.c | 43 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__)
|
/btstack/port/nrf5-cinnamon/pca10040/armgcc/ |
H A D | Makefile | 27 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ |
H A D | sx1280-hal.c | 23 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__)
|
H A D | sx1280.c | 23 #define printf(format, ...) SEGGER_RTT_printf(0, format, ## __VA_ARGS__)
|
/btstack/port/stm32-l476rg-nucleo-sx1280/ |
H A D | Makefile | 48 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/port/stm32-l451-miromico-sx1280/ |
H A D | Makefile | 49 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/port/stm32-l073rz-nucleo-em9304/ |
H A D | Makefile | 44 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/port/stm32-wb55xx-nucleo-freertos/ |
H A D | Makefile | 46 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/port/msp432p401lp-cc256x/ |
H A D | Makefile | 89 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/port/stm32-f4discovery-cc256x/ |
H A D | Makefile | 46 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|
/btstack/port/stm32-f4discovery-usb/ |
H A D | Makefile | 46 ${BTSTACK_ROOT}/3rd-party/segger-rtt/SEGGER_RTT_printf.c \
|