Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpspi_reg.h463 #define LPSPI_CTL_DWIDTH_Pos (8) /*!< LPS… macro
464 #define LPSPI_CTL_DWIDTH_Msk (0x1ful << LPSPI_CTL_DWIDTH_Pos) /*!< LPS…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpspi.c61 …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()
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpspi.h276 …lpspi)->CTL = ((lpspi)->CTL & ~LPSPI_CTL_DWIDTH_Msk) | (((u32Width)&0x1F) << LPSPI_CTL_DWIDTH_Pos))