spi_message_init

The interface has the following parameters.
  • Synopsis:
    void spi_message_init(struct spi_message *m)
  • Description: The interface is used to initialize an SPI message structure to clear or initialize a transfer queue.
  • Parameter:
    • m: The SPI message type.
  • Return: None.