Enum zinc_hal_lpc11xx::ioregs::SPI0_cr1_sse
[−]
[src]
pub enum SPI0_cr1_sse { Disabled, Enabled, }
Variants
Disabled | The SPI controller is disabled. |
Enabled | The SPI controller will interact with other devices on the serial bus. Software should write the appropriate control information to the other SPI/SSP registers and interrupt controller registers, before setting this bit. |