Searched refs:USPI_LINECTL_LSB_Msk (Results 1 – 3 of 3) sorted by relevance
173 #define USPI_SET_LSB_FIRST(uspi) ( (uspi)->LINECTL |= USPI_LINECTL_LSB_Msk )181 #define USPI_SET_MSB_FIRST(uspi) ( (uspi)->LINECTL &= ~USPI_LINECTL_LSB_Msk )
514 #define USPI_LINECTL_LSB_Msk (0x1ul << USPI_LINECTL_LSB_Pos) /*!< USP… macro
78 uspi->LINECTL &= ~USPI_LINECTL_LSB_Msk; in USPI_Open()