Home
last modified time | relevance | path

Searched refs:FMPI2C_CR2_AUTOEND (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmpi2c.h264 #define LL_FMPI2C_MODE_AUTOEND FMPI2C_CR2_AUTOEND /*!< Enable FMPI2C Autom…
1842 SET_BIT(FMPI2Cx->CR2, FMPI2C_CR2_AUTOEND); in LL_FMPI2C_EnableAutoEndMode()
1854 CLEAR_BIT(FMPI2Cx->CR2, FMPI2C_CR2_AUTOEND); in LL_FMPI2C_DisableAutoEndMode()
1865 return ((READ_BIT(FMPI2Cx->CR2, FMPI2C_CR2_AUTOEND) == (FMPI2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_FMPI2C_IsEnabledAutoEndMode()
2107 FMPI2C_CR2_NBYTES | FMPI2C_CR2_AUTOEND | FMPI2C_CR2_HEAD10R, in LL_FMPI2C_HandleTransfer()
Dstm32f4xx_hal_fmpi2c.h391 #define FMPI2C_AUTOEND_MODE FMPI2C_CR2_AUTOEND
791 …ine FMPI2C_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & FMPI2C_CR2_AUTOEND)
804 … (FMPI2C_CR2_START) | (FMPI2C_CR2_AUTOEND)) & \
808 … (FMPI2C_CR2_AUTOEND)) & (~FMPI2C_CR2_RD_WRN)))
Dstm32f4xx_hal_fmpsmbus.h314 #define FMPSMBUS_AUTOEND_MODE FMPI2C_CR2_AUTOEND
634 … (FMPI2C_CR2_START) | (FMPI2C_CR2_AUTOEND)) & \
642 …MBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & FMPI2C_CR2_AUTOEND)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c377 hfmpsmbus->Instance->CR2 |= (FMPI2C_CR2_AUTOEND | FMPI2C_CR2_NACK); in HAL_FMPSMBUS_Init()
2750 ((FMPI2C_CR2_SADD | FMPI2C_CR2_NBYTES | FMPI2C_CR2_RELOAD | FMPI2C_CR2_AUTOEND | \ in FMPSMBUS_TransferConfig()
Dstm32f4xx_hal_fmpi2c.c620 hfmpi2c->Instance->CR2 |= (FMPI2C_CR2_AUTOEND | FMPI2C_CR2_NACK); in HAL_FMPI2C_Init()
7356 ((FMPI2C_CR2_SADD | FMPI2C_CR2_NBYTES | FMPI2C_CR2_RELOAD | FMPI2C_CR2_AUTOEND | \ in FMPI2C_TransferConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h3921 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f410rx.h3921 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f410tx.h3911 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f412cx.h7995 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f423xx.h8965 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f412zx.h8690 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f412rx.h8684 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f412vx.h8686 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f413xx.h8929 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro
Dstm32f446xx.h9475 #define FMPI2C_CR2_AUTOEND FMPI2C_CR2_AUTOEND_Msk /*!< Automatic end m… macro