Enum zinc_hal_lpc11xx::ioregs::SPI0_cr0_cpol
[−]
[src]
pub enum SPI0_cr0_cpol {
Low,
High,
}Variants
Low | SPI controller maintains the bus clock low between frames. |
High | SPI controller maintains the bus clock high between frames. |