Rd() - SPI BSP

void  FSDev_BSP_SPI_Rd (FS_QTY       unit_nbr,
                        void        *p_dest,
                        CPU_SIZE_T   cnt);

File

Called from

Code enabled by

fs_dev_<dev_name>_bsp.c

Device driver

N/A

Read from SPI bus.

Arguments

unit_nbr

Unit number of device.

p_dest

Pointer to destination buffer.

cnt

Number of octets to read.

Returned Value

None.

Notes/Warnings

None.