HALstatus Definition at line1310of filestm32l4xx_hal_i2c.c. HAL_StatusTypeDef HAL_I2C_Master_Receive_IT(I2C_HandleTypeDef *hi2c, uint16_tDevAddress, uint8_t *pData, uint16_tSize ) Receive in master mode an amount of data in non-blocking mode with Interrupt. ...
HALstatus Definition at line893of filestm32l4xx_hal_smbus.c. HAL_StatusTypeDef HAL_SMBUS_DisableListen_IT(SMBUS_HandleTypeDef *hsmbus) Disable the Address listen mode with Interrupt. Parameters: hsmbus: Pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the...
TheMCU component: progressively from November 2019, each STM32Cube software module being part of the STM32Cube MCU Package, will be delivered as an individual repo, allowing the user to select and get only the required software functions. Description Thisstm32l4xx_hal_driverMCU component repo is...
STM32L4xx_HAL_Driver Inc Src stm32l4xx_hal.c stm32l4xx_hal_cortex.c stm32l4xx_hal_dma.c stm32l4xx_hal_flash.c stm32l4xx_hal_flash_ex.c stm32l4xx_hal_flash_ramfunc.c stm32l4xx_hal_gpio.c stm32l4xx_hal_i2c.c stm32l4xx_hal_i2c_ex.c ...
STM32CubeIDE v 1.14.0 NUCLEO-L412KB This issue appears to be the same as STMicroelectronics/STM32CubeH7#260 (comment) If I do a DMA transfer over I2C then followed by HAL_I2C_Mem_Write, it hangs. The TXIE is still set after the DMA trans...
"stm32l4xx_hal.h" 00149 00150 /** @addtogroup STM32L4xx_HAL_Driver 00151 @{ 00152 */ 0015300154/** @defgroup ADC ADC 00155 * @brief ADC HAL module driver 00156 * @{ 00157 */ 00158 00159 #ifdef HAL
Definition at line1052of filestm32l4xx_ll_tim.h. __STATIC_INLINE void LL_TIM_EnableUIFRemap(TIM_TypeDef *TIMx) Force a continuous copy of the update interrupt flag (UIF) into the timer counter register (bit 31). Note: This allows both the counter value and a potential roll-over condi...
Definition at line1657of filestm32l4xx_ll_tim.h. __STATIC_INLINE void LL_TIM_OC_DisableClear(TIM_TypeDef *TIMx, uint32_tChannel ) Disable clearing the output channel on an external event. Note: Macro IS_TIM_OCXREF_CLEAR_INSTANCE(TIMx) can be used to check whether or not a timer ins...
"stm32l4xx_hal.h" 00184 00185 /** @addtogroup STM32L4xx_HAL_Driver 00186 @{ 00187 */ 0018800189/** @addtogroup SD 00190 * @{ 00191 */ 00192 00193 #ifdef HAL_SD_MODULEENABLED00194 00195 /* Privatetypedef
Definition at line5854of filestm32l4xx_ll_adc.h. __STATIC_INLINE void LL_ADC_ClearFlag_OVR(ADC_TypeDef *ADCx) Clear flag ADC group regular overrun. ISR OVR LL_ADC_ClearFlag_OVR Parameters: ADCxADC instance Return values: None Definition at line5810of filestm32l4xx_ll_adc.h. ...