![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>#include <log.h>#include <mmu.h>#include <common.h>#include <pmu/axp.h>#include <sys-clk.h>#include <sys-dram.h>#include <sys-i2c.h>#include "memtester.c"
Macros | |
| #define | DRAM_TEST_SIZE 32 * 1024 * 1024 |
| #define | DRAM_SIZE_BYTE dram_size * 1024 * 1024 |
Functions | |
| void | set_rpio_power_mode (void) |
| void | rtc_set_vccio_det_spare (void) |
| int | main (void) |
Variables | |
| sunxi_serial_t | uart_dbg |
| sunxi_i2c_t | i2c_pmu |
| uint32_t | dram_para [32] |
| #define DRAM_SIZE_BYTE dram_size * 1024 * 1024 |
| #define DRAM_TEST_SIZE 32 * 1024 * 1024 |
| int main | ( | void | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |