My Project
Loading...
Searching...
No Matches

HAL Control functions. More...

Functions

void HAL_IncTick (void)
 
void HAL_Delay (uint32_t Delay)
 
void HAL_SuspendTick (void)
 
void HAL_ResumeTick (void)
 
uint32_t HAL_GetTick (void)
 
uint32_t HAL_GetTickPrio (void)
 
HAL_StatusTypeDef HAL_SetTickFreq (HAL_TickFreqTypeDef Freq)
 
HAL_TickFreqTypeDef HAL_GetTickFreq (void)
 
uint32_t HAL_GetHalVersion (void)
 
uint32_t HAL_GetREVID (void)
 
uint32_t HAL_GetDEVID (void)
 
uint32_t HAL_GetUIDw0 (void)
 
uint32_t HAL_GetUIDw1 (void)
 
uint32_t HAL_GetUIDw2 (void)
 
void HAL_DBGMCU_EnableDBGSleepMode (void)
 
void HAL_DBGMCU_DisableDBGSleepMode (void)
 
void HAL_DBGMCU_EnableDBGStopMode (void)
 
void HAL_DBGMCU_DisableDBGStopMode (void)
 
void HAL_DBGMCU_EnableDBGStandbyMode (void)
 
void HAL_DBGMCU_DisableDBGStandbyMode (void)
 

Detailed Description

HAL Control functions.

Function Documentation

◆ HAL_DBGMCU_DisableDBGSleepMode()

void HAL_DBGMCU_DisableDBGSleepMode ( void  )

◆ HAL_DBGMCU_DisableDBGStandbyMode()

void HAL_DBGMCU_DisableDBGStandbyMode ( void  )

◆ HAL_DBGMCU_DisableDBGStopMode()

void HAL_DBGMCU_DisableDBGStopMode ( void  )

◆ HAL_DBGMCU_EnableDBGSleepMode()

void HAL_DBGMCU_EnableDBGSleepMode ( void  )

◆ HAL_DBGMCU_EnableDBGStandbyMode()

void HAL_DBGMCU_EnableDBGStandbyMode ( void  )

◆ HAL_DBGMCU_EnableDBGStopMode()

void HAL_DBGMCU_EnableDBGStopMode ( void  )

◆ HAL_Delay()

void HAL_Delay ( uint32_t  Delay)

◆ HAL_GetDEVID()

uint32_t HAL_GetDEVID ( void  )

◆ HAL_GetHalVersion()

uint32_t HAL_GetHalVersion ( void  )

◆ HAL_GetREVID()

uint32_t HAL_GetREVID ( void  )

◆ HAL_GetTick()

uint32_t HAL_GetTick ( void  )

◆ HAL_GetTickFreq()

HAL_TickFreqTypeDef HAL_GetTickFreq ( void  )

◆ HAL_GetTickPrio()

uint32_t HAL_GetTickPrio ( void  )

◆ HAL_GetUIDw0()

uint32_t HAL_GetUIDw0 ( void  )

◆ HAL_GetUIDw1()

uint32_t HAL_GetUIDw1 ( void  )

◆ HAL_GetUIDw2()

uint32_t HAL_GetUIDw2 ( void  )

◆ HAL_IncTick()

void HAL_IncTick ( void  )

◆ HAL_ResumeTick()

void HAL_ResumeTick ( void  )

◆ HAL_SetTickFreq()

HAL_StatusTypeDef HAL_SetTickFreq ( HAL_TickFreqTypeDef  Freq)

◆ HAL_SuspendTick()

void HAL_SuspendTick ( void  )