Searched refs:FT_DEBUG_PRINT_E (Results 1 – 15 of 15) sorted by relevance
| /bsp/phytium/libraries/port/fboard_port/ |
| A D | fboard_port.h | 45 #define FT_DEBUG_PRINT_E(TAG, format, ...) LOG_E(format, ##__VA_ARGS__) macro 47 #define FT_DEBUG_PRINT_E(TAG, format, ...) LOG_E(...) macro
|
| /bsp/phytium/libraries/port/fdriver_port/ |
| A D | fdrivers_port.h | 81 #define FT_DEBUG_PRINT_E(TAG, format, ...) LOG_E(format, ##__VA_ARGS__) macro 83 #define FT_DEBUG_PRINT_E(TAG, format, ...) LOG_E(...) macro
|
| /bsp/ft2004/libraries/bsp/ft_gpio/ |
| A D | ft_gpio.h | 33 #define FT_GPIO_ERROR(format, ...) FT_DEBUG_PRINT_E(FT_GPIO_DEBUG_TAG, format, ##__VA_ARGS__)
|
| /bsp/ft2004/libraries/bsp/ft_can/ |
| A D | ft_can_hw.c | 25 #define CAN_HW_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(CAN_HW_DEBUG_TAG, format, ##__VA_ARGS__)
|
| A D | ft_can_calc.c | 30 #define FT_CAN_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(FT_CAN_DEBUG_TAG, format, ##__VA_ARGS__)
|
| A D | ft_can.c | 23 #define FT_CAN_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(FT_CAN_DEBUG_TAG, format, ##__VA_ARGS__)
|
| /bsp/ft2004/libraries/bsp/ft_spi/ |
| A D | ft_spi.h | 77 #define FT_SPI_ERROR(format, ...) FT_DEBUG_PRINT_E(FT_SPI_DEBUG_TAG, format, ##__VA_ARGS__)
|
| /bsp/ft2004/libraries/bsp/standlone/ |
| A D | ft_debug.h | 69 #define FT_DEBUG_PRINT_E(TAG, format, ...) EARLY_LOGE(TAG, format, ##__VA_ARGS__) macro
|
| /bsp/ft2004/libraries/bsp/ft_sd/ |
| A D | ft_sdctrl_intr.c | 26 #define FT_SD_CTRL_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(FT_SD_CTRL_DEBUG_TAG, format, ##__VA_ARGS_…
|
| A D | ft_sdctrl.c | 24 #define FT_SD_CTRL_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(FT_SD_CTRL_DEBUG_TAG, format, ##__VA_ARGS_…
|
| /bsp/ft2004/libraries/bsp/ft_gmac/ |
| A D | ft_gmac_intr.c | 25 #define GMAC_INTR_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(GMAC_INTR_DEBUG_TAG, format, ##__VA_ARGS__)
|
| A D | ft_gmac_desc.c | 29 #define GMAC_DESC_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(GMAC_DESC_DEBUG_TAG, format, ##__VA_ARGS__)
|
| A D | ft_gmac_hw.c | 27 #define GMAC_HW_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(GMAC_HW_DEBUG_TAG, format, ##__VA_ARGS__)
|
| /bsp/ft2004/libraries/bsp/ft_i2c/ |
| A D | ft_i2c.h | 172 #define FT_I2C_ERROR(format, ...) FT_DEBUG_PRINT_E(FT_I2C_DEBUG_TAG, format, ##__VA_ARGS__)
|
| /bsp/ft2004/libraries/bsp/ft_qspi/ |
| A D | ft_qspi.c | 27 #define FTQSPI_DEBUG_E(format, ...) FT_DEBUG_PRINT_E(FTQSPI_DEBUG_TAG, format, ##__VA_ARGS__)
|
Completed in 27 milliseconds