HomeSort by relevance Sort by last modified time
    Searched refs:SPI_MODE_CPOL (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/bitbash/
spi_bit.c 91 unsigned int sclk = ( ( bus->mode & SPI_MODE_CPOL ) ? 1 : 0 );
167 ( bus->mode & SPI_MODE_CPOL ) );
  /external/syslinux/gpxe/src/include/gpxe/
spi.h 130 * and @c SPI_MODE_CPOL. It is also the number conventionally
169 #define SPI_MODE_CPOL 0x02
175 * SPI_MODE_CPOL and @c SPI_MODE_CPHA), but is included here for

Completed in 78 milliseconds