Type Definition loadstone_config::pins::Peripheral[][src]

type Peripheral = Cow<'static, str>;
Expand description

Name of a peripheral. Different platforms may assign arbitrary names to these (e.g. USART, UART, QSPI), hence the need to represent it as a string.