drvinfo()
QNX SDP8.0SPI Framework TechnotesAPIConfiguration
Get the SPI driver information
Synopsis:
void (*drvinfo)( const void *const hdl,
spi_drvinfo_t *info );
Arguments:
- hdl
- The handle of the low-level module that spi_init() returns.
- info
- A pointer to store the SPI driver information, spi_drvinfo_t info.
Description:
The drvinfo() function gets driver information from the low-level module.
Errors:
The drvinfo()
function returns VOID
.
Page updated: