ButterflyMP3
|
#include "testing.h"
Go to the source code of this file.
Functions | |
void | dump_buffer (uint8 lines, uint8 buffer[]) |
uint8 | MMC_tester (void) |
uint8 | FAT_tester (void) |
Definition at line 10 of file testing.c.
References EOL, PRINT, UART_Printfu08(), and UART_SendByte().
Referenced by MMC_tester().
uint8 FAT_tester | ( | void | ) |
Definition at line 117 of file testing.c.
References EOL, FAT16_cluster_begin_lba, FAT16_fat_begin_lba, FAT16_root_dir_first_sector, FAT16_sectors_per_cluster, FAT_buffer, FAT_initFat16(), FAT_read, FAT_write, FILE_TYPE_DIR, FILE_TYPE_FILE, MMC_Read(), MMC_Reset(), mmc_sbuf, mmc_scratch, PRINT, UART_Printfu08(), UART_Printfu32(), and UART_Puts().
uint8 MMC_tester | ( | void | ) |
Definition at line 37 of file testing.c.
References dump_buffer(), EOL, MMC_Check(), MMC_Read(), MMC_Reset(), mmc_sbuf, mmc_scratch, PRINT, UART_Printfu08(), UART_Printfu16(), UART_Printfu32(), and UART_Puts().