Home
last modified time | relevance | path

Searched refs:I2C_CR1_TXIE (Results 1 – 25 of 28) sorted by relevance

12

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_i2c.h159 #define LL_I2C_CR1_TXIE I2C_CR1_TXIE /*!< TX Interrupt enable …
1248 SET_BIT(I2Cx->CR1, I2C_CR1_TXIE); in LL_I2C_EnableIT_TX()
1259 CLEAR_BIT(I2Cx->CR1, I2C_CR1_TXIE); in LL_I2C_DisableIT_TX()
1270 return ((READ_BIT(I2Cx->CR1, I2C_CR1_TXIE) == (I2C_CR1_TXIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_TX()
H A Dstm32g4xx_hal_i2c.h400 #define I2C_IT_TXI I2C_CR1_TXIE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_i2c.h159 #define LL_I2C_CR1_TXIE I2C_CR1_TXIE /*!< TX Interrupt enable …
1248 SET_BIT(I2Cx->CR1, I2C_CR1_TXIE); in LL_I2C_EnableIT_TX()
1259 CLEAR_BIT(I2Cx->CR1, I2C_CR1_TXIE); in LL_I2C_DisableIT_TX()
1270 return ((READ_BIT(I2Cx->CR1, I2C_CR1_TXIE) == (I2C_CR1_TXIE)) ? 1UL : 0UL); in LL_I2C_IsEnabledIT_TX()
H A Dstm32h7xx_hal_i2c.h400 #define I2C_IT_TXI I2C_CR1_TXIE
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Di2cslave.c66 i2c->CR1 = I2C_CR1_STOPIE | I2C_CR1_ADDRIE | I2C_CR1_RXIE | I2C_CR1_TXIE; in i2c_slave_init_helper()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_i2c.h16 #define I2C_CR1_TXIE BIT(1) macro
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_i2c.h16 #define I2C_CR1_TXIE BIT(1) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_i2c.h16 #define I2C_CR1_TXIE BIT(1) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_i2c.h16 #define I2C_CR1_TXIE BIT(1) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_i2c.h16 #define I2C_CR1_TXIE BIT(1) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/inc/
H A Dstm32f30x_i2c.h283 #define I2C_IT_TXI I2C_CR1_TXIE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_i2c.h282 #define I2C_IT_TXI I2C_CR1_TXIE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/inc/
H A Dstm32f0xx_i2c.h284 #define I2C_IT_TXI I2C_CR1_TXIE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_i2c.h282 #define I2C_IT_TXI I2C_CR1_TXIE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h3437 #define I2C_CR1_TXIE ((uint32_t)0x00000002) /*!< TX interrupt enable… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h3741 #define I2C_CR1_TXIE ((uint32_t)0x00000002) /*!< TX interrupt enable… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h3437 #define I2C_CR1_TXIE ((uint32_t)0x00000002) /*!< TX interrupt enable… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f30x/
H A Dstm32f30x.h7025 #define I2C_CR1_TXIE ((uint32_t)0x00000002) /*!< TX interrupt enable… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_g4xx/
H A Dstm32g431xx.h6007 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro
H A Dstm32gbk1cb.h5993 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro
H A Dstm32g441xx.h6229 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro
H A Dstm32g471xx.h6214 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro
H A Dstm32g473xx.h6755 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro
H A Dstm32g483xx.h6977 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro
H A Dstm32g474xx.h10108 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt en… macro

12