Searched refs:pha (Results 1 – 1 of 1) sorted by relevance
79 unsigned int pol, pha; // Polarity and phase of the clock (SPI mode) in SPIMSS_Init() local107 pha = mode & 1; // Get the phase out of the mode input value in SPIMSS_Init()111 …spi->ctrl = (spi->ctrl & ~(MXC_F_SPIMSS_CTRL_PHASE)) | (pha << MXC_F_SPIMSS_CTRL_PHASE_POS); //… in SPIMSS_Init()
Completed in 3 milliseconds