Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.
FSDev_NOR_BSP_WrWord_XX()
void FSDev_NAND_BSP_WrWord_08 (FS_QTY unit_nbr,
CPU_ADDR addr_src,
CPU_INT08U datum);
void FSDev_NAND_BSP_WrWord_16 (FS_QTY unit_nbr,
CPU_ADDR addr_src,
CPU_INT16U datum);
File |
Called from |
Code enabled by |
fs_dev_nor_bsp.c |
NOR physical-layer driver |
N/A |
Write data to bus interface.
Arguments
unit_nbr
Unit number of NOR.
addr_src
Source address.
datum
Word to write.
Returned Value
None.
Notes/Warnings
Data should be written o the bus in words sized to the data bus; for any unit, only the function with its access width will be called.