Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

  • No labels