Searched refs:hfmpi2c (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpi2c.c | 430 static void FMPI2C_ITAddrCplt(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlags); 431 static void FMPI2C_ITMasterSeqCplt(FMPI2C_HandleTypeDef *hfmpi2c); 432 static void FMPI2C_ITSlaveSeqCplt(FMPI2C_HandleTypeDef *hfmpi2c); 433 static void FMPI2C_ITMasterCplt(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlags); 434 static void FMPI2C_ITSlaveCplt(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlags); 435 static void FMPI2C_ITListenCplt(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlags); 436 static void FMPI2C_ITError(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ErrorCode); 439 static HAL_StatusTypeDef FMPI2C_RequestMemoryWrite(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddre… 442 static HAL_StatusTypeDef FMPI2C_RequestMemoryRead(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddres… 447 static HAL_StatusTypeDef FMPI2C_Master_ISR_IT(struct __FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFl… [all …]
|
D | stm32f4xx_hal_fmpi2c_ex.c | 92 HAL_StatusTypeDef HAL_FMPI2CEx_ConfigAnalogFilter(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t AnalogFil… in HAL_FMPI2CEx_ConfigAnalogFilter() argument 95 assert_param(IS_FMPI2C_ALL_INSTANCE(hfmpi2c->Instance)); in HAL_FMPI2CEx_ConfigAnalogFilter() 98 if (hfmpi2c->State == HAL_FMPI2C_STATE_READY) in HAL_FMPI2CEx_ConfigAnalogFilter() 101 __HAL_LOCK(hfmpi2c); in HAL_FMPI2CEx_ConfigAnalogFilter() 103 hfmpi2c->State = HAL_FMPI2C_STATE_BUSY; in HAL_FMPI2CEx_ConfigAnalogFilter() 106 __HAL_FMPI2C_DISABLE(hfmpi2c); in HAL_FMPI2CEx_ConfigAnalogFilter() 109 hfmpi2c->Instance->CR1 &= ~(FMPI2C_CR1_ANFOFF); in HAL_FMPI2CEx_ConfigAnalogFilter() 112 hfmpi2c->Instance->CR1 |= AnalogFilter; in HAL_FMPI2CEx_ConfigAnalogFilter() 114 __HAL_FMPI2C_ENABLE(hfmpi2c); in HAL_FMPI2CEx_ConfigAnalogFilter() 116 hfmpi2c->State = HAL_FMPI2C_STATE_READY; in HAL_FMPI2CEx_ConfigAnalogFilter() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_fmpi2c.h | 202 …HAL_StatusTypeDef(*XferISR)(struct __FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlags, uint32_t ITS… 225 void (* MasterTxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 227 void (* MasterRxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 229 void (* SlaveTxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 231 void (* SlaveRxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 233 void (* ListenCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 235 void (* MemTxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 237 void (* MemRxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 239 void (* ErrorCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); 241 void (* AbortCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); [all …]
|
D | stm32f4xx_hal_fmpi2c_ex.h | 85 HAL_StatusTypeDef HAL_FMPI2CEx_ConfigAnalogFilter(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t AnalogFil… 86 HAL_StatusTypeDef HAL_FMPI2CEx_ConfigDigitalFilter(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t DigitalF…
|