HAL module driver. More...
Functions | |
HAL_StatusTypeDef | HAL_DeInit (void) |
This function de-Initializes common part of the HAL and stops the systick. This function is optional. More... | |
void | HAL_Delay (uint32_t Delay) |
This function provides minimum delay (in milliseconds) based on variable incremented. More... | |
void | HAL_DisableCompensationCell (void) |
Power-down the I/O Compensation Cell. More... | |
void | HAL_DisableDBGSleepMode (void) |
Disable the Debug Module during Domain1/CDomain SLEEP mode. More... | |
void | HAL_DisableDBGStandbyMode (void) |
Disable the Debug Module during Domain1/CDomain STANDBY mode. More... | |
void | HAL_DisableDBGStopMode (void) |
Disable the Debug Module during Domain1/CDomain STOP mode. More... | |
void | HAL_DisableDomain3DBGStandbyMode (void) |
Disable the Debug Module during Domain3/SRDomain STANDBY mode. More... | |
void | HAL_DisableDomain3DBGStopMode (void) |
Disable the Debug Module during Domain3/SRDomain STOP mode. More... | |
void | HAL_EnableCompensationCell (void) |
Enables the I/O Compensation Cell. More... | |
void | HAL_EnableDBGSleepMode (void) |
Enable the Debug Module during Domain1/CDomain SLEEP mode. More... | |
void | HAL_EnableDBGStandbyMode (void) |
Enable the Debug Module during Domain1/CDomain STANDBY mode. More... | |
void | HAL_EnableDBGStopMode (void) |
Enable the Debug Module during Domain1/CDomain STOP mode. More... | |
void | HAL_EnableDomain3DBGStandbyMode (void) |
Enable the Debug Module during Domain3/SRDomain STANDBY mode. More... | |
void | HAL_EnableDomain3DBGStopMode (void) |
Enable the Debug Module during Domain3/SRDomain STOP mode. More... | |
uint32_t | HAL_GetDEVID (void) |
Returns the device identifier. More... | |
uint32_t | HAL_GetHalVersion (void) |
Returns the HAL revision. More... | |
uint32_t | HAL_GetREVID (void) |
Returns the device revision identifier. More... | |
uint32_t | HAL_GetTick (void) |
Provides a tick value in millisecond. More... | |
HAL_TickFreqTypeDef | HAL_GetTickFreq (void) |
Return tick frequency. More... | |
uint32_t | HAL_GetTickPrio (void) |
This function returns a tick priority. More... | |
uint32_t | HAL_GetUIDw0 (void) |
Returns first word of the unique device identifier (UID based on 96 bits) More... | |
uint32_t | HAL_GetUIDw1 (void) |
Returns second word of the unique device identifier (UID based on 96 bits) More... | |
uint32_t | HAL_GetUIDw2 (void) |
Returns third word of the unique device identifier (UID based on 96 bits) More... | |
void | HAL_IncTick (void) |
This function is called to increment a global variable "uwTick" used as application time base. More... | |
HAL_StatusTypeDef | HAL_Init (void) |
This function is used to initialize the HAL Library; it must be the first instruction to be executed in the main program (before to call any other HAL function), it performs the following: Configure the Flash prefetch, instruction and Data caches. Configures the SysTick to generate an interrupt each 1 millisecond, which is clocked by the HSI (at this stage, the clock is not yet configured and thus the system is running from the internal HSI at 16 MHz). Set NVIC Group Priority to 4. Calls the HAL_MspInit() callback function defined in user file "stm32f4xx_hal_msp.c" to do the global low level hardware initialization. More... | |
HAL_StatusTypeDef | HAL_InitTick (uint32_t TickPriority) |
This function configures the source of the time base. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority. More... | |
void | HAL_MspDeInit (void) |
DeInitializes the MSP. More... | |
void | HAL_MspInit (void) |
Initialize the MSP. More... | |
void | HAL_ResumeTick (void) |
Resume Tick increment. More... | |
HAL_StatusTypeDef | HAL_SetTickFreq (HAL_TickFreqTypeDef Freq) |
Set new tick Freq. More... | |
void | HAL_SuspendTick (void) |
Suspend Tick increment. More... | |
HAL module driver.
#define __HAL_DBGMCU_FREEZE_HRTIM | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_HRTIM)) |
Definition at line 875 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_HRTIM | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_HRTIM)) |
Definition at line 875 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C1 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_I2C1)) |
Definition at line 853 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C1 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_I2C1)) |
Definition at line 853 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C2 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_I2C2)) |
Definition at line 854 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C2 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_I2C2)) |
Definition at line 854 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C3 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_I2C3)) |
Definition at line 855 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C3 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_I2C3)) |
Definition at line 855 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C4 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_I2C4)) |
Definition at line 877 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_I2C4 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_I2C4)) |
Definition at line 877 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_IWDG1 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_IWDG1)) |
Definition at line 883 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_IWDG1 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_IWDG1)) |
Definition at line 883 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM1 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_LPTIM1)) |
Definition at line 852 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM1 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_LPTIM1)) |
Definition at line 852 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM2 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM2)) |
Definition at line 878 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM2 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM2)) |
Definition at line 878 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM3 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM3)) |
Definition at line 879 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM3 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM3)) |
Definition at line 879 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM4 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM4)) |
Definition at line 880 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM4 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM4)) |
Definition at line 880 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM5 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM5)) |
Definition at line 881 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_LPTIM5 | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_LPTIM5)) |
Definition at line 881 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_RTC | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_RTC)) |
Definition at line 882 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_RTC | ( | ) | (DBGMCU->APB4FZ1 |= (DBGMCU_APB4FZ1_DBG_RTC)) |
Definition at line 882 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM1 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM1)) |
Definition at line 870 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM1 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM1)) |
Definition at line 870 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM12 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM12)) |
Definition at line 849 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM12 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM12)) |
Definition at line 849 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM13 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM13)) |
Definition at line 850 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM13 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM13)) |
Definition at line 850 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM14 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM14)) |
Definition at line 851 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM14 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM14)) |
Definition at line 851 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM15 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM15)) |
Definition at line 872 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM15 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM15)) |
Definition at line 872 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM16 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM16)) |
Definition at line 873 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM16 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM16)) |
Definition at line 873 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM17 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM17)) |
Definition at line 874 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM17 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM17)) |
Definition at line 874 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM2 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM2)) |
Definition at line 843 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM2 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM2)) |
Definition at line 843 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM3 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM3)) |
Definition at line 844 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM3 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM3)) |
Definition at line 844 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM4 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM4)) |
Definition at line 845 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM4 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM4)) |
Definition at line 845 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM5 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM5)) |
Definition at line 846 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM5 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM5)) |
Definition at line 846 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM6 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM6)) |
Definition at line 847 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM6 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM6)) |
Definition at line 847 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM7 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM7)) |
Definition at line 848 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM7 | ( | ) | (DBGMCU->APB1LFZ1 |= (DBGMCU_APB1LFZ1_DBG_TIM7)) |
Definition at line 848 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM8 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM8)) |
Definition at line 871 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_TIM8 | ( | ) | (DBGMCU->APB2FZ1 |= (DBGMCU_APB2FZ1_DBG_TIM8)) |
Definition at line 871 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_WWDG1 | ( | ) | (DBGMCU->APB3FZ1 |= (DBGMCU_APB3FZ1_DBG_WWDG1)) |
Freeze/Unfreeze Peripherals in Debug mode.
Definition at line 841 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_FREEZE_WWDG1 | ( | ) | (DBGMCU->APB3FZ1 |= (DBGMCU_APB3FZ1_DBG_WWDG1)) |
Freeze/Unfreeze Peripherals in Debug mode.
Definition at line 841 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_HRTIM | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_HRTIM)) |
Definition at line 920 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_HRTIM | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_HRTIM)) |
Definition at line 920 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C1 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_I2C1)) |
Definition at line 898 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C1 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_I2C1)) |
Definition at line 898 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C2 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_I2C2)) |
Definition at line 899 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C2 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_I2C2)) |
Definition at line 899 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C3 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_I2C3)) |
Definition at line 900 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C3 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_I2C3)) |
Definition at line 900 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C4 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_I2C4)) |
Definition at line 922 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_I2C4 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_I2C4)) |
Definition at line 922 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_IWDG1 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_IWDG1)) |
Definition at line 928 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_IWDG1 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_IWDG1)) |
Definition at line 928 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM1 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_LPTIM1)) |
Definition at line 897 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM1 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_LPTIM1)) |
Definition at line 897 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM2 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM2)) |
Definition at line 923 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM2 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM2)) |
Definition at line 923 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM3 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM3)) |
Definition at line 924 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM3 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM3)) |
Definition at line 924 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM4 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM4)) |
Definition at line 925 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM4 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM4)) |
Definition at line 925 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM5 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM5)) |
Definition at line 926 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_LPTIM5 | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_LPTIM5)) |
Definition at line 926 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_RTC | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_RTC)) |
Definition at line 927 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_RTC | ( | ) | (DBGMCU->APB4FZ1 &= ~ (DBGMCU_APB4FZ1_DBG_RTC)) |
Definition at line 927 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM1 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM1)) |
Definition at line 915 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM1 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM1)) |
Definition at line 915 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM12 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM12)) |
Definition at line 894 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM12 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM12)) |
Definition at line 894 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM13 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM13)) |
Definition at line 895 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM13 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM13)) |
Definition at line 895 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM14 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM14)) |
Definition at line 896 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM14 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM14)) |
Definition at line 896 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM15 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM15)) |
Definition at line 917 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM15 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM15)) |
Definition at line 917 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM16 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM16)) |
Definition at line 918 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM16 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM16)) |
Definition at line 918 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM17 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM17)) |
Definition at line 919 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM17 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM17)) |
Definition at line 919 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM2 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM2)) |
Definition at line 888 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM2 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM2)) |
Definition at line 888 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM3 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM3)) |
Definition at line 889 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM3 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM3)) |
Definition at line 889 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM4 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM4)) |
Definition at line 890 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM4 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM4)) |
Definition at line 890 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM5 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM5)) |
Definition at line 891 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM5 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM5)) |
Definition at line 891 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM6 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM6)) |
Definition at line 892 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM6 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM6)) |
Definition at line 892 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM7 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM7)) |
Definition at line 893 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM7 | ( | ) | (DBGMCU->APB1LFZ1 &= ~ (DBGMCU_APB1LFZ1_DBG_TIM7)) |
Definition at line 893 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM8 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM8)) |
Definition at line 916 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_TIM8 | ( | ) | (DBGMCU->APB2FZ1 &= ~ (DBGMCU_APB2FZ1_DBG_TIM8)) |
Definition at line 916 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_WWDG1 | ( | ) | (DBGMCU->APB3FZ1 &= ~ (DBGMCU_APB3FZ1_DBG_WWDG1)) |
Definition at line 886 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __HAL_DBGMCU_UnFreeze_WWDG1 | ( | ) | (DBGMCU->APB3FZ1 &= ~ (DBGMCU_APB3FZ1_DBG_WWDG1)) |
Definition at line 886 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define __STM32H7xx_HAL_VERSION |
Definition at line 56 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION |
Definition at line 56 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_MAIN (0x01UL) |
STM32H7xx HAL Driver version number V1.10.0.
[31:24] main version
Definition at line 52 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_MAIN (0x01UL) |
STM32H7xx HAL Driver version number V1.9.0.
[31:24] main version
Definition at line 52 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_RC (0x00UL) |
[7:0] release candidate
Definition at line 55 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_RC (0x00UL) |
[7:0] release candidate
Definition at line 55 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_SUB1 (0x0AUL) |
[23:16] sub1 version
Definition at line 53 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_SUB1 (0x09UL) |
[23:16] sub1 version
Definition at line 53 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_SUB2 (0x00UL) |
[15:8] sub2 version
Definition at line 54 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define __STM32H7xx_HAL_VERSION_SUB2 (0x00UL) |
[15:8] sub2 version
Definition at line 54 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) |
Definition at line 61 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) |
Definition at line 61 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define IS_SYSCFG_ANALOG_SWITCH | ( | SWITCH | ) |
Definition at line 187 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define IS_SYSCFG_ANALOG_SWITCH | ( | SWITCH | ) |
Definition at line 187 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define IS_SYSCFG_SWITCH_STATE | ( | STATE | ) |
Definition at line 193 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define IS_SYSCFG_SWITCH_STATE | ( | STATE | ) |
Definition at line 193 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h.
#define VREFBUF_TIMEOUT_VALUE (uint32_t)10 /* 10 ms */ |
Definition at line 62 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
#define VREFBUF_TIMEOUT_VALUE (uint32_t)10 /* 10 ms */ |
Definition at line 62 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
HAL_StatusTypeDef HAL_DeInit | ( | void | ) |
This function de-Initializes common part of the HAL and stops the systick. This function is optional.
This function de-Initializes common part of the HAL and stops the systick. This function is optional.
HAL | status |
This function de-Initializes common part of the HAL and stops the systick. This function is optional.
HAL | status |
Definition at line 190 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_Delay | ( | uint32_t | Delay | ) |
This function provides minimum delay (in milliseconds) based on variable incremented.
Delay | specifies the delay time length, in milliseconds. |
None |
Definition at line 389 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_DisableCompensationCell | ( | void | ) |
Power-down the I/O Compensation Cell.
None |
None |
None |
None |
Definition at line 535 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_DisableDBGSleepMode | ( | void | ) |
Disable the Debug Module during Domain1/CDomain SLEEP mode.
None |
Definition at line 926 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_DisableDBGStandbyMode | ( | void | ) |
Disable the Debug Module during Domain1/CDomain STANDBY mode.
None |
Definition at line 963 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_DisableDBGStopMode | ( | void | ) |
Disable the Debug Module during Domain1/CDomain STOP mode.
None |
Definition at line 945 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_DisableDomain3DBGStandbyMode | ( | void | ) |
Disable the Debug Module during Domain3/SRDomain STANDBY mode.
None |
Definition at line 1054 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_DisableDomain3DBGStopMode | ( | void | ) |
Disable the Debug Module during Domain3/SRDomain STOP mode.
None |
Definition at line 1036 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_EnableCompensationCell | ( | void | ) |
Enables the I/O Compensation Cell.
None |
None |
None |
None |
Definition at line 524 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_EnableDBGSleepMode | ( | void | ) |
Enable the Debug Module during Domain1/CDomain SLEEP mode.
None |
Definition at line 917 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_EnableDBGStandbyMode | ( | void | ) |
Enable the Debug Module during Domain1/CDomain STANDBY mode.
None |
Definition at line 954 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_EnableDBGStopMode | ( | void | ) |
Enable the Debug Module during Domain1/CDomain STOP mode.
None |
Definition at line 936 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_EnableDomain3DBGStandbyMode | ( | void | ) |
Enable the Debug Module during Domain3/SRDomain STANDBY mode.
None |
Definition at line 1045 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
void HAL_EnableDomain3DBGStopMode | ( | void | ) |
Enable the Debug Module during Domain3/SRDomain STOP mode.
None |
Definition at line 1028 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c.
uint32_t HAL_GetDEVID | ( | void | ) |
Returns the device identifier.
Device | identifier |
Definition at line 459 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetHalVersion | ( | void | ) |
Returns the HAL revision.
version | : 0xXYZR (8bits for each decimal, R for RC) |
Definition at line 441 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetREVID | ( | void | ) |
Returns the device revision identifier.
Device | revision identifier |
Definition at line 450 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetTick | ( | void | ) |
Provides a tick value in millisecond.
tick | value |
Definition at line 323 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
HAL_TickFreqTypeDef HAL_GetTickFreq | ( | void | ) |
Return tick frequency.
tick | period in Hz |
Definition at line 373 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetTickPrio | ( | void | ) |
This function returns a tick priority.
tick | priority |
Definition at line 332 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetUIDw0 | ( | void | ) |
Returns first word of the unique device identifier (UID based on 96 bits)
Return the first word of the unique device identifier (UID based on 96 bits)
Device | identifier |
Returns first word of the unique device identifier (UID based on 96 bits)
Device | identifier |
Definition at line 544 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetUIDw1 | ( | void | ) |
Returns second word of the unique device identifier (UID based on 96 bits)
Return the second word of the unique device identifier (UID based on 96 bits)
Device | identifier |
Returns second word of the unique device identifier (UID based on 96 bits)
Device | identifier |
Definition at line 553 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
uint32_t HAL_GetUIDw2 | ( | void | ) |
Returns third word of the unique device identifier (UID based on 96 bits)
Return the third word of the unique device identifier (UID based on 96 bits)
Device | identifier |
Returns third word of the unique device identifier (UID based on 96 bits)
Device | identifier |
Definition at line 562 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_IncTick | ( | void | ) |
This function is called to increment a global variable "uwTick" used as application time base.
None |
None |
None |
Definition at line 312 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
HAL_StatusTypeDef HAL_Init | ( | void | ) |
This function is used to initialize the HAL Library; it must be the first instruction to be executed in the main program (before to call any other HAL function), it performs the following: Configure the Flash prefetch, instruction and Data caches. Configures the SysTick to generate an interrupt each 1 millisecond, which is clocked by the HSI (at this stage, the clock is not yet configured and thus the system is running from the internal HSI at 16 MHz). Set NVIC Group Priority to 4. Calls the HAL_MspInit() callback function defined in user file "stm32f4xx_hal_msp.c" to do the global low level hardware initialization.
This function is used to initialize the HAL Library; it must be the first instruction to be executed in the main program (before to call any other HAL function), it performs the following: Configures the SysTick to generate an interrupt each 1 millisecond, which is clocked by the HSI (at this stage, the clock is not yet configured and thus the system is running from the internal HSI at 16 MHz). Set NVIC Group Priority to 4. Calls the HAL_MspInit() callback function defined in user file "stm32h7xx_hal_msp.c" to do the global low level hardware initialization.
This function is used to initialize the HAL Library; it must be the first instruction to be executed in the main program (before to call any other HAL function), it performs the following: Configure the Flash prefetch, and instruction cache through ART accelerator. Configures the SysTick to generate an interrupt each 1 millisecond, which is clocked by the HSI (at this stage, the clock is not yet configured and thus the system is running from the internal HSI at 16 MHz). Set NVIC Group Priority to 4. Calls the HAL_MspInit() callback function defined in user file "stm32f7xx_hal_msp.c" to do the global low level hardware initialization.
HAL | status |
This function is used to initialize the HAL Library; it must be the first instruction to be executed in the main program (before to call any other HAL function), it performs the following: Configure the Flash prefetch, instruction and Data caches. Configures the SysTick to generate an interrupt each 1 millisecond, which is clocked by the HSI (at this stage, the clock is not yet configured and thus the system is running from the internal HSI at 16 MHz). Set NVIC Group Priority to 4. Calls the HAL_MspInit() callback function defined in user file "stm32f4xx_hal_msp.c" to do the global low level hardware initialization.
HAL | status |
Definition at line 157 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
HAL_StatusTypeDef HAL_InitTick | ( | uint32_t | TickPriority | ) |
This function configures the source of the time base. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority.
TickPriority | Tick interrupt priority. |
HAL | status |
TickPriority | Tick interrupt priority. |
HAL | status |
TickPriority | Tick interrupt priority. |
HAL | status |
Definition at line 253 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_MspDeInit | ( | void | ) |
DeInitializes the MSP.
None |
Definition at line 230 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_MspInit | ( | void | ) |
Initialize the MSP.
Initializes the MSP.
None | Initialize the MSP. |
None | Initializes the Global MSP. |
Definition at line 219 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_ResumeTick | ( | void | ) |
Resume Tick increment.
None |
None |
None |
Definition at line 431 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
HAL_StatusTypeDef HAL_SetTickFreq | ( | HAL_TickFreqTypeDef | Freq | ) |
Set new tick Freq.
Status |
Definition at line 341 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.
void HAL_SuspendTick | ( | void | ) |
Suspend Tick increment.
None |
None |
None |
Definition at line 415 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c.