Searched refs:USPI_LINECTL_CTLOINV_Msk (Results 1 – 3 of 3) sorted by relevance
40 #define USPI_SS_ACTIVE_LOW (USPI_LINECTL_CTLOINV_Msk) /*!< SS active low \hideinitia…141 (uspi)->LINECTL &= ~(USPI_LINECTL_CTLOINV_Msk); \154 (uspi)->LINECTL |= (USPI_LINECTL_CTLOINV_Msk); \
83 uspi->LINECTL |= USPI_LINECTL_CTLOINV_Msk; in USPI_Open()159 uspi->LINECTL = (uspi->LINECTL & ~USPI_LINECTL_CTLOINV_Msk) | u32ActiveLevel; in USPI_EnableAutoSS()
520 #define USPI_LINECTL_CTLOINV_Msk (0x1ul << USPI_LINECTL_CTLOINV_Pos) /*!< USP… macro