Home
last modified time | relevance | path

Searched refs:pha (Results 1 – 1 of 1) sorted by relevance

/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Dspimss.c79 unsigned int pol, pha; // Polarity and phase of the clock (SPI mode) in SPIMSS_Init() local
107 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