This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | LUN_0 DISABLE |
#define | LUN_1 DISABLE |
#define | LUN_2 DISABLE |
#define | LUN_3 ENABLE |
#define | LUN_4 DISABLE |
#define | LUN_5 DISABLE |
#define | LUN_6 DISABLE |
#define | LUN_7 DISABLE |
#define | LUN_USB DISABLE |
#define | LUN_0_INCLUDE "lib_mem\virtual_mem\virtual_mem.h" |
#define | Lun_0_test_unit_ready() virtual_test_unit_ready() |
#define | Lun_0_read_capacity(nb_sect) virtual_read_capacity(nb_sect) |
#define | Lun_0_wr_protect() virtual_wr_protect() |
#define | Lun_0_removal() virtual_removal() |
#define | Lun_0_read_10(ad, sec) virtual_read_10(ad, sec) |
#define | Lun_0_usb_read() virtual_usb_read() |
#define | Lun_0_write_10(ad, sec) virtual_write_10(ad, sec) |
#define | Lun_0_usb_write() virtual_usb_write() |
#define | Lun_0_ram_2_mem(addr, ram) virtual_ram_2_mem(addr, ram) |
#define | Lun_0_ram_2_mem_write() virtual_ram_2_mem_write() |
#define | Lun_0_mem_2_ram(addr, ram) virtual_mem_2_ram(addr, ram) |
#define | Lun_0_mem_2_ram_read() virtual_mem_2_ram_read() |
#define | LUN_0_NAME "VIRTUAL_MEM_ON_CHIP" |
#define | NF_2K_MEM ENABLE |
#define | LUN_1_INCLUDE "lib_mem\nf_1x_2kb\nf_mem.h" |
#define | Lun_1_test_unit_ready() nf_test_unit_ready() |
#define | Lun_1_read_capacity(nb_sect) nf_read_capacity(nb_sect) |
#define | Lun_1_wr_protect() nf_wr_protect() |
#define | Lun_1_removal() nf_removal() |
#define | Lun_1_read_10(ad, sec) nf_read_10(ad, sec) |
#define | Lun_1_usb_read() nf_usb_read() |
#define | Lun_1_write_10(ad, sec) nf_write_10(ad, sec) |
#define | Lun_1_usb_write() nf_usb_write() |
#define | Lun_1_ram_2_mem(addr, ram) TODO |
#define | Lun_1_ram_2_mem_write() TODO |
#define | Lun_1_mem_2_ram(addr, ram) TODO |
#define | Lun_1_mem_2_ram_read() TODO |
#define | NF_512_MEM ENABLE |
#define | LUN_2_INCLUDE "lib_mem\nf_1x_512\nf_mem.h" |
#define | Lun_2_test_unit_ready() nf_test_unit_ready() |
#define | Lun_2_read_capacity(nb_sect) nf_read_capacity(nb_sect) |
#define | Lun_2_wr_protect() nf_wr_protect() |
#define | Lun_2_removal() nf_removal() |
#define | Lun_2_read_10(ad, sec) nf_read_10(ad, sec) |
#define | Lun_2_usb_read() nf_usb_read() |
#define | Lun_2_write_10(ad, sec) nf_write_10(ad, sec) |
#define | Lun_2_usb_write() nf_usb_write() |
#define | Lun_2_ram_2_mem(addr, ram) TODO |
#define | Lun_2_ram_2_mem_write() TODO |
#define | Lun_2_mem_2_ram(addr, ram) TODO |
#define | Lun_2_mem_2_ram_read() TODO |
#define | DF_MEM ENABLE |
#define | LUN_ID_DF LUN_ID_3 |
#define | LUN_3_INCLUDE "lib_mem\df\df_mem.h" |
#define | Lun_3_test_unit_ready() df_test_unit_ready() |
#define | Lun_3_read_capacity(nb_sect) df_read_capacity(nb_sect) |
#define | Lun_3_wr_protect() df_wr_protect() |
#define | Lun_3_removal() df_removal() |
#define | Lun_3_read_10(ad, sec) df_read_10(ad, sec) |
#define | Lun_3_usb_read() df_usb_read() |
#define | Lun_3_write_10(ad, sec) df_write_10(ad, sec) |
#define | Lun_3_usb_write() df_usb_write() |
#define | Lun_3_ram_2_mem(addr, ram) df_ram_2_df(addr, ram) |
#define | Lun_3_ram_2_mem_write() df_ram_2_df_write() |
#define | Lun_3_mem_2_ram(addr, ram) df_df_2_ram(addr, ram) |
#define | Lun_3_mem_2_ram_read() df_df_2_ram_read() |
#define | LUN_3_NAME "\"On board data flash\"" |
#define | MEM_USB ENABLE |
#define | LUN_USB_INCLUDE "lib_mem\host_mem\host_mem.h" |
#define | Lun_usb_test_unit_ready(lun) host_test_unit_ready(lun) |
#define | Lun_usb_read_capacity(lun, nb_sect) host_read_capacity(lun,nb_sect) |
#define | Lun_usb_wr_protect(lun) host_wr_protect(lun) |
#define | Lun_usb_removal() host_removal() |
#define | Lun_usb_ram_2_mem(addr, ram) host_write_10_ram(addr, ram) |
#define | Lun_usb_mem_2_ram(addr, ram) host_read_10_ram(addr, ram) |
#define | LUN_USB_NAME "\"USB Remote memory\"" |
#define | ACCESS_USB ENABLED |
#define | ACCESS_STREAM DISABLED |
#define | ACCESS_STREAM_RECORD DISABLED |
#define | ACCESS_MEM_TO_RAM DISABLED |
#define | ACCESS_MEM_TO_MEM DISABLED |
#define | GLOBAL_WR_PROTECT DISABLED |
Please read file license.txt for copyright notice.
This file contains the possible external configuration of the control access This file will be given to any external customer
Definition in file conf_access.h.
#define LUN_0 DISABLE |
Definition at line 20 of file conf_access.h.
#define LUN_1 DISABLE |
Definition at line 21 of file conf_access.h.
#define LUN_2 DISABLE |
Definition at line 22 of file conf_access.h.
#define LUN_3 ENABLE |
Definition at line 23 of file conf_access.h.
#define LUN_4 DISABLE |
Definition at line 24 of file conf_access.h.
#define LUN_5 DISABLE |
Definition at line 25 of file conf_access.h.
#define LUN_6 DISABLE |
Definition at line 26 of file conf_access.h.
#define LUN_7 DISABLE |
Definition at line 27 of file conf_access.h.
#define LUN_USB DISABLE |
Definition at line 28 of file conf_access.h.
#define LUN_0_INCLUDE "lib_mem\virtual_mem\virtual_mem.h" |
Definition at line 31 of file conf_access.h.
#define Lun_0_test_unit_ready | ( | ) | virtual_test_unit_ready() |
#define Lun_0_read_capacity | ( | nb_sect | ) | virtual_read_capacity(nb_sect) |
#define Lun_0_wr_protect | ( | ) | virtual_wr_protect() |
#define Lun_0_removal | ( | ) | virtual_removal() |
#define Lun_0_read_10 | ( | ad, | |||
sec | ) | virtual_read_10(ad, sec) |
#define Lun_0_usb_read | ( | ) | virtual_usb_read() |
#define Lun_0_write_10 | ( | ad, | |||
sec | ) | virtual_write_10(ad, sec) |
#define Lun_0_usb_write | ( | ) | virtual_usb_write() |
#define Lun_0_ram_2_mem | ( | addr, | |||
ram | ) | virtual_ram_2_mem(addr, ram) |
#define Lun_0_ram_2_mem_write | ( | ) | virtual_ram_2_mem_write() |
#define Lun_0_mem_2_ram | ( | addr, | |||
ram | ) | virtual_mem_2_ram(addr, ram) |
#define Lun_0_mem_2_ram_read | ( | ) | virtual_mem_2_ram_read() |
#define LUN_0_NAME "VIRTUAL_MEM_ON_CHIP" |
Definition at line 44 of file conf_access.h.
#define NF_2K_MEM ENABLE |
Definition at line 48 of file conf_access.h.
#define LUN_1_INCLUDE "lib_mem\nf_1x_2kb\nf_mem.h" |
Definition at line 52 of file conf_access.h.
#define Lun_1_test_unit_ready | ( | ) | nf_test_unit_ready() |
#define Lun_1_read_capacity | ( | nb_sect | ) | nf_read_capacity(nb_sect) |
#define Lun_1_wr_protect | ( | ) | nf_wr_protect() |
#define Lun_1_removal | ( | ) | nf_removal() |
#define Lun_1_read_10 | ( | ad, | |||
sec | ) | nf_read_10(ad, sec) |
#define Lun_1_usb_read | ( | ) | nf_usb_read() |
#define Lun_1_write_10 | ( | ad, | |||
sec | ) | nf_write_10(ad, sec) |
#define Lun_1_usb_write | ( | ) | nf_usb_write() |
#define Lun_1_ram_2_mem | ( | addr, | |||
ram | ) | TODO |
#define Lun_1_ram_2_mem_write | ( | ) | TODO |
#define Lun_1_mem_2_ram | ( | addr, | |||
ram | ) | TODO |
#define Lun_1_mem_2_ram_read | ( | ) | TODO |
#define NF_512_MEM ENABLE |
Definition at line 68 of file conf_access.h.
#define LUN_2_INCLUDE "lib_mem\nf_1x_512\nf_mem.h" |
Definition at line 72 of file conf_access.h.
#define Lun_2_test_unit_ready | ( | ) | nf_test_unit_ready() |
#define Lun_2_read_capacity | ( | nb_sect | ) | nf_read_capacity(nb_sect) |
#define Lun_2_wr_protect | ( | ) | nf_wr_protect() |
#define Lun_2_removal | ( | ) | nf_removal() |
#define Lun_2_read_10 | ( | ad, | |||
sec | ) | nf_read_10(ad, sec) |
#define Lun_2_usb_read | ( | ) | nf_usb_read() |
#define Lun_2_write_10 | ( | ad, | |||
sec | ) | nf_write_10(ad, sec) |
#define Lun_2_usb_write | ( | ) | nf_usb_write() |
#define Lun_2_ram_2_mem | ( | addr, | |||
ram | ) | TODO |
#define Lun_2_ram_2_mem_write | ( | ) | TODO |
#define Lun_2_mem_2_ram | ( | addr, | |||
ram | ) | TODO |
#define Lun_2_mem_2_ram_read | ( | ) | TODO |
#define DF_MEM ENABLE |
Definition at line 88 of file conf_access.h.
#define LUN_ID_DF LUN_ID_3 |
Definition at line 92 of file conf_access.h.
#define LUN_3_INCLUDE "lib_mem\df\df_mem.h" |
Definition at line 93 of file conf_access.h.
#define Lun_3_test_unit_ready | ( | ) | df_test_unit_ready() |
#define Lun_3_read_capacity | ( | nb_sect | ) | df_read_capacity(nb_sect) |
#define Lun_3_wr_protect | ( | ) | df_wr_protect() |
#define Lun_3_removal | ( | ) | df_removal() |
#define Lun_3_read_10 | ( | ad, | |||
sec | ) | df_read_10(ad, sec) |
#define Lun_3_usb_read | ( | ) | df_usb_read() |
#define Lun_3_write_10 | ( | ad, | |||
sec | ) | df_write_10(ad, sec) |
#define Lun_3_usb_write | ( | ) | df_usb_write() |
#define Lun_3_ram_2_mem | ( | addr, | |||
ram | ) | df_ram_2_df(addr, ram) |
#define Lun_3_ram_2_mem_write | ( | ) | df_ram_2_df_write() |
#define Lun_3_mem_2_ram | ( | addr, | |||
ram | ) | df_df_2_ram(addr, ram) |
#define Lun_3_mem_2_ram_read | ( | ) | df_df_2_ram_read() |
#define LUN_3_NAME "\"On board data flash\"" |
Definition at line 106 of file conf_access.h.
#define MEM_USB ENABLE |
Definition at line 110 of file conf_access.h.
#define LUN_USB_INCLUDE "lib_mem\host_mem\host_mem.h" |
Definition at line 114 of file conf_access.h.
#define Lun_usb_test_unit_ready | ( | lun | ) | host_test_unit_ready(lun) |
#define Lun_usb_read_capacity | ( | lun, | |||
nb_sect | ) | host_read_capacity(lun,nb_sect) |
#define Lun_usb_wr_protect | ( | lun | ) | host_wr_protect(lun) |
#define Lun_usb_removal | ( | ) | host_removal() |
#define Lun_usb_ram_2_mem | ( | addr, | |||
ram | ) | host_write_10_ram(addr, ram) |
#define Lun_usb_mem_2_ram | ( | addr, | |||
ram | ) | host_read_10_ram(addr, ram) |
#define LUN_USB_NAME "\"USB Remote memory\"" |
Definition at line 121 of file conf_access.h.
#define ACCESS_USB ENABLED |
Definition at line 127 of file conf_access.h.
#define ACCESS_STREAM DISABLED |
Definition at line 128 of file conf_access.h.
#define ACCESS_STREAM_RECORD DISABLED |
Definition at line 129 of file conf_access.h.
#define ACCESS_MEM_TO_RAM DISABLED |
Definition at line 130 of file conf_access.h.
#define ACCESS_MEM_TO_MEM DISABLED |
Definition at line 131 of file conf_access.h.
#define GLOBAL_WR_PROTECT DISABLED |
Definition at line 136 of file conf_access.h.