Home
last modified time | relevance | path

Searched refs:SPI_I2SCTL_WDWIDTH_Pos (Results 1 – 9 of 9) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspi.h69 #define SPII2S_DATABIT_8 (0U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 8-bit…
70 #define SPII2S_DATABIT_16 (1U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 16-bi…
71 #define SPII2S_DATABIT_24 (2U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 24-bi…
72 #define SPII2S_DATABIT_32 (3U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 32-bi…
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspi.h66 #define SPII2S_DATABIT_8 (0U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 8-bit…
67 #define SPII2S_DATABIT_16 (1U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 16-bi…
68 #define SPII2S_DATABIT_24 (2U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 24-bi…
69 #define SPII2S_DATABIT_32 (3U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 32-bi…
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dspi.h66 #define SPII2S_DATABIT_8 (0U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 8-bit…
67 #define SPII2S_DATABIT_16 (1U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 16-bi…
68 #define SPII2S_DATABIT_24 (2U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 24-bi…
69 #define SPII2S_DATABIT_32 (3U << SPI_I2SCTL_WDWIDTH_Pos) /*!< I2S data width is 32-bi…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspi_reg.h705 #define SPI_I2SCTL_WDWIDTH_Pos (4) /*!< SPI… macro
706 #define SPI_I2SCTL_WDWIDTH_Msk (0x3ul << SPI_I2SCTL_WDWIDTH_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspi_reg.h754 #define SPI_I2SCTL_WDWIDTH_Pos (4) /*!< SPI… macro
755 #define SPI_I2SCTL_WDWIDTH_Msk (0x3ul << SPI_I2SCTL_WDWIDTH_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dspi_reg.h755 #define SPI_I2SCTL_WDWIDTH_Pos (4) /*!< SPI… macro
756 #define SPI_I2SCTL_WDWIDTH_Msk (0x3ul << SPI_I2SCTL_WDWIDTH_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dspi.c1170 u32BitRate = u32SampleRate * ((u32WordWidth >> SPI_I2SCTL_WDWIDTH_Pos) + 1U) * 16U; in SPII2S_Open()
1179 u32SampleRate = u32BitRate / (((u32WordWidth >> SPI_I2SCTL_WDWIDTH_Pos) + 1U) * 16U); in SPII2S_Open()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dspi.c1171 u32BitRate = u32SampleRate * ((u32WordWidth >> SPI_I2SCTL_WDWIDTH_Pos) + 1U) * 16U; in SPII2S_Open()
1180 u32SampleRate = u32BitRate / (((u32WordWidth >> SPI_I2SCTL_WDWIDTH_Pos) + 1U) * 16U); in SPII2S_Open()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dspi.c1836 u32BitRate = u32SampleRate * ((u32WordWidth >> SPI_I2SCTL_WDWIDTH_Pos) + 1U) * 16U; in SPII2S_Open()
1846 u32SampleRate = u32BitRate / (((u32WordWidth >> SPI_I2SCTL_WDWIDTH_Pos) + 1U) * 16U); in SPII2S_Open()