FSDev_NOR_BSP_Rd_XX()
void FSDev_NAND_BSP_Rd_08 (FS_QTY unit_nbr,
void *p_dest,
CPU_ADDR addr_src,
CPU_SIZE_T cnt);
void FSDev_NAND_BSP_Rd_16 (FS_QTY unit_nbr,
void *p_dest,
CPU_ADDR addr_src,
CPU_SIZE_T cnt);
File | Called from | Code enabled by |
---|---|---|
| NOR physical-layer driver | N/A |
Read data from bus interface.
Arguments
unit_nbr
Unit number of NOR.
p_dest
Pointer to destination memory buffer.
addr_src
Source address.
cnt
Number of words to read.
Returned Value
None.
Notes/Warnings
- Data should be read from the bus in words sized to the data bus; for any unit, only the function with its access width will be called.