Home
last modified time | relevance | path

Searched refs:I2C_CTL1_DMALST (Results 1 – 12 of 12) sorted by relevance

/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_i2c.h79 #define I2C_CTL1_DMALST BIT(12) /*!< DMA last transfer */ macro
242 #define I2C_DMALST_ON I2C_CTL1_DMALST /*!< next DMA EOT is…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_i2c.h81 #define I2C_CTL1_DMALST BIT(12) /*!< DMA last transfer */ macro
243 #define I2C_DMALST_ON I2C_CTL1_DMALST /*!< next DMA EOT is…
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_i2c.h82 #define I2C_CTL1_DMALST BIT(12) /*!< DMA last transfer */ macro
248 #define I2C_DMALST_ON I2C_CTL1_DMALST /*!< next DMA EOT is…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_i2c.h84 #define I2C_CTL1_DMALST BIT(12) /*!< DMA last transfer */ macro
274 #define I2C_DMALST_ON I2C_CTL1_DMALST /*!< next DMA EOT is…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_i2c.h85 #define I2C_CTL1_DMALST BIT(12) /*!< DMA last transfer */ macro
296 #define I2C_DMALST_ON I2C_CTL1_DMALST /*!< next DMA EOT is the la…
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_i2c.c393 ctl &= ~(I2C_CTL1_DMALST); in i2c_dma_last_transfer_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_i2c.c402 ctl &= ~(I2C_CTL1_DMALST); in i2c_dma_last_transfer_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_i2c.c395 ctl &= ~(I2C_CTL1_DMALST); in i2c_dma_last_transfer_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_i2c.h100 #define I2C_CTL1_DMALST BIT(12) /*!< DMA last transf… macro
478 #define I2C_DMALST_ON I2C_CTL1_DMALST /*!< next DMA EOT is…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_i2c.c386 ctl &= ~(I2C_CTL1_DMALST); in i2c_dma_last_transfer_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_i2c.c398 ctl &= ~(I2C_CTL1_DMALST); in i2c_dma_last_transfer_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_i2c.c573 ctl &= ~(I2C_CTL1_DMALST); in i2c_dma_last_transfer_config()