hal
Hardware Abstraction Layer
systick.h File Reference

Provides millisecond delays. More...

#include "hal_types.h"
Include dependency graph for systick.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void hal_delay_ms (uint32_t delay_ms)
 Delay for a given number of milliseconds. More...
 

Detailed Description

Provides millisecond delays.

Copyright (c) 2025 Cory McKiel. Licensed under the MIT License. See LICENSE file in the project root.

Function Documentation

◆ hal_delay_ms()

void hal_delay_ms ( uint32_t  delay_ms)

Delay for a given number of milliseconds.

Parameters
delay_msThe number of milliseconds to delay.
Note
This will block a single threaded application.