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

« Previous Version 2 Current »

void  FSDev_BSP_SPI_Wr (FS_QTY       unit_nbr,
                        void        *p_src,

CPU_SIZE_T cnt);

File

Called from

Code enabled by

fs_dev_<dev_name>_bsp.c

Device driver

N/A

Write to SPI bus.

Arguments

unit_nbr

Unit number of device.

p_src

Pointer to source buffer.

cnt

Number of octets to write.

Returned Value

None.

Notes/Warnings

None.

  • No labels