···5050{
5151 /* Peripheral instance base address; one of ITA_SPIx */
5252 uint32_t instance;
5353+5454+ /*
5555+ * SPI kernel clock and requested SPI bus frequency.
5656+ * The frequency is used to set the SPI master baud
5757+ * rate setting based on the kernel clock input, as
5858+ * such the kernel clock should not be changed after
5959+ * the SPI peripheral is initialized.
6060+ */
5361 enum stm_clock clock;
6262+ size_t freq;
6363+5464 enum stm_spi_mode mode;
5565 enum stm_spi_protocol proto;
5666 stm_spi_set_cs_t set_cs;