Home
last modified time | relevance | path

Searched refs:SPI_CTL_SUSPITV_Pos (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspi_reg.h528 #define SPI_CTL_SUSPITV_Pos (4) /*!< SPI… macro
529 #define SPI_CTL_SUSPITV_Msk (0xful << SPI_CTL_SUSPITV_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspi_reg.h571 #define SPI_CTL_SUSPITV_Pos (4) /*!< SPI… macro
572 #define SPI_CTL_SUSPITV_Msk (0xful << SPI_CTL_SUSPITV_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dspi_reg.h572 #define SPI_CTL_SUSPITV_Pos (4) /*!< SPI… macro
573 #define SPI_CTL_SUSPITV_Msk (0xful << SPI_CTL_SUSPITV_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspi.h296 …e) ( (spi)->CTL = ((spi)->CTL & ~SPI_CTL_SUSPITV_Msk) | ((u32SuspCycle) << SPI_CTL_SUSPITV_Pos) )
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspi.h268 …cle) ((spi)->CTL = ((spi)->CTL & ~SPI_CTL_SUSPITV_Msk) | ((u32SuspCycle) << SPI_CTL_SUSPITV_Pos))
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dspi.h293 …cle) ((spi)->CTL = ((spi)->CTL & ~SPI_CTL_SUSPITV_Msk) | ((u32SuspCycle) << SPI_CTL_SUSPITV_Pos))