Searched refs:DEBUG_PRINTF (Results 1 – 8 of 8) sorted by relevance
| /bsp/frdm-k64f/board/ |
| A D | drv_emac.c | 34 #define DEBUG_PRINTF(...) macro 192 DEBUG_PRINTF("phy link up\n"); in k64_emac_init() 216 DEBUG_PRINTF("read phy failed\n"); in k64_emac_init() 246 DEBUG_PRINTF("k64_emac_control\n"); in k64_emac_control() 287 DEBUG_PRINTF("%02X ", buf[i]); in k64_emac_tx() 289 DEBUG_PRINTF("\n"); in k64_emac_tx() 291 DEBUG_PRINTF("\n"); in k64_emac_tx() 321 DEBUG_PRINTF("k64_emac_rx\n"); in k64_emac_rx() 361 DEBUG_PRINTF("\n"); in k64_emac_rx() 363 DEBUG_PRINTF("\n"); in k64_emac_rx() [all …]
|
| /bsp/allwinner_tina/drivers/spi/ |
| A D | drv_spi_flash.c | 25 #define DEBUG_PRINTF(...) rt_kprintf(__VA_ARGS__) macro 27 #define DEBUG_PRINTF(...) macro 36 DEBUG_PRINTF("%s -> %d\n", __FUNCTION__, __LINE__); in rt_hw_spi_flash_with_sfud_init() 40 DEBUG_PRINTF("%s -> %d\n", __FUNCTION__, __LINE__); in rt_hw_spi_flash_with_sfud_init() 44 DEBUG_PRINTF("%s -> %d\n", __FUNCTION__, __LINE__); in rt_hw_spi_flash_with_sfud_init()
|
| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_spi.c | 25 #define DEBUG_PRINTF(...) rt_kprintf(__VA_ARGS__) macro 27 #define DEBUG_PRINTF(...) macro 77 DEBUG_PRINTF("%s attach to %s done", device_name, bus_name); in rt_hw_spi_device_attach() 118 DEBUG_PRINTF("sys freq: %d\n", RCC_Clocks.SYSCLK_Freq); in configure() 119 DEBUG_PRINTF("max freq: %d\n", max_hz); in configure() 124 DEBUG_PRINTF("pclk freq: %d\n", RCC_Clocks.PCLK_Frequency); in configure() 129 DEBUG_PRINTF("pclk1 freq: %d\n", RCC_Clocks.PCLK_Frequency); in configure() 224 DEBUG_PRINTF("spi take cs\n"); in xfer() 234 DEBUG_PRINTF("spi poll transfer start: %d\n", size); in xfer() 261 DEBUG_PRINTF("spi poll transfer finsh\n"); in xfer() [all …]
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_spi.c | 21 #define DEBUG_PRINTF(...) rt_kprintf(__VA_ARGS__) macro 23 #define DEBUG_PRINTF(...) macro 72 DEBUG_PRINTF("sys freq: %d\n", RCC_ClockFreq.SysclkFreq); in configure() 73 DEBUG_PRINTF("CK_APB2 freq: %d\n", RCC_ClockFreq.Pclk2Freq); in configure() 74 DEBUG_PRINTF("max freq: %d\n", max_hz); in configure() 176 DEBUG_PRINTF("spi take cs\n"); in xfer() 185 DEBUG_PRINTF("spi poll transfer start: %d\n", size); in xfer() 213 DEBUG_PRINTF("spi poll transfer finsh\n"); in xfer() 253 DEBUG_PRINTF("spi release cs\n"); in xfer()
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | core-v-mcu-pmsis.h | 29 #define DEBUG_PRINTF printf macro 31 #define DEBUG_PRINTF(...) ((void) 0) macro
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_spi.c | 136 DEBUG_PRINTF("spi take cs\n"); in xfer() 146 DEBUG_PRINTF("spi poll transfer start: %d\n", size); in xfer() 172 DEBUG_PRINTF("spi poll transfer finsh\n"); in xfer() 180 DEBUG_PRINTF("spi release cs\n"); in xfer()
|
| A D | board.h | 39 #define DEBUG_PRINTF(...) rt_kprintf(__VA_ARGS__) macro 41 #define DEBUG_PRINTF(...) macro
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | drv_spi.c | 23 #define DEBUG_PRINTF(...) rt_kprintf(__VA_ARGS__) macro 25 #define DEBUG_PRINTF(...) macro 100 DEBUG_PRINTF("ls1c spi%d configuration\n", SPIx); in configure() 131 DEBUG_PRINTF("[%s] SPIx=%d, cs=%d\n", __FUNCTION__, SPIx, cs); in xfer()
|
Completed in 16 milliseconds