Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

void  FSDev_BSP_SPI_ChipSelEn  (FS_QTY  unit_nbr);

...

void  FSDev_BSP_SPI_ChipSelDis (FS_QTY  unit_nbr);

...

File

...

...

Called from

...

Code enabled by

...

...

fs_dev_<dev_name>_bsp.c

...

...

Device driver

...

...

N/A

...

11432801143280Enable/disable device chip select. Anchor11432811143281

Arguments

Anchor11432821143282unit_nbr Anchor11432831143283

Unit number of device.

...

Returned Value

...

None. Anchor11432861143286

Notes/Warnings

...

  1. The chip select is typically “active low”. To enable the device, the chip select pin should be cleared; to disable the device, the chip select pin should be set.