Home
last modified time | relevance | path

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

/hal_nuvoton-2.7.6/m48x/StdDriver/inc/
Dusci_spi.h173 #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 )
/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
Duspi_reg.h514 #define USPI_LINECTL_LSB_Msk (0x1ul << USPI_LINECTL_LSB_Pos) /*!< USP… macro
/hal_nuvoton-2.7.6/m48x/StdDriver/src/
Dusci_spi.c78 uspi->LINECTL &= ~USPI_LINECTL_LSB_Msk; in USPI_Open()