Searched refs:LPSPI_CTL_DWIDTH_Pos (Results 1 – 3 of 3) sorted by relevance
463 #define LPSPI_CTL_DWIDTH_Pos (8) /*!< LPS… macro464 #define LPSPI_CTL_DWIDTH_Msk (0x1ful << LPSPI_CTL_DWIDTH_Pos) /*!< LPS…
61 …lpspi->CTL = u32MasterSlave | (u32DataWidth << LPSPI_CTL_DWIDTH_Pos) | (u32SPIMode) | LPSPI_CTL_SP… in LPSPI_Open()114 …lpspi->CTL = u32MasterSlave | (u32DataWidth << LPSPI_CTL_DWIDTH_Pos) | (u32SPIMode) | LPSPI_CTL_SP… in LPSPI_Open()
276 …lpspi)->CTL = ((lpspi)->CTL & ~LPSPI_CTL_DWIDTH_Msk) | (((u32Width)&0x1F) << LPSPI_CTL_DWIDTH_Pos))