SPI Modes 0 to 3

Can I have clarification of the spi modes denoted in:

ChipSelectType = SpiChipSelectType.Gpio,
            ChipSelectLine = FEZ.GpioPin.A0,
            Mode = SpiMode.Mode1,
            ClockFrequency = 4 * 1000 * 1000,       //4Mhz
            DataBitLength = 8,
        };

It is explained here Serial Peripheral Interface - Wikipedia

2 Likes