Type Alias stm32f4xx_hal::spi::NoSck

source ·
pub type NoSck = NoPin;
Expand description

A filler type for when the SCK pin is unnecessary

Aliased Type§

struct NoSck(/* private fields */);