pub trait NCSPin<QSPI>: Sealed {
    fn set_speed(self, speed: Speed) -> Self;
}
Expand description

nCS pin. This trait is sealed and cannot be implemented.

Required methods

Implementors