HAL + 0/221 examples
CodeScope will show references to HAL_SuspendTick() from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
Examples
HAL
STM32469I-Discovery
Demonstrations
Applications
FileX
FX_IAP
FreeRTOS
ThreadX
USBX
USB_Host
Examples
HAL
PWR
STM32469I_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Examples
HAL
STM324x9I_EVAL
Demonstrations
STemWin
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Examples
HAL
PWR
STM324xG_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Examples
HAL
PWR
STM32F412G-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
Examples
HAL
PWR
STM32F413H-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
Examples
HAL
STM32F429I-Discovery
Demonstrations
Applications
FreeRTOS
Examples
HAL
PWR
STM32446E-Nucleo
Examples
HAL
PWR
STM32F4-Discovery
Examples
HAL
PWR
STM32F401-Discovery
Examples
HAL
PWR
STM32F401RE-Nucleo
Examples
HAL
PWR
STM32F410xx-Nucleo
Examples
HAL
PWR
STM32F411E-Discovery
Examples
HAL
PWR
STM32F411RE-Nucleo
Examples
HAL
PWR
Examples_MIX
PWR
STM32F412ZG-Nucleo
Applications
USB_Host
Examples
HAL
PWR
STM32F413ZH-Nucleo
Applications
FreeRTOS
Examples
HAL
PWR
STM32F429ZI-Nucleo
Applications
LwIP
NetXDuo
ThreadX
USBX
Examples
HAL
PWR
STM32F446ZE-Nucleo
Examples
HAL
PWR
 
Symbols
loading...
Files
loading...

HAL_SuspendTick() function

Suspend Tick increment.

Syntax

void HAL_SuspendTick(void);
Implemented in stm32f4xx_hal.c:416

Return value

None

Notes

In the default implementation , SysTick timer is the source of time base. It is used to generate interrupts at regular time intervals. Once HAL_SuspendTick() is called, the SysTick interrupt will be disabled and so Tick increment is suspended. This function is declared as __weak to be overwritten in case of other implementations in user file.

Examples

HAL_SuspendTick() is referenced by 221 libraries and example projects.

References

LocationText
stm32f4xx_hal.c:416
__weak void HAL_SuspendTick(void)
stm32f4xx_hal.h:238
void HAL_SuspendTick(void);

Data Use

Data read by HAL_SuspendTick()
Data written by HAL_SuspendTick()
HAL_SuspendTick()