Skip to content

description

Required: Yes
Type: String
Condition: No

Textual description of the component, meant to provide an end user with information about its functionality. Used for search and in user interfaces. The description is typically not more than a few sentences, as full component documentation can be registered using the documentation key.

1
2
3
4
description: >
  SPI master driver with DMA support. Uses the USART peripheral
  in synchronous mode, and automatically allocates a DMA channel
  using DMADRV.
Back to top