spi_fini()

QNX SDP8.0SPI Framework TechnotesAPIConfiguration

Clean up the low-level driver and free any associated memory

Synopsis:

void (*spi_fini)( void *const hdl );

Argument:

hdl
The handle of the low-level module that spi_init() returns.

Description:

The spi_fini() function cleans up the low-level driver and frees any memory associated with the given handle.

Errors:

The spi_fini() function returns VOID.

Page updated: