#include <mios32.h>#include "tasks.h"#include <scs.h>#include <scs_lcd.h>#include <ainser.h>#include <aout.h>#include <midi_router.h>#include "mbng_patch.h"#include "mbng_dout.h"#include "mbng_matrix.h"#include "mbng_file.h"#include "mbng_file_c.h"#include "mbng_file_l.h"#include "mbng_file_s.h"#include "mbng_file_k.h"#include "mbng_file_r.h"Functions | |
| s32 | MBNG_PATCH_Init (u32 mode) |
| s32 | MBNG_PATCH_Load (char *filename) |
| s32 | MBNG_PATCH_Store (char *filename) |
Variables | |
| mbng_patch_matrix_din_entry_t | mbng_patch_matrix_din [MBNG_PATCH_NUM_MATRIX_DIN] |
| mbng_patch_matrix_dout_entry_t | mbng_patch_matrix_dout [MBNG_PATCH_NUM_MATRIX_DOUT] |
| mbng_patch_ain_entry_t | mbng_patch_ain |
| mbng_patch_ainser_entry_t | mbng_patch_ainser [MBNG_PATCH_NUM_AINSER_MODULES] |
| mbng_patch_mf_entry_t | mbng_patch_mf [MBNG_PATCH_NUM_MF_MODULES] |
| char | mbng_patch_aout_spi_rc_pin |
| char | mbng_patch_max72xx_spi_rc_pin |
| mbng_patch_scs_t | mbng_patch_scs |
| mbng_patch_cfg_t | mbng_patch_cfg |
1.6.1