/lk-master/external/platform/lpc15xx/lpcopen/periph_flashiap/example/src/ |
A D | flashiap.c | 106 DEBUGOUT("Part ID is: %x\r\n", part_id); in main() 117 DEBUGOUT("Command failed to execute, return code is: %x\r\n", ret_code); in main() 125 DEBUGOUT("Command failed to execute, return code is: %x\r\n", ret_code); in main() 133 DEBUGOUT("Command failed to execute, return code is: %x\r\n", ret_code); in main() 141 DEBUGOUT("Command failed to execute, return code is: %x\r\n", ret_code); in main() 154 DEBUGOUT("Generated signature for the last sector is: %x \r\n", Chip_FMC_GetSignature(0)); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/ |
A D | dma_mem.c | 93 DEBUGOUT("Compare error on index %d\r\n", errIdx); in verifyData() 144 DEBUGOUT("Test transfer size is %d blocks @ %d bytes each\r\n", in main() 146 DEBUGOUT("Total test size = %d bytes\r\n", in main() 150 DEBUGOUT("Starting memmove test\r\n"); in main() 160 DEBUGOUT("Starting memcpy test\r\n"); in main() 196 DEBUGOUT("Starting DMA test\r\n"); in main() 221 DEBUGOUT("Transfer time with memmove (mS) = %d\r\n", StopWatch_TicksToMs(ticks[0])); in main() 222 DEBUGOUT("Transfer time with memcpy (mS) = %d\r\n", StopWatch_TicksToMs(ticks[1])); in main() 223 DEBUGOUT("Transfer time with DMA (mS) = %d\r\n", StopWatch_TicksToMs(ticks[2])); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/src/ |
A D | pmu.c | 96 DEBUGOUT(" (System will exit SLEEP in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 110 DEBUGOUT(" (System will exit DEEP SLEEP in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 131 DEBUGOUT(" (System will exit POWER DOWN in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 152 DEBUGOUT(" (System will exit DEEP POWER DOWN in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 236 DEBUGOUT("Power Control Example\r\n"); in main() 238 DEBUGOUT("Power Control Example Cycle Count: %d\r\n", ProcessCycleCounter()); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/src/ |
A D | pmu_rom.c | 96 DEBUGOUT(" (System will exit SLEEP in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 111 DEBUGOUT(" (System will exit DEEP SLEEP in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 133 DEBUGOUT(" (System will exit POWER DOWN in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 155 DEBUGOUT(" (System will exit DEEP POWER DOWN in %d seconds)\r\n", POWER_CYCLE_SEC_DELAY); in ProcessPowerState() 240 DEBUGOUT("Power Control Example\r\n"); in main() 242 DEBUGOUT("Power Control Example Cycle Count: %d\r\n", ProcessCycleCounter()); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/inc/ |
A D | board_api.h | 161 #define DEBUGOUT(...) printf(__VA_ARGS__) macro 167 #define DEBUGOUT(...) printf(__VA_ARGS__) macro 174 #define DEBUGOUT(...) macro
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/src/ |
A D | freqmeas.c | 64 DEBUGOUT("Capture source : %s, reference frequency = %dHz\r\n", str, freqRef); in measureDisplay() 65 DEBUGOUT("Raw frequency capture value = %d\r\n", Chip_SYSCTL_GetRawFreqMeasCapval()); in measureDisplay() 66 DEBUGOUT("Computed frequency value = %dHz\r\n\r\n", freqComp); in measureDisplay()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/src/ |
A D | periph_i2c_rom_polling_slave.c | 118 DEBUGOUT("Error setting I2C slave address\r\n"); in setupI2CSlave() 139 DEBUGOUT("i2c_slave_transmit_poll error code : %x\r\b", error_code); in sendI2CSlave() 159 DEBUGOUT("i2c_slave_receive_poll error code : %x\r\b", error_code); in readI2CSlave()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/src/ |
A D | periph_i2c_rom_interrupt_slave.c | 124 DEBUGOUT("Error setting I2C slave address\r\n"); in setupI2CSlave() 156 DEBUGOUT("i2c_slave_transmit_intr error code : %x\r\b", error_code); in sendI2CSlave() 186 DEBUGOUT("i2c_slave_receive_intr error code : %x\r\b", error_code); in readI2CSlave()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/ |
A D | periph_i2cs_interrupt.c | 212 DEBUGOUT("\r\nI2C error: %d\r\n", i2cmXferRec.status); in SetupXferRecAndExecute() 316 DEBUGOUT("Testing emulated EEPROM @ %x : ", eepromAddr); in eepromTest() 375 DEBUGOUT("FAILED\r\n"); in eepromTest() 378 DEBUGOUT("PASSED\r\n"); in eepromTest() 439 DEBUGOUT("2 Emulated EEPROM I2C devices using 2 I2C slaves\r\n"); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc/example/src/ |
A D | adc.c | 79 DEBUGOUT("ADC%d_%d: Sample value = 0x%x (Data sample %d)\r\n", index, j, in showValudeADC() 84 DEBUGOUT("ADC%d_%d: Threshold range = 0x%x\r\n", index, j, in showValudeADC() 86 DEBUGOUT("ADC%d_%d: Threshold cross = 0x%x\r\n", index, j, in showValudeADC()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_rtc/example/src/ |
A D | rtc.c | 154 DEBUGOUT("Tick number: %d, 1KHZ int:%d, alarm int:%d\r\n", in main() 166 DEBUGOUT("Setting alarm to wake up in 4s\r\n"); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_eeprom/example/src/ |
A D | eeprom.c | 176 DEBUGOUT("Command failed to execute, return code is: %x\r\n", ret_code); in main() 193 DEBUGOUT("EEPROM write failed, return code is: %x\r\n", ret_code); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src/ |
A D | periph_i2c_rom_polling.c | 163 DEBUGOUT("i2c_master_receive error code : %x\r\b", error_code); in readI2CMaster() 180 DEBUGOUT("Temperature read over I2C is %d Celsius\r\n", in ReadTemperatureI2C()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/src/ |
A D | periph_i2c_rom_interrupt.c | 186 DEBUGOUT("i2c_master_receive error code : %x\r\b", error_code); in readI2CMaster() 203 DEBUGOUT("Temperature read over I2C is %d Celsius\r\n", in ReadTemperatureI2C()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/ |
A D | adc_rom.c | 82 DEBUGOUT("ADC%d_%d: Sample value = 0x%x (Data sample %d)\r\n", 0, 0, rawSample, 0); in showValudeADC() 86 …DEBUGOUT("ADC%d_%d: Sample value = 0x%x (Data sample %d)\r\n", 1, BOARD_ADC_CH, rawSample, BOARD_A… in showValudeADC()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_temp/example/src/ |
A D | temp.c | 198 DEBUGOUT("Sampled temp value = 0x%04x (first = 0x%04x)\r", ADC_DR_RESULT(rawSample), in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/ |
A D | periph_i2cm_polling.c | 144 DEBUGOUT("Temperature read over I2C is %d Celsius\r\n", in ReadTemperatureI2CM()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/ |
A D | periph_spi_rom_polling_slave.c | 181 DEBUGOUT("SPI Read Data %d is %x\r\n", i, rx_buff[i]); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/ |
A D | periph_i2cm_interrupt.c | 163 DEBUGOUT("Temperature read over I2C is %d Celsius\r\n", in ReadTemperatureI2CM()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/ |
A D | periph_spi_rom_interrupt_slave.c | 218 DEBUGOUT("SPI Read Data %d is %x\r\n", i, rx_buff[i]); in main()
|