Home
last modified time | relevance | path

Searched refs:LPSPI_CTL_SUSPITV_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpspi_reg.h460 #define LPSPI_CTL_SUSPITV_Pos (4) /*!< LPS… macro
461 #define LPSPI_CTL_SUSPITV_Msk (0xful << LPSPI_CTL_SUSPITV_Pos) /*!< LPS…
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpspi.h248 …(lpspi)->CTL = ((lpspi)->CTL & ~LPSPI_CTL_SUSPITV_Msk) | ((u32SuspCycle) << LPSPI_CTL_SUSPITV_Pos))