6.1.3.1 spi_master_open
Open the SPI interface. This function is to keep the backward compatibility with older API users
bool spi_master_open(
spi_master_configurations_t config
)
Parameters
- configuration
-
The configuration to use in the transfer
Returns
Type: bool
Initialization status.
- false
-
The SPI open was unsuccessful
- true
-
The SPI open was successful