Mount SPI Device The SPI driver registers the SPI bus and the SPI device needs to be mounted to the SPI bus that has already been registered. rt_err_t rt_spi_bus_attach_device(struct rt_spi_device *device, const char *name, const char *bus_name, void *user_data) ParameterDescription...